-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature](mtmv)Support iceberg mtmv query. #45659
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:
|
efd9485 to
24f9dba
Compare
|
run buildall |
TPC-H: Total hot run time: 39865 ms |
TPC-DS: Total hot run time: 197927 ms |
ClickBench: Total hot run time: 32.56 s |
|
run p0 |
|
run external |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergSchemaCacheKey.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java
Outdated
Show resolved
Hide resolved
|
run buildall |
zddr
left a comment
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.
LGTM
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java
Outdated
Show resolved
Hide resolved
TPC-H: Total hot run time: 40050 ms |
TPC-DS: Total hot run time: 196422 ms |
ClickBench: Total hot run time: 32.78 s |
|
run buildall |
TPC-H: Total hot run time: 39745 ms |
TPC-DS: Total hot run time: 189984 ms |
ClickBench: Total hot run time: 33.08 s |
|
PR approved by at least one committer and no changes requested. |
1. Implement MvccTable interface for IcebertExternalTable 2. IcebergExternalTable overrides the methods in ExternalTable and supports partition pruning 3. Add snapshot cache in IcebergMetadataCache to store IcebergExternalTable partition infos. Issue Number: close #xxx Related PR: #xxx Problem Summary: None
1. Implement MvccTable interface for IcebertExternalTable 2. IcebergExternalTable overrides the methods in ExternalTable and supports partition pruning 3. Add snapshot cache in IcebergMetadataCache to store IcebergExternalTable partition infos. Issue Number: close #xxx Related PR: #xxx Problem Summary: None
What problem does this PR solve?
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)