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 ]
1418datafusion = { workspace = true }
1519datafusion-proto = { workspace = true }
16- arrow-flight = " 55.2 .0"
20+ arrow-flight = " 56.1 .0"
1721async-trait = " 0.1.88"
1822tokio = { version = " 1.46.1" , features = [" full" ] }
19- # Fixed to 0.12.3 because of arrow-flight
20- tonic = { version = " 0.12.3 " , features = [" transport" ] }
23+ # Updated to 0.13.1 to match arrow-flight 56.1.0
24+ tonic = { version = " 0.13.1 " , features = [" transport" ] }
2125tower = " 0.5.2"
2226http = " 1.3.1"
2327itertools = " 0.14.0"
@@ -29,16 +33,16 @@ dashmap = "6.1.0"
2933prost = " 0.13.5"
3034rand = " 0.8.5"
3135object_store = " 0.12.3"
36+ chrono = { version = " 0.4.42" }
3237
3338# integration_tests deps
3439insta = { version = " 1.43.1" , features = [" filters" ], optional = true }
35- tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " , optional = true }
36- tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " , optional = true }
37- parquet = { version = " 55.2 .0" , optional = true }
38- arrow = { version = " 55.2 .0" , optional = true }
40+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
41+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
42+ parquet = { version = " 56.1 .0" , optional = true }
43+ arrow = { version = " 56.1 .0" , optional = true }
3944tokio-stream = { version = " 0.1.17" , optional = true }
4045hyper-util = { version = " 0.1.16" , optional = true }
41- chrono = { version = " 0.4.42" , optional = true }
4246
4347[features ]
4448integration = [
@@ -49,17 +53,16 @@ integration = [
4953 " arrow" ,
5054 " tokio-stream" ,
5155 " hyper-util" ,
52- " chrono"
5356]
5457
5558tpch = [" integration" ]
5659
5760[dev-dependencies ]
5861structopt = " 0.3"
5962insta = { version = " 1.43.1" , features = [" filters" ] }
60- tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " }
61- tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " }
62- parquet = " 55.2 .0"
63- arrow = " 55.2 .0"
63+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
64+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
65+ parquet = " 56.1 .0"
66+ arrow = " 56.1 .0"
6467tokio-stream = " 0.1.17"
6568hyper-util = " 0.1.16"
0 commit comments