From 2fe8bd9c991067040be60490827729f14b4c1126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Heres?= Date: Wed, 2 Jul 2025 15:33:18 +0200 Subject: [PATCH] Update arrow version for not preserving dict_id --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e6cfe11a827..3992e8dc7111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,23 +70,23 @@ version = "42.2.0" ahash = { version = "0.8", default-features = false, features = [ "runtime-rng", ] } -arrow = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", features = [ +arrow = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", features = [ "prettyprint", ] } -arrow-array = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false, features = [ +arrow-array = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false, features = [ "chrono-tz", ] } -arrow-buffer = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false } -arrow-flight = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", features = [ +arrow-buffer = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false } +arrow-flight = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", features = [ "flight-sql-experimental", ] } -arrow-ipc = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false, features = [ +arrow-ipc = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false, features = [ "lz4", ] } -arrow-ord = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false } -arrow-schema = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false } -arrow-string = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false } +arrow-ord = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false } +arrow-schema = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false } +arrow-string = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4" @@ -127,7 +127,7 @@ log = "^0.4" num_cpus = "1.13.0" object_store = { version = "0.11.0", default-features = false } parking_lot = "0.12" -parquet = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false, features = [ +parquet = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false, features = [ "arrow", "async", "object_store",