@@ -5,7 +5,7 @@ resolver = "2"
55
66[workspace .package ]
77authors = [" Qingping Hou <dave2008713@gmail.com>" ]
8- rust-version = " 1.85 "
8+ rust-version = " 1.86 "
99keywords = [" deltalake" , " delta" , " datalake" ]
1010readme = " README.md"
1111edition = " 2021"
@@ -26,32 +26,32 @@ debug = true
2626debug = " line-tables-only"
2727
2828[workspace .dependencies ]
29- delta_kernel = { version = " 0.15.1 " , features = [
30- " arrow-55 " ,
29+ delta_kernel = { version = " 0.15.2 " , features = [
30+ " arrow-56 " ,
3131 " default-engine-rustls" ,
3232 " internal-api" ,
3333] }
3434
3535
3636# arrow
37- arrow = { version = " 55.2 .0" }
38- arrow-arith = { version = " 55.2 .0" }
39- arrow-array = { version = " 55.2 .0" , features = [" chrono-tz" ] }
40- arrow-buffer = { version = " 55.2 .0" }
41- arrow-cast = { version = " 55.2 .0" }
42- arrow-ipc = { version = " 55.2 .0" }
43- arrow-json = { version = " 55.2 .0" }
44- arrow-ord = { version = " 55.2 .0" }
45- arrow-row = { version = " 55.2 .0" }
46- arrow-schema = { version = " 55.2 .0" }
47- arrow-select = { version = " 55.2 .0" }
37+ arrow = { version = " 56.0 .0" }
38+ arrow-arith = { version = " 56.0 .0" }
39+ arrow-array = { version = " 56.0 .0" , features = [" chrono-tz" ] }
40+ arrow-buffer = { version = " 56.0 .0" }
41+ arrow-cast = { version = " 56.0 .0" }
42+ arrow-ipc = { version = " 56.0 .0" }
43+ arrow-json = { version = " 56.0 .0" }
44+ arrow-ord = { version = " 56.0 .0" }
45+ arrow-row = { version = " 56.0 .0" }
46+ arrow-schema = { version = " 56.0 .0" }
47+ arrow-select = { version = " 56.0 .0" }
4848object_store = { version = " 0.12.1" }
49- parquet = { version = " 55.2 .0" }
49+ parquet = { version = " 56.0 .0" }
5050
5151# datafusion
52- datafusion = " 49 .0.0"
53- datafusion-ffi = " 49 .0.0"
54- datafusion-proto = " 49 .0.0"
52+ datafusion = " 50 .0.0"
53+ datafusion-ffi = " 50 .0.0"
54+ datafusion-proto = " 50 .0.0"
5555
5656# serde
5757serde = { version = " 1.0.194" , features = [" derive" ] }
@@ -94,3 +94,27 @@ Arro3 = "Arro3"
9494AKS = " AKS"
9595# to avoid using 'type' as a field name.
9696tpe = " tpe"
97+
98+ [patch .crates-io ]
99+ datafusion = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
100+ datafusion-expr = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
101+ datafusion-common = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
102+ datafusion-ffi = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
103+ datafusion-functions = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
104+ datafusion-functions-aggregate = {git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
105+ datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
106+ datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
107+ datafusion-proto = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
108+ datafusion-sql = { git = " https://github.com/apache/datafusion.git" , branch = " branch-50" }
109+
110+ # datafusion
111+ # datafusion = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/core" }
112+ # datafusion-expr = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/expr" }
113+ # datafusion-common = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/common" }
114+ # datafusion-ffi = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/ffi" }
115+ # datafusion-functions = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/functions" }
116+ # datafusion-functions-aggregate = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/functions-aggregate" }
117+ # datafusion-physical-expr = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/physical-expr" }
118+ # datafusion-physical-plan = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/physical-plan" }
119+ # datafusion-proto = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/proto" }
120+ # datafusion-sql = { path = "/Users/andrewlamb/Software/datafusion2/datafusion/sql" }
0 commit comments