paleolimbot commented on code in PR #107:
URL: https://github.com/apache/sedona-db/pull/107#discussion_r2360342587


##########
sedona-cli/Cargo.toml:
##########
@@ -60,6 +60,6 @@ mimalloc = { workspace = true, optional = true }
 libmimalloc-sys = { workspace = true, optional = true }
 regex = { workspace = true }
 rustyline = "15.0"
-sedona = { path = "../rust/sedona", features = ["aws", "gcp", "http", "proj", 
"s2geography"] }
+sedona = { path = "../rust/sedona", features = ["aws", "gcp", "http", "proj"] }

Review Comment:
   We can still compile the cli with geography support with --features 
s2geography (it's just opt-in for now to help with release verification).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to