22members = [" benchmarks" ]
33
44[workspace .dependencies ]
5- datafusion = { version = " 49 .0.0" }
6- datafusion-proto = { version = " 49 .0.0" }
5+ datafusion = { version = " 50 .0.0" }
6+ datafusion-proto = { version = " 50 .0.0" }
77
88[package ]
99name = " datafusion-distributed"
10- version = " 0.1.0"
11- edition = " 2021"
10+ version = " 0.1.1"
11+ edition = " 2024"
12+
13+ [workspace .package ]
14+ edition = " 2024"
15+ rust-version = " 1.86.0"
1216
1317[dependencies ]
1418chrono = { version = " 0.4.42" }
1519datafusion = { workspace = true }
1620datafusion-proto = { workspace = true }
17- arrow-flight = " 55.2 .0"
21+ arrow-flight = " 56.1 .0"
1822async-trait = " 0.1.88"
1923tokio = { version = " 1.46.1" , features = [" full" ] }
20- # Fixed to 0.12.3 because of arrow-flight
21- tonic = { version = " 0.12.3 " , features = [" transport" ] }
24+ # Updated to 0.13.1 to match arrow-flight 56.1.0
25+ tonic = { version = " 0.13.1 " , features = [" transport" ] }
2226tower = " 0.5.2"
2327http = " 1.3.1"
2428itertools = " 0.14.0"
@@ -30,13 +34,14 @@ dashmap = "6.1.0"
3034prost = " 0.13.5"
3135rand = " 0.8.5"
3236object_store = " 0.12.3"
37+ chrono = { version = " 0.4.42" }
3338
3439# integration_tests deps
3540insta = { 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 }
41+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
42+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
43+ parquet = { version = " 56.1 .0" , optional = true }
44+ arrow = { version = " 56.1 .0" , optional = true }
4045tokio-stream = { version = " 0.1.17" , optional = true }
4146hyper-util = { version = " 0.1.16" , optional = true }
4247
@@ -56,9 +61,9 @@ tpch = ["integration"]
5661[dev-dependencies ]
5762structopt = " 0.3"
5863insta = { 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"
64+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
65+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
66+ parquet = " 56.1 .0"
67+ arrow = " 56.1 .0"
6368tokio-stream = " 0.1.17"
6469hyper-util = " 0.1.16"
0 commit comments