Kontinuation commented on code in PR #237:
URL: https://github.com/apache/sedona-db/pull/237#discussion_r2467829977
##########
rust/sedona-geoparquet/src/writer.rs:
##########
@@ -230,6 +232,7 @@ fn project_bboxes(
bbox_udf.clone(),
vec![column],
Arc::new(Field::new("", bbox_type(), true)),
+ Arc::new(ConfigOptions::default()),
Review Comment:
This API change is pretty interesting. This enables many use cases, such as
selecting the spatial library to use by setting DataFusion configurations.
--
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]