-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](show-partitions) remove show partitions support for iceberg #56985
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
[opt](show-partitions) remove show partitions support for iceberg #56985
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-DS: Total hot run time: 190924 ms |
ClickBench: Total hot run time: 30.5 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-DS: Total hot run time: 189781 ms |
ClickBench: Total hot run time: 30.28 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
ClickBench: Total hot run time: 30.87 s |
FE UT Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…6985) ### What problem does this PR solve? Directly use `select * from table$partitions` to show the partition info of a iceberg table is enough.
…ache#56985) Directly use `select * from table$partitions` to show the partition info of a iceberg table is enough.
…ache#56985) ### What problem does this PR solve? Directly use `select * from table$partitions` to show the partition info of a iceberg table is enough.
What problem does this PR solve?
Directly use
select * from table$partitionsto show the partition info of a iceberg table is enough.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)