From ad399e84bf1b4fca498a75bea751f395829258b8 Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Thu, 3 Jul 2025 18:23:31 +0100 Subject: [PATCH 1/3] bump arrow version to match datafusion --- tpchgen-arrow/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpchgen-arrow/Cargo.toml b/tpchgen-arrow/Cargo.toml index 3364c966..92374f6f 100644 --- a/tpchgen-arrow/Cargo.toml +++ b/tpchgen-arrow/Cargo.toml @@ -9,9 +9,9 @@ readme = "README.md" license = "Apache-2.0" [dependencies] -arrow = { version = "54.0.0", default-features = false, features = ["prettyprint"] } +arrow = { version = "55.2", default-features = false, features = ["prettyprint"] } tpchgen = { path = "../tpchgen", version = "1.1.1" } [dev-dependencies] -arrow-csv = "54.0.0" +arrow-csv = "55.2" chrono = "0.4.39" From 83d52be6d7d49bbbe7b59a1b9959979761613bce Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Thu, 3 Jul 2025 18:31:00 +0100 Subject: [PATCH 2/3] update --- tpchgen-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpchgen-cli/Cargo.toml b/tpchgen-cli/Cargo.toml index 7c83868f..72d3b9bd 100644 --- a/tpchgen-cli/Cargo.toml +++ b/tpchgen-cli/Cargo.toml @@ -10,8 +10,8 @@ license = { workspace = true } repository = { workspace = true } [dependencies] -arrow = "54.3.0" -parquet = "54.3.0" +arrow = "55.2" +parquet = "55.2" clap = { version = "4.5.32", features = ["derive"] } tpchgen = { path = "../tpchgen", version = "1.1.1"} tpchgen-arrow = { path = "../tpchgen-arrow", version = "1.1.1" } From 05b1d76fa62d3810f528d835a547032b4b3652d1 Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Thu, 3 Jul 2025 18:32:17 +0100 Subject: [PATCH 3/3] update --- tpchgen/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tpchgen/tests/integration_tests.rs b/tpchgen/tests/integration_tests.rs index 3e661e96..0335ed14 100644 --- a/tpchgen/tests/integration_tests.rs +++ b/tpchgen/tests/integration_tests.rs @@ -224,6 +224,7 @@ where } } + #[allow(clippy::wrong_self_convention)] pub fn to_string_vec(&mut self, take_num: i32) -> Vec { if let Some(generator) = self.generator.take() { generator