pwrliang opened a new issue, #763: URL: https://github.com/apache/sedona-db/issues/763
The incoming GPU-based join (https://github.com/apache/sedona-db/pull/722) prefers to build a spatial index by consuming a single large array of geometries instead of many small arrays. Concurrently, we use `EvaluatedGeometryArray::interleave` to concatenate `EvaluatedGeometryArray` arrays with their (batch, row_id), which is not fast enough. We can provide `EvaluatedGeometryArray::concat` method that simply concatenates them -- 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]
