22members = [" benchmarks" ]
33
44[workspace .dependencies ]
5- datafusion = { version = " 49 .0.0" , default-features = false }
6- datafusion-proto = { version = " 49 .0.0" }
5+ datafusion = { version = " 50 .0.0" , default-features = false }
6+ datafusion-proto = { version = " 50 .0.0" }
77
88[package ]
99name = " datafusion-distributed"
@@ -14,11 +14,11 @@ edition = "2024"
1414chrono = { version = " 0.4.42" }
1515datafusion = { workspace = true }
1616datafusion-proto = { workspace = true }
17- arrow-flight = " 55.2 .0"
17+ arrow-flight = " 56.1 .0"
1818async-trait = " 0.1.88"
1919tokio = { version = " 1.46.1" , features = [" full" ] }
20- # Fixed to 0.12.3 because of arrow-flight
21- tonic = { version = " 0.12.3 " , features = [" transport" ] }
20+ # Updated to 0.13.1 to match arrow-flight 56.1.0
21+ tonic = { version = " 0.13.1 " , features = [" transport" ] }
2222tower = " 0.5.2"
2323http = " 1.3.1"
2424itertools = " 0.14.0"
@@ -33,10 +33,10 @@ object_store = "0.12.3"
3333
3434# integration_tests deps
3535insta = { version = " 1.43.1" , features = [" filters" ], optional = true }
36- tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " , optional = true }
37- tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " , optional = true }
38- parquet = { version = " 55.2 .0" , optional = true }
39- arrow = { version = " 55.2 .0" , optional = true }
36+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
37+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
38+ parquet = { version = " 56.1 .0" , optional = true }
39+ arrow = { version = " 56.1 .0" , optional = true }
4040tokio-stream = { version = " 0.1.17" , optional = true }
4141hyper-util = { version = " 0.1.16" , optional = true }
4242
@@ -56,9 +56,9 @@ tpch = ["integration"]
5656[dev-dependencies ]
5757structopt = " 0.3"
5858insta = { version = " 1.43.1" , features = [" filters" ] }
59- tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " }
60- tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " }
61- parquet = " 55.2 .0"
62- arrow = " 55.2 .0"
59+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
60+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
61+ parquet = " 56.1 .0"
62+ arrow = " 56.1 .0"
6363tokio-stream = " 0.1.17"
6464hyper-util = " 0.1.16"
0 commit comments