@@ -97,7 +97,7 @@ criterion = { version = "0.5", features = [
9797 " html_reports" ,
9898] }
9999crossbeam-queue = " 0.3"
100- datafusion = { version = " 50.0 .0" , default-features = false , features = [
100+ datafusion = { version = " 50.1 .0" , default-features = false , features = [
101101 " nested_expressions" ,
102102 " regex_expressions" ,
103103 " unicode_expressions" ,
@@ -106,22 +106,28 @@ datafusion = { version = "50.0.0", default-features = false, features = [
106106 " datetime_expressions" ,
107107 " string_expressions" ,
108108] }
109- datafusion-common = " 50.0 .0"
110- datafusion-functions = { version = " 50.0 .0" , features = [" regex_expressions" ] }
111- datafusion-sql = " 50.0 .0"
112- datafusion-expr = " 50.0 .0"
113- datafusion-ffi = " 50.0 .0"
114- datafusion-execution = " 50.0 .0"
115- datafusion-optimizer = " 50.0 .0"
116- datafusion-physical-expr = " 50.0 .0"
117- datafusion-physical-plan = " 50.0 .0"
118- datafusion-substrait = " 50.0 .0"
109+ datafusion-common = " 50.1 .0"
110+ datafusion-functions = { version = " 50.1 .0" , features = [" regex_expressions" ] }
111+ datafusion-sql = " 50.1 .0"
112+ datafusion-expr = " 50.1 .0"
113+ datafusion-ffi = " 50.1 .0"
114+ datafusion-execution = " 50.1 .0"
115+ datafusion-optimizer = " 50.1 .0"
116+ datafusion-physical-expr = " 50.1 .0"
117+ datafusion-physical-plan = " 50.1 .0"
118+ datafusion-substrait = " 50.1 .0"
119119deepsize = " 0.2.0"
120120dirs = " 6.0.0"
121121either = " 1.0"
122122fst = { version = " 0.4.7" , features = [" levenshtein" ] }
123123fsst = { version = " =0.38.2" , path = " ./rust/compression/fsst" }
124124futures = " 0.3"
125+ # geoarrow-array = "0.5.0"
126+ # geoarrow-schema = "0.5.0"
127+ geoarrow-array = { git = " https://github.com/geoarrow/geoarrow-rs" , rev = " 61a535b072766003ad06a4d7a25dcc15f010e68f" , version = " 0.5" }
128+ geoarrow-schema = { git = " https://github.com/geoarrow/geoarrow-rs" , rev = " 61a535b072766003ad06a4d7a25dcc15f010e68f" , version = " 0.5" }
129+ geodatafusion = { git = " https://github.com/datafusion-contrib/datafusion-geo" , branch = " main" }
130+ geo-types = " 0.7.16"
125131http = " 1.1.0"
126132humantime = " 2.2.0"
127133hyperloglogplus = { version = " 0.4.1" , features = [" const-loop" ] }
@@ -204,3 +210,7 @@ multiple-crate-versions = "allow"
204210# We use Vec<Range<u64>> in a lot of places and it is very common to use a single range in the vec.
205211single_range_in_vec_init = " allow"
206212large_futures = " deny"
213+
214+ [patch .crates-io ]
215+ geoarrow-array = { git = " https://github.com/geoarrow/geoarrow-rs" , rev = " 61a535b072766003ad06a4d7a25dcc15f010e68f" }
216+ geoarrow-schema = { git = " https://github.com/geoarrow/geoarrow-rs" , rev = " 61a535b072766003ad06a4d7a25dcc15f010e68f" }
0 commit comments