Skip to content

Commit 0470ec4

Browse files
committed
feat: support GEO type
Change-Id: Ie3f0bbee0f4dd89ff42d2e7eaca6597887b2c252
1 parent 437e7f5 commit 0470ec4

File tree

12 files changed

+1676
-147
lines changed

12 files changed

+1676
-147
lines changed

Cargo.lock

Lines changed: 542 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ either = "1.0"
122122
fst = { version = "0.4.7", features = ["levenshtein"] }
123123
fsst = { version = "=0.38.2", path = "./rust/compression/fsst" }
124124
futures = "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"
125131
http = "1.1.0"
126132
humantime = "2.2.0"
127133
hyperloglogplus = { 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.
205211
single_range_in_vec_init = "allow"
206212
large_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

Comments
 (0)