[enhance](catalog)Unified external partition prune interface#44567
Merged
morningman merged 2 commits intoapache:masterfrom Nov 26, 2024
Merged
[enhance](catalog)Unified external partition prune interface#44567morningman merged 2 commits intoapache:masterfrom
morningman merged 2 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 40166 ms |
TPC-DS: Total hot run time: 191135 ms |
ClickBench: Total hot run time: 32.69 s |
Contributor
Author
|
run cloud_p0 |
Contributor
|
PR approved by anyone and no changes requested. |
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
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface
hubgeter
pushed a commit
to hubgeter/doris
that referenced
this pull request
Nov 29, 2024
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface
zddr
added a commit
to zddr/incubator-doris
that referenced
this pull request
Dec 2, 2024
…44567) ### What problem does this PR solve? Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable ### Release note [opt](planner) Unified external partition prune interface
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
Dec 6, 2024
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface
hubgeter
pushed a commit
to hubgeter/doris
that referenced
this pull request
Mar 12, 2025
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface (cherry picked from commit 25dcd85)
hubgeter
pushed a commit
to hubgeter/doris
that referenced
this pull request
Mar 19, 2025
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface (cherry picked from commit 25dcd85)
zddr
added a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface
zddr
added a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
…44567) Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning. This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable [opt](planner) Unified external partition prune interface
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 free
to 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?
Previously, external partition cropping only supported Hive. If you want to support other types of tables, you need to understand the internal processing logic of partition pruning.
This PR abstracts the logic of partition pruning, and other tables can be implemented by simply covering a few methods of externalTable
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Unified external partition prune interface
Release note
Unified external partition prune interface
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)