From 0cc9aa41557233d860879200265fa070317ddb0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:56:30 +0000 Subject: [PATCH] fix(deps): update vortex-duckdb digest to 7cf53cb --- vortex-extension/Cargo.lock | 344 ++++++++++++++++++++++++++++-------- vortex-extension/Cargo.toml | 2 +- 2 files changed, 268 insertions(+), 78 deletions(-) diff --git a/vortex-extension/Cargo.lock b/vortex-extension/Cargo.lock index 88f23e6..3309782 100644 --- a/vortex-extension/Cargo.lock +++ b/vortex-extension/Cargo.lock @@ -137,20 +137,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28f6098a1e8ab66ff91324cce8fea6643101882cf7d09c85acdb1485ecf61e29" -[[package]] -name = "arrow-arith" -version = "58.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ab212d2c1886e802f51c5212d78ebbcbb0bec980fff9dadc1eb8d45cd0b738" -dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "chrono", - "num-traits", -] - [[package]] name = "arrow-array" version = "58.3.0" @@ -253,23 +239,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "arrow-string" -version = "58.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29dd7cda3ab9692f43a2e4acc444d760cc17b12bb6d8232ddf64e9bab7c06b42" -dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", - "memchr", - "num-traits", - "regex", - "regex-syntax", -] - [[package]] name = "async-channel" version = "2.5.0" @@ -862,6 +831,16 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "crossbeam-deque" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + [[package]] name = "crossbeam-epoch" version = "0.9.20" @@ -1026,6 +1005,16 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" +[[package]] +name = "earcutr" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01" +dependencies = [ + "itertools 0.11.0", + "num-traits", +] + [[package]] name = "either" version = "1.16.0" @@ -1172,6 +1161,12 @@ dependencies = [ "zlib-rs", ] +[[package]] +name = "float_next_after" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" + [[package]] name = "fnv" version = "1.0.7" @@ -1325,6 +1320,24 @@ dependencies = [ "version_check", ] +[[package]] +name = "geo" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fc1a1678e54befc9b4bcab6cd43b8e7f834ae8ea121118b0fd8c42747675b4a" +dependencies = [ + "earcutr", + "float_next_after", + "geo-types", + "geographiclib-rs", + "i_overlay", + "log", + "num-traits", + "robust", + "rstar", + "spade", +] + [[package]] name = "geo-traits" version = "0.3.0" @@ -1342,6 +1355,8 @@ checksum = "94776032c45f950d30a13af6113c2ad5625316c9abfbccee4dd5a6695f8fe0f5" dependencies = [ "approx", "num-traits", + "rayon", + "rstar", "serde", ] @@ -1371,6 +1386,19 @@ dependencies = [ "wkt", ] +[[package]] +name = "geoarrow-cast" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c308d653690a4e8ef3cbba69696056bd819e624766ece66d64cc26a638acc1" +dependencies = [ + "arrow-schema", + "geo-traits", + "geoarrow-array", + "geoarrow-schema", + "wkt", +] + [[package]] name = "geoarrow-schema" version = "0.8.0" @@ -1384,6 +1412,15 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "geographiclib-rs" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5a7f08910fd98737a6eda7568e7c5e645093e073328eeef49758cfe8b0489c7" +dependencies = [ + "libm", +] + [[package]] name = "getrandom" version = "0.2.17" @@ -1460,6 +1497,15 @@ dependencies = [ "zerocopy", ] +[[package]] +name = "hash32" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" +dependencies = [ + "byteorder", +] + [[package]] name = "hashbrown" version = "0.14.5" @@ -1470,6 +1516,17 @@ dependencies = [ "allocator-api2", ] +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] + [[package]] name = "hashbrown" version = "0.17.1" @@ -1481,6 +1538,16 @@ dependencies = [ "foldhash", ] +[[package]] +name = "heapless" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" +dependencies = [ + "hash32", + "stable_deref_trait", +] + [[package]] name = "heck" version = "0.5.0" @@ -1627,6 +1694,49 @@ dependencies = [ "windows-registry", ] +[[package]] +name = "i_float" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "010025c2c532c8d82e42d0b8bb5184afa449fa6f06c709ea9adcb16c49ae405b" +dependencies = [ + "libm", +] + +[[package]] +name = "i_key_sort" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9190f86706ca38ac8add223b2aed8b1330002b5cdbbce28fb58b10914d38fc27" + +[[package]] +name = "i_overlay" +version = "4.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413183068e6e0289e18d7d0a1f661b81546e6918d5453a44570b9ab30cbed1b3" +dependencies = [ + "i_float", + "i_key_sort", + "i_shape", + "i_tree", + "rayon", +] + +[[package]] +name = "i_shape" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ea154b742f7d43dae2897fcd5ead86bc7b5eefcedd305a7ebf9f69d44d61082" +dependencies = [ + "i_float", +] + +[[package]] +name = "i_tree" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35e6d558e6d4c7b82bc51d9c771e7a927862a161a7d87bf2b0541450e0e20915" + [[package]] name = "iana-time-zone" version = "0.1.65" @@ -1794,6 +1904,15 @@ version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + [[package]] name = "itertools" version = "0.13.0" @@ -2707,6 +2826,26 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rayon" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" +dependencies = [ + "crossbeam-deque", + "crossbeam-utils", +] + [[package]] name = "redox_syscall" version = "0.5.18" @@ -2851,6 +2990,23 @@ dependencies = [ "byteorder", ] +[[package]] +name = "robust" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839" + +[[package]] +name = "rstar" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb" +dependencies = [ + "heapless", + "num-traits", + "smallvec", +] + [[package]] name = "rustc-hash" version = "2.1.3" @@ -3210,6 +3366,18 @@ dependencies = [ "windows-sys 0.61.2", ] +[[package]] +name = "spade" +version = "2.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9699399fd9349b00b184f5635b074f9ec93afffef30c853f8c875b32c0f8c7fa" +dependencies = [ + "hashbrown 0.16.1", + "num-traits", + "robust", + "smallvec", +] + [[package]] name = "stable_deref_trait" version = "1.2.1" @@ -3722,10 +3890,11 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vortex" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "vortex-alp", "vortex-array", + "vortex-arrow", "vortex-btrblocks", "vortex-buffer", "vortex-bytebool", @@ -3756,7 +3925,7 @@ dependencies = [ [[package]] name = "vortex-alp" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "itertools 0.14.0", "num-traits", @@ -3774,19 +3943,11 @@ dependencies = [ [[package]] name = "vortex-array" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "arc-swap", "arcref", - "arrow-arith", - "arrow-array", "arrow-buffer", - "arrow-cast", - "arrow-data", - "arrow-ord", - "arrow-schema", - "arrow-select", - "arrow-string", "async-lock", "bytes", "cfg-if", @@ -3798,6 +3959,7 @@ dependencies = [ "inventory", "itertools 0.14.0", "jiff", + "memchr", "num-traits", "num_enum", "parking_lot", @@ -3805,6 +3967,8 @@ dependencies = [ "pin-project-lite", "prost", "rand", + "regex", + "regex-syntax", "rustc-hash", "simdutf8", "smallvec", @@ -3826,7 +3990,7 @@ dependencies = [ [[package]] name = "vortex-array-macros" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "proc-macro2", "quote", @@ -3834,12 +3998,33 @@ dependencies = [ ] [[package]] -name = "vortex-btrblocks" +name = "vortex-arrow" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ + "arrow-array", + "arrow-buffer", + "arrow-cast", + "arrow-data", + "arrow-schema", + "arrow-select", "itertools 0.14.0", "num-traits", + "tracing", + "vortex-array", + "vortex-buffer", + "vortex-error", + "vortex-mask", + "vortex-runend", + "vortex-session", +] + +[[package]] +name = "vortex-btrblocks" +version = "0.1.0" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" +dependencies = [ + "itertools 0.14.0", "pco", "rand", "vortex-alp", @@ -3863,7 +4048,7 @@ dependencies = [ [[package]] name = "vortex-buffer" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "arrow-buffer", "bitvec", @@ -3876,20 +4061,19 @@ dependencies = [ [[package]] name = "vortex-bytebool" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "num-traits", "vortex-array", "vortex-buffer", "vortex-error", - "vortex-mask", "vortex-session", ] [[package]] name = "vortex-compressor" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "itertools 0.14.0", "num-traits", @@ -3907,7 +4091,7 @@ dependencies = [ [[package]] name = "vortex-compute" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "vortex-buffer", ] @@ -3915,7 +4099,7 @@ dependencies = [ [[package]] name = "vortex-datetime-parts" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "num-traits", "prost", @@ -3929,7 +4113,7 @@ dependencies = [ [[package]] name = "vortex-decimal-byte-parts" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "num-traits", "prost", @@ -3943,10 +4127,9 @@ dependencies = [ [[package]] name = "vortex-duckdb" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "async-fs", - "async-trait", "bindgen", "bitvec", "cbindgen", @@ -3973,7 +4156,7 @@ dependencies = [ [[package]] name = "vortex-error" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "arrow-schema", "flatbuffers", @@ -3993,7 +4176,7 @@ dependencies = [ [[package]] name = "vortex-fastlanes" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "fastlanes", "itertools 0.14.0", @@ -4010,7 +4193,7 @@ dependencies = [ [[package]] name = "vortex-file" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "async-trait", "bytes", @@ -4025,6 +4208,7 @@ dependencies = [ "pin-project-lite", "tokio", "tracing", + "url", "vortex-alp", "vortex-array", "vortex-btrblocks", @@ -4054,7 +4238,7 @@ dependencies = [ [[package]] name = "vortex-flatbuffers" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "flatbuffers", "vortex-buffer", @@ -4064,9 +4248,10 @@ dependencies = [ [[package]] name = "vortex-fsst" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "fsst-rs", + "num-traits", "prost", "vortex-array", "vortex-buffer", @@ -4078,13 +4263,18 @@ dependencies = [ [[package]] name = "vortex-geo" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "arrow-array", "arrow-schema", + "geo", + "geo-traits", + "geo-types", "geoarrow", + "geoarrow-cast", "prost", "vortex-array", + "vortex-arrow", "vortex-error", "vortex-session", "wkb", @@ -4093,7 +4283,7 @@ dependencies = [ [[package]] name = "vortex-io" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "async-fs", "async-stream", @@ -4122,7 +4312,7 @@ dependencies = [ [[package]] name = "vortex-ipc" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "bytes", "flatbuffers", @@ -4139,7 +4329,7 @@ dependencies = [ [[package]] name = "vortex-layout" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "arcref", "arrow-array", @@ -4164,6 +4354,7 @@ dependencies = [ "tokio", "tracing", "vortex-array", + "vortex-arrow", "vortex-btrblocks", "vortex-buffer", "vortex-error", @@ -4181,7 +4372,7 @@ dependencies = [ [[package]] name = "vortex-mask" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "itertools 0.14.0", "vortex-buffer", @@ -4191,7 +4382,7 @@ dependencies = [ [[package]] name = "vortex-metrics" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "parking_lot", "sketches-ddsketch", @@ -4200,7 +4391,7 @@ dependencies = [ [[package]] name = "vortex-pco" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "pco", "prost", @@ -4214,7 +4405,7 @@ dependencies = [ [[package]] name = "vortex-proto" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "prost", "prost-types", @@ -4223,9 +4414,8 @@ dependencies = [ [[package]] name = "vortex-runend" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ - "arrow-array", "itertools 0.14.0", "num-traits", "prost", @@ -4239,7 +4429,7 @@ dependencies = [ [[package]] name = "vortex-scan" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "async-trait", "futures", @@ -4255,7 +4445,7 @@ dependencies = [ [[package]] name = "vortex-sequence" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "num-traits", "prost", @@ -4271,8 +4461,9 @@ dependencies = [ [[package]] name = "vortex-session" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ + "arc-swap", "lasso", "parking_lot", "vortex-error", @@ -4282,7 +4473,7 @@ dependencies = [ [[package]] name = "vortex-sparse" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "itertools 0.14.0", "num-traits", @@ -4297,17 +4488,16 @@ dependencies = [ [[package]] name = "vortex-utils" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "dashmap", "hashbrown 0.17.1", - "vortex-error", ] [[package]] name = "vortex-zigzag" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "vortex-array", "vortex-buffer", @@ -4320,7 +4510,7 @@ dependencies = [ [[package]] name = "vortex-zstd" version = "0.1.0" -source = "git+https://github.com/vortex-data/vortex.git?rev=b68abbb68427ed545dbd18ee3b383f78d9c34d43#b68abbb68427ed545dbd18ee3b383f78d9c34d43" +source = "git+https://github.com/vortex-data/vortex.git?rev=7cf53cb924cb043eff9405bc7839351d471cd8bf#7cf53cb924cb043eff9405bc7839351d471cd8bf" dependencies = [ "itertools 0.14.0", "prost", diff --git a/vortex-extension/Cargo.toml b/vortex-extension/Cargo.toml index 0e01284..048581b 100644 --- a/vortex-extension/Cargo.toml +++ b/vortex-extension/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" crate-type = ["staticlib", "cdylib"] [dependencies] -vortex-duckdb = { git = "https://github.com/vortex-data/vortex.git", rev = "b68abbb68427ed545dbd18ee3b383f78d9c34d43" } +vortex-duckdb = { git = "https://github.com/vortex-data/vortex.git", rev = "7cf53cb924cb043eff9405bc7839351d471cd8bf" } # This improved build times significantly [profile.dev.package.vortex-fastlanes]