paleolimbot commented on PR #650: URL: https://github.com/apache/sedona-db/pull/650#issuecomment-3947662425
I had to change the approach a little...adding a logical projection triggers round robin partitioning, so something like ORDER BY then write to GDAL/OGR (or just read and then write to GDAL) was written in non-deterministic order with the initial approach. I added a RecordBatchReader wrapper than can evaluate a simple projection instead...this is also what we need to support `requested_schema` in the Python PyCapsule API. -- 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]
