From f17a33405853ec1d3ff57a23af9eff7925e66dd1 Mon Sep 17 00:00:00 2001 From: fys <40801205+fengys1996@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:04:47 +0800 Subject: [PATCH] chore: upgrade arrow 57.2 to 57.3 (#7744) * chore: upgrade arrow 57.2 to 57.3 * upgrade Cargo.lock --- Cargo.lock | 4 ++-- Cargo.toml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64093278e8..35a23e331d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,9 @@ dependencies = [ [[package]] name = "arrow-flight" -version = "57.2.0" +version = "57.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63654f21676be802d446c6c4bc54f6a47e18d55f9ae6f7195a6f6faf2ecdbeb" +checksum = "58c5b083668e6230eae3eab2fc4b5fb989974c845d0aa538dde61a4327c78675" dependencies = [ "arrow-array 57.3.0", "arrow-buffer 57.3.0", diff --git a/Cargo.toml b/Cargo.toml index cad0d85a9f..b8f28cc7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,13 +100,13 @@ rust.unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] } # See for more detaiils: https://github.com/rust-lang/cargo/issues/11329 ahash = { version = "0.8", features = ["compile-time-rng"] } aquamarine = "0.6" -arrow = { version = "57.2", features = ["prettyprint"] } -arrow-array = { version = "57.2", default-features = false, features = ["chrono-tz"] } -arrow-buffer = "57.2" -arrow-cast = "57.2" -arrow-flight = "57.2" -arrow-ipc = { version = "57.2", default-features = false, features = ["lz4", "zstd"] } -arrow-schema = { version = "57.2", features = ["serde"] } +arrow = { version = "57.3", features = ["prettyprint"] } +arrow-array = { version = "57.3", default-features = false, features = ["chrono-tz"] } +arrow-buffer = "57.3" +arrow-cast = "57.3" +arrow-flight = "57.3" +arrow-ipc = { version = "57.3", default-features = false, features = ["lz4", "zstd"] } +arrow-schema = { version = "57.3", features = ["serde"] } async-stream = "0.3" async-trait = "0.1" # Remember to update axum-extra, axum-macros when updating axum @@ -187,7 +187,7 @@ otel-arrow-rust = { git = "https://github.com/GreptimeTeam/otel-arrow", rev = "5 "server", ] } parking_lot = "0.12" -parquet = { version = "57.2", default-features = false, features = ["arrow", "async", "object_store"] } +parquet = { version = "57.3", default-features = false, features = ["arrow", "async", "object_store"] } paste = "1.0" pin-project = "1.0" pretty_assertions = "1.4.0"