@@ -60,17 +60,17 @@ lance-test-macros = { version = "=0.35.0", path = "./rust/lance-test-macros" }
6060lance-testing = { version = " =0.35.0" , path = " ./rust/lance-testing" }
6161approx = " 0.5.1"
6262# Note that this one does not include pyarrow
63- arrow = { version = " 55.2 " , optional = false , features = [" prettyprint" ] }
64- arrow-arith = " 55.2 "
65- arrow-array = " 55.2 "
66- arrow-buffer = " 55.2 "
67- arrow-cast = " 55.2 "
68- arrow-data = " 55.2 "
69- arrow-ipc = { version = " 55.2 " , features = [" zstd" ] }
70- arrow-ord = " 55.2 "
71- arrow-row = " 55.2 "
72- arrow-schema = " 55.2 "
73- arrow-select = " 55.2 "
63+ arrow = { version = " 56.1 " , optional = false , features = [" prettyprint" ] }
64+ arrow-arith = " 56.1 "
65+ arrow-array = " 56.1 "
66+ arrow-buffer = " 56.1 "
67+ arrow-cast = " 56.1 "
68+ arrow-data = " 56.1 "
69+ arrow-ipc = { version = " 56.1 " , features = [" zstd" ] }
70+ arrow-ord = " 56.1 "
71+ arrow-row = " 56.1 "
72+ arrow-schema = " 56.1 "
73+ arrow-select = " 56.1 "
7474async-recursion = " 1.0"
7575async-trait = " 0.1"
7676aws-config = " 1.2.0"
@@ -96,7 +96,7 @@ criterion = { version = "0.5", features = [
9696 " html_reports" ,
9797] }
9898crossbeam-queue = " 0.3"
99- datafusion = { version = " 49.0.2 " , default-features = false , features = [
99+ datafusion = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " , default-features = false , features = [
100100 " nested_expressions" ,
101101 " regex_expressions" ,
102102 " unicode_expressions" ,
@@ -105,22 +105,26 @@ datafusion = { version = "49.0.2", default-features = false, features = [
105105 " datetime_expressions" ,
106106 " string_expressions" ,
107107] }
108- datafusion-common = " 49.0.2 "
109- datafusion-functions = { version = " 49.0.2 " , features = [" regex_expressions" ] }
110- datafusion-sql = " 49.0.2 "
111- datafusion-expr = " 49.0.2 "
112- datafusion-ffi = " 49.0.2 "
113- datafusion-execution = " 49.0.2 "
114- datafusion-optimizer = " 49.0.2 "
115- datafusion-physical-expr = { version = " 49.0.2 " }
116- datafusion-physical-plan = { version = " 49.0.2 " }
117- datafusion-substrait = { version = " 49.0.2 " }
108+ datafusion-common = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
109+ datafusion-functions = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " , features = [" regex_expressions" ] }
110+ datafusion-sql = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
111+ datafusion-expr = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
112+ datafusion-ffi = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
113+ datafusion-execution = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
114+ datafusion-optimizer = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
115+ datafusion-physical-expr = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
116+ datafusion-physical-plan = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
117+ datafusion-substrait = { git = " https://github.com/apache/datafusion " , rev = " fa1f8c192dd531d3f2fca61885eafa3e9002f0dd " }
118118deepsize = " 0.2.0"
119119dirs = " 6.0.0"
120120either = " 1.0"
121121fst = { version = " 0.4.7" , features = [" levenshtein" ] }
122122fsst = { version = " =0.35.0" , path = " ./rust/compression/fsst" }
123123futures = " 0.3"
124+ geoarrow-array = " 0.5.0"
125+ geoarrow-schema = " 0.5.0"
126+ geodatafusion = { git = " https://github.com/geoarrow/geoarrow-rs" , rev = " 6bb9b0e419e67ece4c742fbb070a99d10dbd8f38" }
127+ geo-types = " 0.7.16"
124128http = " 1.1.0"
125129humantime = " 2.2.0"
126130hyperloglogplus = { version = " 0.4.1" , features = [" const-loop" ] }
0 commit comments