-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](iceberg) support reading iceberg partition table without partition value stored in file #56918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix](iceberg) support reading iceberg partition table without partition value stored in file #56918
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
398bce2 to
c8fdba8
Compare
|
run buildall |
TPC-DS: Total hot run time: 190512 ms |
ClickBench: Total hot run time: 30.83 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run external |
c8fdba8 to
62b3f30
Compare
|
run buildall |
|
run buildall |
TPC-DS: Total hot run time: 190305 ms |
ClickBench: Total hot run time: 30.91 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
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. |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
…ion value stored in file (#56918) ### What problem does this PR solve? Fix querying iceberg partition table when partition value is not stored in file.
…ion value stored in file (apache#56918) Fix querying iceberg partition table when partition value is not stored in file.
What problem does this PR solve?
Fix querying iceberg partition table when partition value is not stored in file.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)