Skip to content

Commit

Permalink
cdc: add apache arrow parquet library
Browse files Browse the repository at this point in the history
This commit installs the apache arrow parquet library for Go
at version 11. The release can be found here:
https://github.com/apache/arrow/releases/tag/go%2Fv11.0.0

This library is licensed under the Apache License 2.0.

Informs: cockroachdb#99028
Epic: None
Release note: None
  • Loading branch information
jayshrivastava committed Mar 23, 2023
1 parent 8d534b8 commit 6d51df7
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 84 deletions.
170 changes: 115 additions & 55 deletions DEPS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ def go_deps():
name = "com_github_andybalholm_brotli",
build_file_proto_mode = "disable_global",
importpath = "github.com/andybalholm/brotli",
sha256 = "60d5aa0132b481cde660dbf77de8d139f2baf2ce1a6e25c980f31020efcf42b2",
strip_prefix = "github.com/andybalholm/[email protected].2",
sha256 = "ebe53f2856e100e273aae3c5a368d114ed57f5183bb03e70708d6c29041ad735",
strip_prefix = "github.com/andybalholm/[email protected].4",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/andybalholm/brotli/com_github_andybalholm_brotli-v1.0.2.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/andybalholm/brotli/com_github_andybalholm_brotli-v1.0.4.zip",
],
)
go_repository(
Expand Down Expand Up @@ -264,6 +264,16 @@ def go_deps():
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/apache/arrow/go/arrow/com_github_apache_arrow_go_arrow-v0.0.0-20200923215132-ac86123a3f01.zip",
],
)
go_repository(
name = "com_github_apache_arrow_go_v11",
build_file_proto_mode = "disable_global",
importpath = "github.com/apache/arrow/go/v11",
sha256 = "d5275ec213d31234d54ca13fff78d07ba1837d78664c13b76363d2f75718ae4f",
strip_prefix = "github.com/apache/arrow/go/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/apache/arrow/go/v11/com_github_apache_arrow_go_v11-v11.0.0.zip",
],
)
go_repository(
name = "com_github_apache_thrift",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -3794,10 +3804,10 @@ def go_deps():
name = "com_github_google_flatbuffers",
build_file_proto_mode = "disable_global",
importpath = "github.com/google/flatbuffers",
sha256 = "0afae89460c24ba56d23f35573ba49713eef3230aeb8c14bf90c771f97efa695",
strip_prefix = "github.com/google/[email protected].0+incompatible",
sha256 = "0c0a4aab1c6029141d655bc7fdc07e22dd06f3f64ebbf7a2250b870ef7aac7ee",
strip_prefix = "github.com/google/[email protected].8+incompatible",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/google/flatbuffers/com_github_google_flatbuffers-v2.0.0+incompatible.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/google/flatbuffers/com_github_google_flatbuffers-v2.0.8+incompatible.zip",
],
)
go_repository(
Expand Down Expand Up @@ -4995,6 +5005,16 @@ def go_deps():
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/jmoiron/sqlx/com_github_jmoiron_sqlx-v1.3.5.zip",
],
)
go_repository(
name = "com_github_johncgriffin_overflow",
build_file_proto_mode = "disable_global",
importpath = "github.com/JohnCGriffin/overflow",
sha256 = "8ad4da840214861386d243127290666cc54eb914d1f4a8856523481876af2a09",
strip_prefix = "github.com/JohnCGriffin/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/JohnCGriffin/overflow/com_github_johncgriffin_overflow-v0.0.0-20211019200055-46fa312c352c.zip",
],
)
go_repository(
name = "com_github_joho_godotenv",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -5269,6 +5289,16 @@ def go_deps():
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/kisielk/gotool/com_github_kisielk_gotool-v1.0.0.zip",
],
)
go_repository(
name = "com_github_klauspost_asmfmt",
build_file_proto_mode = "disable_global",
importpath = "github.com/klauspost/asmfmt",
sha256 = "fa6a350a8677a77e0dbf3664c6baf23aab5c0b60a64b8f3c00299da5d279021f",
strip_prefix = "github.com/klauspost/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/klauspost/asmfmt/com_github_klauspost_asmfmt-v1.3.2.zip",
],
)
go_repository(
name = "com_github_klauspost_compress",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -6063,6 +6093,26 @@ def go_deps():
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/mileusna/useragent/com_github_mileusna_useragent-v0.0.0-20190129205925-3e331f0949a5.zip",
],
)
go_repository(
name = "com_github_minio_asm2plan9s",
build_file_proto_mode = "disable_global",
importpath = "github.com/minio/asm2plan9s",
sha256 = "39a2e28284764fd5423247d7469875046d0c8c4c2773333abf1c544197e9d946",
strip_prefix = "github.com/minio/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/minio/asm2plan9s/com_github_minio_asm2plan9s-v0.0.0-20200509001527-cdd76441f9d8.zip",
],
)
go_repository(
name = "com_github_minio_c2goasm",
build_file_proto_mode = "disable_global",
importpath = "github.com/minio/c2goasm",
sha256 = "04367ddf0fc5cd0f293e2c4f1acefb131b572539d88b5804d92efc905eb718b5",
strip_prefix = "github.com/minio/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/minio/c2goasm/com_github_minio_c2goasm-v0.0.0-20190812172519-36a3d3bbc4f3.zip",
],
)
go_repository(
name = "com_github_minio_md5_simd",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -7504,10 +7554,10 @@ def go_deps():
name = "com_github_rs_zerolog",
build_file_proto_mode = "disable_global",
importpath = "github.com/rs/zerolog",
sha256 = "bb7aa934fc89548dabf71c27427eab5920c9014af6cd06f53175411df09a4241",
strip_prefix = "github.com/rs/zerolog@v1.21.0",
sha256 = "8e98c48e7fd132aafbf129664e8fd65229d067d772bff4bd712a497b7a2f00c4",
strip_prefix = "github.com/rs/zerolog@v1.15.0",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/rs/zerolog/com_github_rs_zerolog-v1.21.0.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/rs/zerolog/com_github_rs_zerolog-v1.15.0.zip",
],
)
go_repository(
Expand Down Expand Up @@ -8700,6 +8750,26 @@ def go_deps():
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/zabawaba99/go-gitignore/com_github_zabawaba99_go_gitignore-v0.0.0-20200117185801-39e6bddfb292.zip",
],
)
go_repository(
name = "com_github_zeebo_assert",
build_file_proto_mode = "disable_global",
importpath = "github.com/zeebo/assert",
sha256 = "1f01421d74ff37cb8247988155be9e6877d336029bcd887a1d035fd32d7ab6ae",
strip_prefix = "github.com/zeebo/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/zeebo/assert/com_github_zeebo_assert-v1.3.0.zip",
],
)
go_repository(
name = "com_github_zeebo_xxh3",
build_file_proto_mode = "disable_global",
importpath = "github.com/zeebo/xxh3",
sha256 = "190e5ef1f672e9321a1580bdd31c6440fde6044ca8168d2b489cf50cdc4f58a6",
strip_prefix = "github.com/zeebo/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/zeebo/xxh3/com_github_zeebo_xxh3-v1.0.2.zip",
],
)
go_repository(
name = "com_github_zenazn_goji",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -9934,10 +10004,10 @@ def go_deps():
name = "com_shuralyov_dmitri_gpu_mtl",
build_file_proto_mode = "disable_global",
importpath = "dmitri.shuralyov.com/gpu/mtl",
sha256 = "d9992a60371571861985f191ac38954db2cc1bd36e834058ad50f989ccc8fa06",
strip_prefix = "dmitri.shuralyov.com/gpu/[email protected]20201218220906-28db891af037",
sha256 = "ca5330901fcda83d09553ac362576d196c531157bc9c502e76b237cca262b400",
strip_prefix = "dmitri.shuralyov.com/gpu/[email protected]20190408044501-666a987793e9",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/dmitri.shuralyov.com/gpu/mtl/com_shuralyov_dmitri_gpu_mtl-v0.0.0-20201218220906-28db891af037.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/dmitri.shuralyov.com/gpu/mtl/com_shuralyov_dmitri_gpu_mtl-v0.0.0-20190408044501-666a987793e9.zip",
],
)
go_repository(
Expand Down Expand Up @@ -10627,16 +10697,6 @@ def go_deps():
"https://storage.googleapis.com/cockroach-godeps/gomod/go.opentelemetry.io/otel/exporters/zipkin/io_opentelemetry_go_otel_exporters_zipkin-v1.0.0-RC3.zip",
],
)
go_repository(
name = "io_opentelemetry_go_otel_metric",
build_file_proto_mode = "disable_global",
importpath = "go.opentelemetry.io/otel/metric",
sha256 = "d7ae3abbdcf9ea48ff23a477f324cb3595c77f3eb83f6acde5c0c9300e23fedb",
strip_prefix = "go.opentelemetry.io/otel/[email protected]",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/go.opentelemetry.io/otel/metric/io_opentelemetry_go_otel_metric-v0.20.0.zip",
],
)
go_repository(
name = "io_opentelemetry_go_otel_sdk",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -10854,10 +10914,10 @@ def go_deps():
name = "org_golang_x_exp",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/exp",
sha256 = "50e096afbb8e0f073519dd05f6573aefe410a829c87a7c1b64efb8c4a3948c50",
strip_prefix = "golang.org/x/[email protected]20220104160115-025e73f80486",
sha256 = "d22b8623bef1ead959b1c6449512dfdbf9624e1ec6c4bc443e91eee170d4d7af",
strip_prefix = "golang.org/x/[email protected]20220827204233-334a2380cb91",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/exp/org_golang_x_exp-v0.0.0-20220104160115-025e73f80486.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/exp/org_golang_x_exp-v0.0.0-20220827204233-334a2380cb91.zip",
],
)
go_repository(
Expand Down Expand Up @@ -10894,10 +10954,10 @@ def go_deps():
name = "org_golang_x_mobile",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/mobile",
sha256 = "1fd2f665cdb7f64b80e2e1224941d1ecad10bd99327c6fc8906183d2ef3816df",
strip_prefix = "golang.org/x/[email protected]20201217150744-e6ae53a27f4f",
sha256 = "6b946c7da47acf3b6195336fd071bfc73d543cefab73f2d27528c5dc1dc829ec",
strip_prefix = "golang.org/x/[email protected]20190719004257-d2bd2a29d028",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/mobile/org_golang_x_mobile-v0.0.0-20201217150744-e6ae53a27f4f.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/golang.org/x/mobile/org_golang_x_mobile-v0.0.0-20190719004257-d2bd2a29d028.zip",
],
)
go_repository(
Expand Down Expand Up @@ -11014,10 +11074,10 @@ def go_deps():
name = "org_gonum_v1_gonum",
build_file_proto_mode = "disable_global",
importpath = "gonum.org/v1/gonum",
sha256 = "7778cf25080de45db52b6192ea994005008a820850bb6216e15b8e8514a72758",
strip_prefix = "gonum.org/v1/gonum@v0.9.3",
sha256 = "abdfee15ce7c9d2cd96b66468d3ae28d6054add4efbfc1b15fadfe3613f3d362",
strip_prefix = "gonum.org/v1/gonum@v0.11.0",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/gonum.org/v1/gonum/org_gonum_v1_gonum-v0.9.3.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/gonum.org/v1/gonum/org_gonum_v1_gonum-v0.11.0.zip",
],
)
go_repository(
Expand Down Expand Up @@ -11054,20 +11114,20 @@ def go_deps():
name = "org_modernc_cc_v3",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/cc/v3",
sha256 = "4dbcc79cd5d488365ec2535c2b41c533067f6fccb7a26397e2defd5372d41729",
strip_prefix = "modernc.org/cc/v3@v3.35.22",
sha256 = "1fd51331be5f9b845282642e78f0bff09fbf551583c4555012520eed3215b2e0",
strip_prefix = "modernc.org/cc/v3@v3.36.3",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/cc/v3/org_modernc_cc_v3-v3.35.22.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/cc/v3/org_modernc_cc_v3-v3.36.3.zip",
],
)
go_repository(
name = "org_modernc_ccgo_v3",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/ccgo/v3",
sha256 = "18b9d4037f3a13717212fafd956ec5177e830547561d42856f7a377ff52eb17d",
strip_prefix = "modernc.org/ccgo/v3@v3.15.13",
sha256 = "5e19b5f5dd197c25d38d7ea9521465ff579294990bd969b2158eafeb7334a6e9",
strip_prefix = "modernc.org/ccgo/v3@v3.16.9",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/ccgo/v3/org_modernc_ccgo_v3-v3.15.13.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/ccgo/v3/org_modernc_ccgo_v3-v3.16.9.zip",
],
)
go_repository(
Expand Down Expand Up @@ -11104,60 +11164,60 @@ def go_deps():
name = "org_modernc_libc",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/libc",
sha256 = "223c148d45ebd431a35bac1917a18ac41e124e9c7830d726656306430c77516d",
strip_prefix = "modernc.org/libc@v1.14.5",
sha256 = "82b6d3a79ffe291d8f6ecbcaf6aba579ff37d1bea9049e600d85a388a4c15948",
strip_prefix = "modernc.org/libc@v1.17.1",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/libc/org_modernc_libc-v1.14.5.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/libc/org_modernc_libc-v1.17.1.zip",
],
)
go_repository(
name = "org_modernc_mathutil",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/mathutil",
sha256 = "0a8061f6f3a4d7aab3a04aa5d723421c208b45fac29306024f0160da2a6b92f6",
strip_prefix = "modernc.org/mathutil@v1.4.1",
sha256 = "c17a767eaa5eb62d9bb105b8ece7f249186dd52b9b533301bec140b3d5fd260f",
strip_prefix = "modernc.org/mathutil@v1.5.0",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/mathutil/org_modernc_mathutil-v1.4.1.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/mathutil/org_modernc_mathutil-v1.5.0.zip",
],
)
go_repository(
name = "org_modernc_memory",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/memory",
sha256 = "3e349c4e6bc69eb0aa7f3ab216e01018583bf1afda2c52fea1a973281ee61588",
strip_prefix = "modernc.org/memory@v1.0.5",
sha256 = "2eb0b17569e7f822cbd0176213e1dbc04e4c692bccdd59cda50cc157644547ee",
strip_prefix = "modernc.org/memory@v1.2.1",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/memory/org_modernc_memory-v1.0.5.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/memory/org_modernc_memory-v1.2.1.zip",
],
)
go_repository(
name = "org_modernc_opt",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/opt",
sha256 = "c278e7de90898d930073f38a4019dbd666fd2d1ee5f8b8d6f5af1c33739215a5",
strip_prefix = "modernc.org/[email protected].1",
sha256 = "294b1b80137cb86292c8893481d545eee90b17b84b6ad1dcb2e6c9bb523a2d9e",
strip_prefix = "modernc.org/[email protected].3",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/opt/org_modernc_opt-v0.1.1.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/opt/org_modernc_opt-v0.1.3.zip",
],
)
go_repository(
name = "org_modernc_sqlite",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/sqlite",
sha256 = "ebb7be52181a426c23dab287a0383b705021d7fe76d5f3675da2a4d58bbc2e4d",
strip_prefix = "modernc.org/sqlite@v1.14.6",
sha256 = "5c484a0d7aeab465beff2460b0b5e63284155dad8b8fef52b9b30827bc77263c",
strip_prefix = "modernc.org/sqlite@v1.18.1",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/sqlite/org_modernc_sqlite-v1.14.6.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/sqlite/org_modernc_sqlite-v1.18.1.zip",
],
)
go_repository(
name = "org_modernc_strutil",
build_file_proto_mode = "disable_global",
importpath = "modernc.org/strutil",
sha256 = "f8b615c79978c9c77f04ae8c9fbbd6967b8749b6e7c2e18964b59613ea9b9677",
strip_prefix = "modernc.org/[email protected].1",
sha256 = "2e59915393fa6a75021a97a41c60fac71c662bb9d1dc2d06e2c4ed77ea5da8cc",
strip_prefix = "modernc.org/[email protected].3",
urls = [
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/strutil/org_modernc_strutil-v1.1.1.zip",
"https://storage.googleapis.com/cockroach-godeps/gomod/modernc.org/strutil/org_modernc_strutil-v1.1.3.zip",
],
)
go_repository(
Expand Down
Loading

0 comments on commit 6d51df7

Please sign in to comment.