XiaoHongbo-Hope opened a new pull request, #9235: URL: https://github.com/apache/paimon/pull/9235
### Purpose Update the paimon-rust revision used by the Python 3.11 native-plan CI lane to include [apache/paimon-rust#716](https://github.com/apache/paimon-rust/pull/716). The previous binding performed REST catalog I/O while holding the Python GIL. In-process mock REST tests therefore waited for the 30-second client timeout before falling back to Python planning. The updated binding releases the GIL during catalog I/O, so these tests can exercise native planning without the timeout. ### Verification - The new revision is a descendant of the currently pinned revision. - PyPaimon mock REST native planning completed in 0.041 seconds and returned one split with the updated binding; the previous binding timed out after 30 seconds. - `git diff --check` -- 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]
