[fix](iceberg) fix insert iceberg transform partition table problems and add some cases#54557
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 33676 ms |
TPC-DS: Total hot run time: 170455 ms |
ClickBench: Total hot run time: 32.74 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 34040 ms |
TPC-DS: Total hot run time: 185096 ms |
ClickBench: Total hot run time: 32.09 s |
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run p0 |
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. |
…and add some cases (#54557) ### What problem does this PR solve? Problem Summary: 1. Fixed the problem with inserting into Iceberg decimal bucket partition table due to memory issues 2. Fixed the exception caused by division by zero when selecting count(*) from an empty iceberg partition table 3. Add cases to cover the logic of Iceberg transform partition table https://iceberg.apache.org/spec/#partition-transforms
…and add some cases (#54557) ### What problem does this PR solve? Problem Summary: 1. Fixed the problem with inserting into Iceberg decimal bucket partition table due to memory issues 2. Fixed the exception caused by division by zero when selecting count(*) from an empty iceberg partition table 3. Add cases to cover the logic of Iceberg transform partition table https://iceberg.apache.org/spec/#partition-transforms
…and add some cases (apache#54557) ### What problem does this PR solve? Problem Summary: 1. Fixed the problem with inserting into Iceberg decimal bucket partition table due to memory issues 2. Fixed the exception caused by division by zero when selecting count(*) from an empty iceberg partition table 3. Add cases to cover the logic of Iceberg transform partition table https://iceberg.apache.org/spec/#partition-transforms
…le problems and add some cases #54557 (#54723) Cherry-picked from #54557 Co-authored-by: Socrates <[email protected]>
What problem does this PR solve?
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)