XiaoHongbo-Hope opened a new pull request, #9038:
URL: https://github.com/apache/paimon/pull/9038

   ### Purpose
   
   Allow native split planning to consume row ranges from an explicit Data 
Evolution global-index result. This avoids falling back to the Python manifest 
planner for supported point/range reads.
   
   ### Changes
   
   - Forward unscored Data Evolution row ranges to `pypaimon-rust`.
   - Preserve Python fallback for primary-key, scored, non-Data-Evolution, and 
older-runtime paths.
   - Treat explicit empty row ranges as an empty plan instead of an 
unrestricted scan.
   - Update the Python 3.11 CI pin to the merged `apache/paimon-rust#674` 
revision.
   
   ### Tests
   
   - `native_plan_test.py`: 28 passed, 6 subtests passed
   - `native_plan_integration_test.py`: 16 passed
   - Related global-index tests: 107 passed, 2 skipped
   - Project flake8 and `git diff --check`
   
   Depends on the already merged apache/paimon-rust#674. The native-planning CI 
coverage from apache/paimon#9011 is also already on `master`.
   


-- 
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]

Reply via email to