Uh oh!
There was an error while loading. Please reload this page.
[refactor](paimon) clean unused PaimonJniScanner code and refactor PaimonSysJniScanner - #54804
Conversation
hello-stephen
commented
Aug 14, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
suxiaogang223
commented
Aug 15, 2025
run buildall |
hello-stephen
commented
Aug 15, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Aug 15, 2025
TPC-H: Total hot run time: 34540 ms |
doris-robot
commented
Aug 15, 2025
TPC-DS: Total hot run time: 184917 ms |
doris-robot
commented
Aug 15, 2025
ClickBench: Total hot run time: 33.32 s |
doris-robot
commented
Aug 15, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 15, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Uh oh!
There was an error while loading. Please reload this page.
suxiaogang223
commented
Aug 17, 2025
run buildall |
hello-stephen
commented
Aug 17, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Aug 17, 2025
TPC-H: Total hot run time: 33773 ms |
doris-robot
commented
Aug 17, 2025
TPC-DS: Total hot run time: 184417 ms |
doris-robot
commented
Aug 17, 2025
ClickBench: Total hot run time: 33.44 s |
doris-robot
commented
Aug 17, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 17, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
…imonSysJniScanner (apache#54804) 1. Refactor `PaimonSysJniScanner` and `IcebergSysJniScanner` 2. Clean unused codes about `PaimonJniScanner`
…imonSysJniScanner (apache#54804) 1. Refactor `PaimonSysJniScanner` and `IcebergSysJniScanner` 2. Clean unused codes about `PaimonJniScanner`
### What problem does this PR solve? - related pr: #54804 Metadata scans (e.g., Iceberg all_files) can produce many splits, but the prior logic grouped them into at most one scan range per backend, which capped `NumScanners` and `MaxScanConcurrency` at 1 in common cases. This change aligns metadata scans with per-split assignment used by file scans, enabling higher parallelism.
### What problem does this PR solve? - related pr: #54804 Metadata scans (e.g., Iceberg all_files) can produce many splits, but the prior logic grouped them into at most one scan range per backend, which capped `NumScanners` and `MaxScanConcurrency` at 1 in common cases. This change aligns metadata scans with per-split assignment used by file scans, enabling higher parallelism.
What problem does this PR solve?
Release note
PaimonSysJniScannerandIcebergSysJniScannerPaimonJniScannerCheck List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)