Kontinuation opened a new pull request, #534: URL: https://github.com/apache/sedona-db/pull/534
This change shifts spatial join memory planning earlier in the build-side collection flow, simplifying reservation handling while improving reliability around DataFusion’s reservation behavior. We only reserve memory when collecting the build side batches for building (probably partitioned) spatial indexes and don't reserve memory when probing the index and producing result batches. Note: reserving memory while producing batches can trigger DataFusion reservation failures (see [https://github.com/apache/datafusion/issues/17334](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html)). -- 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]
