From e07aef16fa6ae862ce3e29712c6790ca4644e83a Mon Sep 17 00:00:00 2001 From: LiaCastaneda Date: Tue, 13 Jan 2026 16:36:53 +0100 Subject: [PATCH 1/3] Stop using arrow-rs patch branch --- Cargo.lock | 93 +++++++++++++++++++++++++++++-------------- Cargo.toml | 32 +++++++-------- benchmarks/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- 4 files changed, 82 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f657e4b..f24efa52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "arrow" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-arith", "arrow-array", @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "arrow-arith" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "arrow-array" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "ahash", "arrow-buffer", @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "arrow-buffer" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "bytes", "half", @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "arrow-cast" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "arrow-csv" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-cast", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "arrow-data" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-buffer", "arrow-schema", @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "arrow-flight" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -298,15 +298,16 @@ dependencies = [ "base64", "bytes", "futures", - "prost", + "prost 0.14.3", "prost-types", "tonic", + "tonic-prost", ] [[package]] name = "arrow-ipc" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -321,7 +322,7 @@ dependencies = [ [[package]] name = "arrow-json" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -344,7 +345,7 @@ dependencies = [ [[package]] name = "arrow-ord" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -356,7 +357,7 @@ dependencies = [ [[package]] name = "arrow-row" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -368,7 +369,7 @@ dependencies = [ [[package]] name = "arrow-schema" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "serde_core", "serde_json", @@ -377,7 +378,7 @@ dependencies = [ [[package]] name = "arrow-select" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "ahash", "arrow-array", @@ -390,7 +391,7 @@ dependencies = [ [[package]] name = "arrow-string" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" dependencies = [ "arrow-array", "arrow-buffer", @@ -1802,7 +1803,7 @@ dependencies = [ "parquet", "pin-project", "pretty_assertions", - "prost", + "prost 0.13.5", "rand 0.8.5", "structopt", "tokio", @@ -1834,7 +1835,7 @@ dependencies = [ "log", "object_store", "parquet", - "prost", + "prost 0.13.5", "serde", "serde_json", "structopt", @@ -2195,7 +2196,7 @@ dependencies = [ "datafusion-physical-plan", "datafusion-proto-common", "object_store", - "prost", + "prost 0.13.5", ] [[package]] @@ -2205,7 +2206,7 @@ source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a00390 dependencies = [ "arrow", "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", - "prost", + "prost 0.13.5", ] [[package]] @@ -3797,7 +3798,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.13.5", +] + +[[package]] +name = "prost" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" +dependencies = [ + "bytes", + "prost-derive 0.14.3", ] [[package]] @@ -3813,13 +3824,26 @@ dependencies = [ "syn 2.0.110", ] +[[package]] +name = "prost-derive" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" +dependencies = [ + "anyhow", + "itertools", + "proc-macro2", + "quote", + "syn 2.0.110", +] + [[package]] name = "prost-types" -version = "0.13.5" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" +checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" dependencies = [ - "prost", + "prost 0.14.3", ] [[package]] @@ -4892,9 +4916,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.13.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9" +checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" dependencies = [ "async-trait", "axum 0.8.7", @@ -4909,8 +4933,8 @@ dependencies = [ "hyper-util", "percent-encoding", "pin-project", - "prost", - "socket2 0.5.10", + "socket2 0.6.1", + "sync_wrapper", "tokio", "tokio-stream", "tower", @@ -4919,6 +4943,17 @@ dependencies = [ "tracing", ] +[[package]] +name = "tonic-prost" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +dependencies = [ + "bytes", + "prost 0.14.3", + "tonic", +] + [[package]] name = "tower" version = "0.5.2" @@ -5675,7 +5710,7 @@ dependencies = [ [[patch.unused]] name = "arrow-avro" version = "57.1.0" -source = "git+https://github.com/DataDog/arrow-rs?rev=dd2c5a10fd433374c896d62e9e4fee92b4717a7e#dd2c5a10fd433374c896d62e9e4fee92b4717a7e" +source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6a11ee0944af229#779e9bd2ee43d7d882782e6bf6a11ee0944af229" [[patch.unused]] name = "datafusion-substrait" diff --git a/Cargo.toml b/Cargo.toml index 3dafb2a9..bc5e0d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ arrow-flight = "57.1.0" arrow-select = "57.1.0" async-trait = "0.1.88" tokio = { version = "1.46.1", features = ["full"] } -tonic = { version = "0.13", features = ["transport"] } +tonic = { version = "0.14.1", features = ["transport"] } tower = "0.5.2" http = "1.3.1" itertools = "0.14.0" @@ -79,18 +79,18 @@ datafusion = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d datafusion-substrait = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion-substrait" } datafusion-proto = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion-proto" } datafusion-proto-common = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion-proto-common" } -arrow = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow" } -arrow-flight = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-flight" } -arrow-select = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-select" } -arrow-ord = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-ord" } -arrow-array = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-array" } -arrow-data = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-data" } -arrow-ipc = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-ipc" } -arrow-schema = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-schema" } -arrow-cast = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-cast" } -arrow-buffer = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-buffer" } -arrow-row = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-row" } -arrow-string = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-string" } -arrow-json = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-json" } -arrow-avro = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-avro" } -arrow-arith = { git = "https://github.com/DataDog/arrow-rs", rev = "dd2c5a10fd433374c896d62e9e4fee92b4717a7e", package = "arrow-arith" } +arrow = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow" } +arrow-flight = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-flight" } +arrow-select = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-select" } +arrow-ord = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-ord" } +arrow-array = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-array" } +arrow-data = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-data" } +arrow-ipc = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-ipc" } +arrow-schema = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-schema" } +arrow-cast = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-cast" } +arrow-buffer = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-buffer" } +arrow-row = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-row" } +arrow-string = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-string" } +arrow-json = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-json" } +arrow-avro = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-avro" } +arrow-arith = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-arith" } diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index b9a2cc5e..c34da194 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -22,7 +22,7 @@ dashmap = "6.1.0" prost = "0.13" url = "2.5.4" arrow-flight = "57.1.0" -tonic = { version = "0.13", features = ["transport"] } +tonic = { version = "0.14.1", features = ["transport"] } axum = "0.7" object_store = { version = "0.12.4", features = ["aws"] } aws-config = "1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a21bba35..bd23b27d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4", features = ["derive"] } env_logger = "0.11" dirs = "6" arrow-flight = "57.1.0" -tonic = { version = "0.13", features = ["transport"] } +tonic = { version = "0.14.1", features = ["transport"] } tower = "0.5.2" hyper-util = "0.1.16" tokio-stream = "0.1.17" From 3fcee34ab78209ad01c142064e164fef2576e5d3 Mon Sep 17 00:00:00 2001 From: LiaCastaneda Date: Tue, 13 Jan 2026 18:44:04 +0100 Subject: [PATCH 2/3] Upgrade prost --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f24efa52..b42e2358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,7 +1803,7 @@ dependencies = [ "parquet", "pin-project", "pretty_assertions", - "prost 0.13.5", + "prost 0.14.3", "rand 0.8.5", "structopt", "tokio", @@ -1835,7 +1835,7 @@ dependencies = [ "log", "object_store", "parquet", - "prost 0.13.5", + "prost 0.14.3", "serde", "serde_json", "structopt", diff --git a/Cargo.toml b/Cargo.toml index bc5e0d83..ba4c4c1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ url = "2.5.4" uuid = "1.17.0" delegate = "0.13.4" dashmap = "6.1.0" -prost = "0.13" +prost = "0.14.0" rand = "0.8.5" object_store = "0.12.3" bytes = "1.10.1" diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index c34da194..77f481a9 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1.88" chrono = "0.4.41" futures = "0.3.31" dashmap = "6.1.0" -prost = "0.13" +prost = "0.14.0" url = "2.5.4" arrow-flight = "57.1.0" tonic = { version = "0.14.1", features = ["transport"] } From 9b8e44c45c45919d9001c9d17c8594643663599f Mon Sep 17 00:00:00 2001 From: LiaCastaneda Date: Tue, 13 Jan 2026 18:52:05 +0100 Subject: [PATCH 3/3] Fix DataFusion commit SHA --- Cargo.lock | 169 +++++++++++++++++++++++------------------------------ Cargo.toml | 8 +-- 2 files changed, 77 insertions(+), 100 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b42e2358..13c86e76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ dependencies = [ "base64", "bytes", "futures", - "prost 0.14.3", + "prost", "prost-types", "tonic", "tonic-prost", @@ -1449,7 +1449,7 @@ dependencies = [ [[package]] name = "datafusion" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "arrow-schema", @@ -1459,7 +1459,7 @@ dependencies = [ "chrono", "datafusion-catalog", "datafusion-catalog-listing", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-datasource", "datafusion-datasource-arrow", @@ -1505,12 +1505,12 @@ dependencies = [ [[package]] name = "datafusion-catalog" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "dashmap", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-datasource", "datafusion-execution", @@ -1529,12 +1529,12 @@ dependencies = [ [[package]] name = "datafusion-catalog-listing" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "datafusion-catalog", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-datasource", "datafusion-execution", "datafusion-expr", @@ -1600,7 +1600,7 @@ dependencies = [ [[package]] name = "datafusion-common" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "ahash", "apache-avro", @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "datafusion-common-runtime" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "futures", "log", @@ -1635,7 +1635,7 @@ dependencies = [ [[package]] name = "datafusion-datasource" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-compression", @@ -1643,7 +1643,7 @@ dependencies = [ "bytes", "bzip2", "chrono", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-execution", "datafusion-expr", @@ -1669,13 +1669,13 @@ dependencies = [ [[package]] name = "datafusion-datasource-arrow" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "arrow-ipc", "async-trait", "bytes", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-datasource", "datafusion-execution", @@ -1692,13 +1692,13 @@ dependencies = [ [[package]] name = "datafusion-datasource-avro" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "apache-avro", "arrow", "async-trait", "bytes", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-datasource", "datafusion-physical-expr-common", "datafusion-physical-plan", @@ -1711,12 +1711,12 @@ dependencies = [ [[package]] name = "datafusion-datasource-csv" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "bytes", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-datasource", "datafusion-execution", @@ -1733,12 +1733,12 @@ dependencies = [ [[package]] name = "datafusion-datasource-json" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "bytes", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-datasource", "datafusion-execution", @@ -1754,12 +1754,12 @@ dependencies = [ [[package]] name = "datafusion-datasource-parquet" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "bytes", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-datasource", "datafusion-execution", @@ -1803,7 +1803,7 @@ dependencies = [ "parquet", "pin-project", "pretty_assertions", - "prost 0.14.3", + "prost", "rand 0.8.5", "structopt", "tokio", @@ -1835,7 +1835,7 @@ dependencies = [ "log", "object_store", "parquet", - "prost 0.14.3", + "prost", "serde", "serde_json", "structopt", @@ -1867,17 +1867,17 @@ dependencies = [ [[package]] name = "datafusion-doc" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" [[package]] name = "datafusion-execution" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "dashmap", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr", "futures", "log", @@ -1892,12 +1892,12 @@ dependencies = [ [[package]] name = "datafusion-expr" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "chrono", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-doc", "datafusion-expr-common", "datafusion-functions-aggregate-common", @@ -1914,10 +1914,10 @@ dependencies = [ [[package]] name = "datafusion-expr-common" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "indexmap", "itertools", "paste", @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "datafusion-functions" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "arrow-buffer", @@ -1934,7 +1934,7 @@ dependencies = [ "blake2", "blake3", "chrono", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-doc", "datafusion-execution", "datafusion-expr", @@ -1955,11 +1955,11 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "ahash", "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-doc", "datafusion-execution", "datafusion-expr", @@ -1975,11 +1975,11 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate-common" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "ahash", "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr-common", "datafusion-physical-expr-common", ] @@ -1987,11 +1987,11 @@ dependencies = [ [[package]] name = "datafusion-functions-nested" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "arrow-ord", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-doc", "datafusion-execution", "datafusion-expr", @@ -2009,12 +2009,12 @@ dependencies = [ [[package]] name = "datafusion-functions-table" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "async-trait", "datafusion-catalog", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr", "datafusion-physical-plan", "parking_lot", @@ -2024,10 +2024,10 @@ dependencies = [ [[package]] name = "datafusion-functions-window" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-doc", "datafusion-expr", "datafusion-functions-window-common", @@ -2041,16 +2041,16 @@ dependencies = [ [[package]] name = "datafusion-functions-window-common" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-physical-expr-common", ] [[package]] name = "datafusion-macros" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "datafusion-doc", "quote", @@ -2060,11 +2060,11 @@ dependencies = [ [[package]] name = "datafusion-optimizer" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "chrono", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr", "datafusion-expr-common", "datafusion-physical-expr", @@ -2079,11 +2079,11 @@ dependencies = [ [[package]] name = "datafusion-physical-expr" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "ahash", "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr", "datafusion-expr-common", "datafusion-functions-aggregate-common", @@ -2101,10 +2101,10 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-adapter" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr", "datafusion-functions", "datafusion-physical-expr", @@ -2115,11 +2115,11 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-common" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "ahash", "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr-common", "hashbrown 0.14.5", "itertools", @@ -2128,10 +2128,10 @@ dependencies = [ [[package]] name = "datafusion-physical-optimizer" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-execution", "datafusion-expr", "datafusion-expr-common", @@ -2146,7 +2146,7 @@ dependencies = [ [[package]] name = "datafusion-physical-plan" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "ahash", "arrow", @@ -2154,7 +2154,7 @@ dependencies = [ "arrow-schema", "async-trait", "chrono", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-common-runtime", "datafusion-execution", "datafusion-expr", @@ -2176,13 +2176,13 @@ dependencies = [ [[package]] name = "datafusion-proto" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "chrono", "datafusion-catalog", "datafusion-catalog-listing", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-datasource", "datafusion-datasource-arrow", "datafusion-datasource-csv", @@ -2196,26 +2196,26 @@ dependencies = [ "datafusion-physical-plan", "datafusion-proto-common", "object_store", - "prost 0.13.5", + "prost", ] [[package]] name = "datafusion-proto-common" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", - "prost 0.13.5", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", + "prost", ] [[package]] name = "datafusion-pruning" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-datasource", "datafusion-expr-common", "datafusion-physical-expr", @@ -2228,10 +2228,10 @@ dependencies = [ [[package]] name = "datafusion-session" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "async-trait", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-execution", "datafusion-expr", "datafusion-physical-plan", @@ -2241,12 +2241,12 @@ dependencies = [ [[package]] name = "datafusion-sql" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" dependencies = [ "arrow", "bigdecimal", "chrono", - "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52)", + "datafusion-common 51.0.0 (git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc)", "datafusion-expr", "indexmap", "log", @@ -3791,16 +3791,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "prost" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" -dependencies = [ - "bytes", - "prost-derive 0.13.5", -] - [[package]] name = "prost" version = "0.14.3" @@ -3808,20 +3798,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" dependencies = [ "bytes", - "prost-derive 0.14.3", -] - -[[package]] -name = "prost-derive" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" -dependencies = [ - "anyhow", - "itertools", - "proc-macro2", - "quote", - "syn 2.0.110", + "prost-derive", ] [[package]] @@ -3843,7 +3820,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" dependencies = [ - "prost 0.14.3", + "prost", ] [[package]] @@ -4950,7 +4927,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" dependencies = [ "bytes", - "prost 0.14.3", + "prost", "tonic", ] @@ -5715,4 +5692,4 @@ source = "git+https://github.com/DataDog/arrow-rs?rev=779e9bd2ee43d7d882782e6bf6 [[patch.unused]] name = "datafusion-substrait" version = "51.0.0" -source = "git+https://github.com/DataDog/datafusion?rev=3ae66138c1d6551b29a0039059570c9927a27d52#3ae66138c1d6551b29a0039059570c9927a27d52" +source = "git+https://github.com/DataDog/datafusion?rev=507f6f5b0f4e0b1943f6f1b06615b4644ca438bc#507f6f5b0f4e0b1943f6f1b06615b4644ca438bc" diff --git a/Cargo.toml b/Cargo.toml index ba4c4c1b..abb770ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,10 +75,10 @@ hyper-util = "0.1.16" pretty_assertions = "1.4" [patch.crates-io] -datafusion = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion" } -datafusion-substrait = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion-substrait" } -datafusion-proto = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion-proto" } -datafusion-proto-common = { git = "https://github.com/DataDog/datafusion", rev = "3ae66138c1d6551b29a0039059570c9927a27d52", package = "datafusion-proto-common" } +datafusion = { git = "https://github.com/DataDog/datafusion", rev = "507f6f5b0f4e0b1943f6f1b06615b4644ca438bc", package = "datafusion" } +datafusion-substrait = { git = "https://github.com/DataDog/datafusion", rev = "507f6f5b0f4e0b1943f6f1b06615b4644ca438bc", package = "datafusion-substrait" } +datafusion-proto = { git = "https://github.com/DataDog/datafusion", rev = "507f6f5b0f4e0b1943f6f1b06615b4644ca438bc", package = "datafusion-proto" } +datafusion-proto-common = { git = "https://github.com/DataDog/datafusion", rev = "507f6f5b0f4e0b1943f6f1b06615b4644ca438bc", package = "datafusion-proto-common" } arrow = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow" } arrow-flight = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-flight" } arrow-select = { git = "https://github.com/DataDog/arrow-rs", rev = "779e9bd2ee43d7d882782e6bf6a11ee0944af229", package = "arrow-select" }