Skip to content

Commit

Permalink
Project import generated by Copybara. (#151)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 784ec539e84d65714c358b2ff2ecb9918f29f060

Co-authored-by: A. Googler <[email protected]>
  • Loading branch information
1 parent 26ca269 commit adf0ed0
Show file tree
Hide file tree
Showing 237 changed files with 20,523 additions and 2,039 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ http_archive(

load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_register_toolchains(version = "1.20.10")
go_register_toolchains(version = "1.20.12")

_bazel_gazelle_version = "0.31.1"

Expand Down Expand Up @@ -278,9 +278,9 @@ http_archive(
patches = ["//build/bazel:zetasql.patch"],
# Patches applied:
# - Give visibility to ZetaSQL's base library to reuse some utilities
sha256 = "38988710f09546e2e819b9bcba446a060385b21b61ede2f8bbdaf5ab6bfdf3c9",
strip_prefix = "zetasql-a745bef47b315bb11fecab4eeefa2bcc41be5951",
url = "https://github.com/google/zetasql/archive/a745bef47b315bb11fecab4eeefa2bcc41be5951.tar.gz",
sha256 = "56bc9f8c76ce75e8953af43bd09b9ae836de8e07ed38457c295e8a9f99377884",
strip_prefix = "zetasql-589026c410c42de9aa8ee92ad16f745977140041",
url = "https://github.com/google/zetasql/archive/589026c410c42de9aa8ee92ad16f745977140041.tar.gz",
)

http_archive(
Expand Down
12 changes: 11 additions & 1 deletion backend/actions/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cc_library(
":ops",
"//backend/datamodel:key",
"//backend/datamodel:key_range",
"//backend/datamodel:value",
"//backend/schema/catalog:schema",
"//backend/storage:iterator",
"//common:clock",
Expand Down Expand Up @@ -205,11 +206,15 @@ cc_library(
"//backend/common:variant",
"//backend/datamodel:key",
"//backend/datamodel:key_range",
"//backend/datamodel:value",
"//backend/schema/catalog:schema",
"//backend/storage",
"//backend/storage:iterator",
"//backend/transaction:actions",
"//common:constants",
"//common:errors",
"//common:limits",
"//third_party/spanner_pg/datatypes/extended:spanner_extended_type",
"@com_github_googleapis_google_cloud_cpp//:spanner",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
Expand Down Expand Up @@ -265,9 +270,12 @@ cc_library(
cc_test(
name = "change_stream_test",
srcs = ["change_stream_test.cc"],
args = [
"--spangres_use_emulator_jsonb_type=true",
"--spangres_use_emulator_numeric_type=true",
],
deps = [
":change_stream",
":context",
":ops",
"//backend/datamodel:key",
"//backend/schema/catalog:schema",
Expand All @@ -281,6 +289,8 @@ cc_test(
"@com_google_absl//absl/types:variant",
"@com_google_googletest//:gtest_main",
"@com_google_zetasql//zetasql/base/testing:status_matchers",
"@com_google_zetasql//zetasql/public:json_value",
"@com_google_zetasql//zetasql/public:numeric_value",
"@com_google_zetasql//zetasql/public:type",
"@com_google_zetasql//zetasql/public:value",
"@nlohmann_json//:json",
Expand Down
Loading

0 comments on commit adf0ed0

Please sign in to comment.