Uh oh!
There was an error while loading. Please reload this page.
[enhance](catalog)External partition prune return partitionName instead of partitionId - #44415
Merged
Merged
Conversation
doris-robot
commented
Nov 21, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zddr
commented
Nov 21, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Nov 21, 2024
TPC-H: Total hot run time: 40189 ms |
| public class OneListPartitionEvaluator | ||
| extends DefaultExpressionRewriter<Map<Slot, PartitionSlotInput>> implements OnePartitionEvaluator { | ||
| private final long partitionId; | ||
| public class OneListPartitionEvaluator<K> |
Member
There was a problem hiding this comment.
Why add this , this seems not used by this pr
ContributorAuthor
There was a problem hiding this comment.
The ID used for partitioning the inner table, the name used for the external table, and the underlying clipping method are compatible with generics
doris-robot
commented
Nov 21, 2024
TPC-DS: Total hot run time: 198249 ms |
doris-robot
commented
Nov 21, 2024
ClickBench: Total hot run time: 32.16 s |
zddr
commented
Nov 21, 2024
ContributorAuthor
run p0 |
zddr
commented
Nov 21, 2024
ContributorAuthor
run cloud_p0 |
seawinde
approved these changes
Nov 22, 2024
Contributor
PR approved by anyone and no changes requested. |
feiniaofeiafei
approved these changes
Nov 25, 2024
morrySnow
approved these changes
Nov 25, 2024
Contributor
PR approved by at least one committer and no changes requested. |
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Nov 29, 2024
…ad of partitionId (apache#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
github-actionsBot
pushed a commit
that referenced
this pull request
Nov 29, 2024
…ad of partitionId (#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
github-actionsBot
pushed a commit
that referenced
this pull request
Nov 29, 2024
…ad of partitionId (#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
hubgeter pushed a commit
to hubgeter/doris
that referenced
this pull request
Nov 29, 2024
…ad of partitionId (apache#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Dec 2, 2024
…ad of partitionId (apache#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
kaka11chen pushed a commit
that referenced
this pull request
Dec 2, 2024
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
…ad of partitionId (apache#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
…ad of partitionId (apache#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
…ad of partitionId (apache#44415) The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
The partition ID of external data sources is meaningless, and some data sources only have partition names, so the return result of partition pruning is replaced with name instead of ID
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
External partition prune return partitionName instead of partitionId
Release note
External partition prune return partitionName instead of partitionId
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)