@@ -35,11 +35,11 @@ arrow-flight = { version = "57", features = ["flight-sql-experimental"] }
3535clap = { version = " 4.5" , features = [" derive" , " cargo" ] }
3636configure_me = { version = " 0.4.0" }
3737configure_me_codegen = { version = " 0.4.4" }
38- datafusion = " 51 .0.0"
39- datafusion-cli = " 51 .0.0"
40- datafusion-proto = " 51 .0.0"
41- datafusion-proto-common = " 51 .0.0"
42- datafusion-substrait = " 51 .0.0"
38+ datafusion = " 52 .0.0"
39+ datafusion-cli = " 52 .0.0"
40+ datafusion-proto = " 52 .0.0"
41+ datafusion-proto-common = " 52 .0.0"
42+ datafusion-substrait = " 52 .0.0"
4343object_store = { version = " 0.12" , features = [" aws" , " azure" ] }
4444bytes = " 1.5"
4545prost = " 0.14"
@@ -73,11 +73,11 @@ backoff = { version = "0.4" }
7373url = { version = " 2.5" }
7474
7575# Vortex columnar format dependencies from spiceai fork
76- vortex-array = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-51 " , default-features = false }
77- vortex-buffer = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-51 " , default-features = false }
78- vortex-dtype = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-51 " , default-features = false }
79- vortex-error = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-51 " , default-features = false }
80- vortex-ipc = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-51 " , default-features = false }
76+ vortex-array = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-52 " , default-features = false }
77+ vortex-buffer = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-52 " , default-features = false }
78+ vortex-dtype = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-52 " , default-features = false }
79+ vortex-error = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-52 " , default-features = false }
80+ vortex-ipc = { git = " https://github.com/spiceai/vortex" , branch = " spiceai-52 " , default-features = false }
8181
8282# cargo build --profile release-lto
8383[profile .release-lto ]
0 commit comments