-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[regression](mtmv)Support show iceberg external table partition. Add more test case for iceberg mtmv. #46257
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
94e41de to
09d877f
Compare
09d877f to
9f43bd9
Compare
|
run buildall |
TPC-H: Total hot run time: 33079 ms |
TPC-DS: Total hot run time: 196829 ms |
ClickBench: Total hot run time: 30.79 s |
| for (String col : result.getColumnNames()) { | ||
| builder.addColumn(new Column(col, ScalarType.createVarchar(30))); | ||
| } | ||
| } else if (catalog instanceof IcebergExternalCatalog) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need also support in PartitionsTableValuedFunction?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about support TVF in a separate PR?
|
PR approved by anyone and no changes requested. |
|
PR approved by at least one committer and no changes requested. |
…more test case for iceberg mtmv. (apache#46257) ### What problem does this PR solve? Support show iceberg external table partition. We convert iceberg partition to doris range partition in IcebergExternalTable. This PR add show partition function for IcebergExternalTable, this make it possible to add regression test. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None
…more test case for iceberg mtmv. (apache#46257) ### What problem does this PR solve? Support show iceberg external table partition. We convert iceberg partition to doris range partition in IcebergExternalTable. This PR add show partition function for IcebergExternalTable, this make it possible to add regression test. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None
What problem does this PR solve?
Support show iceberg external table partition.
We convert iceberg partition to doris range partition in IcebergExternalTable. This PR add show partition function for IcebergExternalTable, this make it possible to add regression test.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)