diff --git a/Cargo.lock b/Cargo.lock index 63359686289..e045922e889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ "arrow-cast 58.4.0", "arrow-csv", "arrow-data 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-json", "arrow-ord 58.4.0", "arrow-row 58.4.0", @@ -439,20 +439,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "arrow-ipc" -version = "56.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f88b0fbb33af28089ccd3e4dcd0ff09de46842168d00220b920f7231feddf5" -dependencies = [ - "arrow-array 56.2.1", - "arrow-buffer 56.2.1", - "arrow-data 56.2.1", - "arrow-schema 56.2.1", - "arrow-select 56.2.1", - "flatbuffers", -] - [[package]] name = "arrow-ipc" version = "58.4.0" @@ -465,7 +451,7 @@ dependencies = [ "arrow-schema 58.4.0", "arrow-select 58.4.0", "flatbuffers", - "lz4_flex 0.13.1", + "lz4_flex", "zstd", ] @@ -1576,7 +1562,7 @@ dependencies = [ "indicatif", "itertools 0.14.0", "lance-bench", - "parquet 58.4.0", + "parquet", "regex", "tempfile", "tokio", @@ -2091,7 +2077,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "parquet 58.4.0", + "parquet", "sqlparser", "tempfile", "tokio", @@ -2182,7 +2168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca43b263cdff57042cfa8fb817fb3469f4878933380dccff25f5e793580abbf9" dependencies = [ "arrow 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-schema 58.4.0", "chrono", "foldhash 0.2.0", @@ -2193,7 +2179,7 @@ dependencies = [ "libc", "log", "object_store", - "parquet 58.4.0", + "parquet", "recursive", "sqlparser", "tokio", @@ -2255,7 +2241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a24cc0b9cf6e367f27f27406eff13abf48a11b72446aaa40b3105c0ded5c17d9" dependencies = [ "arrow 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "async-trait", "bytes", "datafusion-common", @@ -2364,7 +2350,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "parquet 58.4.0", + "parquet", "tokio", ] @@ -2676,7 +2662,7 @@ checksum = "9bc84da934c903407ba297971ebcc020c4c1a38aafd765d6c144c76eff3fa6a1" dependencies = [ "arrow 58.4.0", "arrow-data 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-ord 58.4.0", "arrow-schema 58.4.0", "async-trait", @@ -4667,7 +4653,7 @@ dependencies = [ "arrow-array 58.4.0", "arrow-buffer 58.4.0", "arrow-cast 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-ord 58.4.0", "arrow-row 58.4.0", "arrow-schema 58.4.0", @@ -4738,7 +4724,7 @@ dependencies = [ "arrow-array 58.4.0", "arrow-buffer 58.4.0", "arrow-data 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-ord 58.4.0", "arrow-schema 58.4.0", "arrow-select 58.4.0", @@ -4791,7 +4777,7 @@ dependencies = [ "glob", "lance", "lance-encoding", - "parquet 58.4.0", + "parquet", "tempfile", "tokio", "tracing", @@ -5183,7 +5169,7 @@ dependencies = [ "arrow 58.4.0", "arrow-array 58.4.0", "arrow-buffer 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-schema 58.4.0", "async-trait", "byteorder", @@ -5529,15 +5515,6 @@ dependencies = [ "libc", ] -[[package]] -name = "lz4_flex" -version = "0.11.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373f5eceeeab7925e0c1098212f2fbc4d416adec9d35051a6ab251e824c1854a" -dependencies = [ - "twox-hash", -] - [[package]] name = "lz4_flex" version = "0.13.1" @@ -6434,41 +6411,6 @@ dependencies = [ "windows-link", ] -[[package]] -name = "parquet" -version = "56.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3abbfef8a25900f4925c86e4cb881ea24672ca3c31ee4fb50a8083c4c56d313" -dependencies = [ - "ahash 0.8.12", - "arrow-array 56.2.1", - "arrow-buffer 56.2.1", - "arrow-cast 56.2.1", - "arrow-data 56.2.1", - "arrow-ipc 56.2.1", - "arrow-schema 56.2.1", - "arrow-select 56.2.1", - "base64 0.22.1", - "brotli", - "bytes", - "chrono", - "flate2", - "futures", - "half", - "hashbrown 0.16.1", - "lz4_flex 0.11.6", - "num", - "num-bigint", - "paste", - "seq-macro", - "simdutf8", - "snap", - "thrift", - "tokio", - "twox-hash", - "zstd", -] - [[package]] name = "parquet" version = "58.4.0" @@ -6479,7 +6421,7 @@ dependencies = [ "arrow-array 58.4.0", "arrow-buffer 58.4.0", "arrow-data 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-schema 58.4.0", "arrow-select 58.4.0", "base64 0.22.1", @@ -6490,7 +6432,7 @@ dependencies = [ "futures", "half", "hashbrown 0.17.1", - "lz4_flex 0.13.1", + "lz4_flex", "num-bigint", "num-integer", "num-traits", @@ -8545,7 +8487,7 @@ dependencies = [ "clap", "futures", "indicatif", - "parquet 58.4.0", + "parquet", "regex", "tabled", "tokio", @@ -9515,7 +9457,7 @@ dependencies = [ "codspeed-divan-compat", "fastlanes", "mimalloc", - "parquet 58.4.0", + "parquet", "rand 0.10.2", "serde_json", "tokio", @@ -9698,8 +9640,7 @@ dependencies = [ "noodles-bgzf", "noodles-vcf", "parking_lot", - "parquet 56.2.1", - "parquet 58.4.0", + "parquet", "rand 0.10.2", "regex", "reqwest 0.13.4", @@ -9822,7 +9763,7 @@ dependencies = [ "bytes", "clap", "futures", - "parquet 58.4.0", + "parquet", "reqwest 0.13.4", "serde", "serde_json", @@ -10679,7 +10620,7 @@ dependencies = [ "humansize", "indicatif", "itertools 0.14.0", - "parquet 58.4.0", + "parquet", "ratatui", "ratzilla", "serde", @@ -10707,7 +10648,7 @@ name = "vortex-web-wasm" version = "0.1.0" dependencies = [ "arrow-array 58.4.0", - "arrow-ipc 58.4.0", + "arrow-ipc", "arrow-schema 58.4.0", "console_error_panic_hook", "futures", diff --git a/Cargo.toml b/Cargo.toml index 36aa5b2ac9e..e8d6d09abeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -252,7 +252,7 @@ spatialbench-arrow = "0.2" # spatialbench still pins arrow 56, two majors behind the workspace arrow. Until upstream # catches up, write its generated batches with a matching parquet instead of converting # arrow versions at the boundary. -spatialbench-parquet = { package = "parquet", version = "56", features = [ +spatialbench-parquet = { package = "parquet", version = "58", features = [ "async", ] } static_assertions = "1.1"