-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[enhance](mtmv)support partition tvf #36479
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
run performance |
TPC-H: Total hot run time: 39954 ms
|
TPC-DS: Total hot run time: 173537 ms
|
ClickBench: Total hot run time: 30.99 s
|
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40373 ms
|
TPC-DS: Total hot run time: 172968 ms
|
ClickBench: Total hot run time: 30.73 s
|
TeamCity be ut coverage result: |
fe/fe-core/src/main/java/org/apache/doris/tablefunction/PartitionsTableValuedFunction.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/tablefunction/PartitionsTableValuedFunction.java
Outdated
Show resolved
Hide resolved
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40081 ms
|
TPC-DS: Total hot run time: 174041 ms
|
ClickBench: Total hot run time: 31.12 s
|
run p0 |
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
The displayed content is consistent with the show partitions ``` mysql> select * from partitions("catalog"="internal","database"="zd","table"="ss")\G *************************** 1. row *************************** PartitionId: 14004 PartitionName: p1 VisibleVersion: 1 VisibleVersionTime: 2024-06-18 17:41:07 State: NORMAL PartitionKey: k3 Range: [types: [INT]; keys: [1]; ] DistributionKey: k2 Buckets: 2 ReplicationNum: 1 StorageMedium: HDD CooldownTime: 9999-12-31 23:59:59 RemoteStoragePolicy: LastConsistencyCheckTime: \N DataSize: 0.000 IsInMemory: 0 ReplicaAllocation: tag.location.default: 1 IsMutable: 1 SyncWithBaseTables: 1 UnsyncTables: \N 1 row in set (0.02 sec) ```
The displayed content is consistent with the show partitions