Gabriel39 opened a new pull request, #66359:
URL: https://github.com/apache/doris/pull/66359
### What problem does this PR solve?
Related PRs: #66244, #66263, #66357
Backport the three changes to `branch-4.1` in their master integration
order. Since #66357 has not been merged, this backport uses its current commit
chain as requested.
The backport reduces Paimon JNI allocation overhead, fuses Parquet V2 nested
sparse-selection planning, and keeps safe FileScannerV2 predicate pruning
independent of legacy session gates. It also adapts the FileScannerV2 test
fixture to the `branch-4.1` row-descriptor nullability invariant.
### Release note
None
### Check List (For Author)
- Test
- [x] Unit Test
- [ ] Regression test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason
- Behavior changed:
- [ ] No.
- [x] Yes. Safe FileScannerV2 partition and expression ZoneMap pruning
is no longer disabled by legacy session gates.
- Does this need documentation?
- [x] No.
- [ ] Yes.
Verification:
- FE Checkstyle: 28 modules passed with zero violations.
- Paimon unit tests: 20 tests passed with zero failures or errors.
- Focused BE ASAN unit tests: 6 tests passed.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]