@@ -64,26 +64,26 @@ serde_json = { version = "1.0.96" }
64
64
65
65
[patch .crates-io ]
66
66
# datafusion: branch=v36-blaze
67
- datafusion = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 8cd557f32 " }
68
- datafusion-common = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 8cd557f32 " }
69
- datafusion-expr = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 8cd557f32 " }
70
- datafusion-execution = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 8cd557f32 " }
71
- datafusion-optimizer = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 8cd557f32 " }
72
- datafusion-physical-expr = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 8cd557f32 " }
67
+ datafusion = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 71433f743b2c399ea1728531b0e56fd7c6ef5282 " }
68
+ datafusion-common = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 71433f743b2c399ea1728531b0e56fd7c6ef5282 " }
69
+ datafusion-expr = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 71433f743b2c399ea1728531b0e56fd7c6ef5282 " }
70
+ datafusion-execution = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 71433f743b2c399ea1728531b0e56fd7c6ef5282 " }
71
+ datafusion-optimizer = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 71433f743b2c399ea1728531b0e56fd7c6ef5282 " }
72
+ datafusion-physical-expr = { git = " https://github.com/blaze-init/arrow-datafusion.git" , rev = " 71433f743b2c399ea1728531b0e56fd7c6ef5282 " }
73
73
74
74
# arrow: branch=v50-blaze
75
- arrow = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
76
- arrow-arith = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
77
- arrow-array = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
78
- arrow-buffer = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
79
- arrow-cast = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
80
- arrow-data = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
81
- arrow-ord = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
82
- arrow-row = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
83
- arrow-schema = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
84
- arrow-select = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
85
- arrow-string = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
86
- parquet = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " b1e0762ba4 " }
75
+ arrow = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
76
+ arrow-arith = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
77
+ arrow-array = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
78
+ arrow-buffer = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
79
+ arrow-cast = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
80
+ arrow-data = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
81
+ arrow-ord = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
82
+ arrow-row = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
83
+ arrow-schema = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
84
+ arrow-select = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
85
+ arrow-string = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
86
+ parquet = { git = " https://github.com/blaze-init/arrow-rs.git" , rev = " 2c39d9a251f7e3f8f15312bdd0c38759e465e8bc " }
87
87
88
88
# serde_json: branch=v1.0.96-blaze
89
89
serde_json = { git = " https://github.com/blaze-init/json" , branch = " v1.0.96-blaze" }
0 commit comments