@@ -26,32 +26,32 @@ debug = true
26
26
debug = " line-tables-only"
27
27
28
28
[workspace .dependencies ]
29
- delta_kernel = { version = " 0.15.1 " , features = [
30
- " arrow-55 " ,
29
+ delta_kernel = { version = " 0.15.2 " , features = [
30
+ " arrow-56 " ,
31
31
" default-engine-rustls" ,
32
32
" internal-api" ,
33
33
] }
34
34
35
35
36
36
# 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" }
48
48
object_store = { version = " 0.12.1" }
49
- parquet = { version = " 55.2 .0" }
49
+ parquet = { version = " 56.0 .0" }
50
50
51
51
# 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"
55
55
56
56
# serde
57
57
serde = { version = " 1.0.194" , features = [" derive" ] }
@@ -94,3 +94,27 @@ Arro3 = "Arro3"
94
94
AKS = " AKS"
95
95
# to avoid using 'type' as a field name.
96
96
tpe = " 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