Uh oh!
There was an error while loading. Please reload this page.
[enchement](maxcompute)add mc catalog read partition table partition prune - #44508
Merged
Conversation
doris-robot
commented
Nov 24, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hubgeter
commented
Nov 24, 2024
ContributorAuthor
run buildall |
1 similar comment
hubgeter
commented
Nov 24, 2024
ContributorAuthor
run buildall |
hubgeter
commented
Nov 25, 2024
ContributorAuthor
run buildall |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
feiniaofeiafei
approved these changes
Nov 26, 2024
hubgeterforce-pushed
the
mc_filter_partition
branch
from
November 26, 2024 16:45
f0c153c to
832effcComparehubgeter
commented
Nov 26, 2024
ContributorAuthor
run buildall |
2 similar comments
hubgeter
commented
Nov 27, 2024
ContributorAuthor
run buildall |
hubgeter
commented
Nov 27, 2024
ContributorAuthor
run buildall |
morningmanforce-pushed
the
mc_filter_partition
branch
from
November 29, 2024 14:15
6afbb61 to
5590d6fComparemorningman
commented
Nov 29, 2024
Contributor
run buildall |
morningman
approved these changes
Dec 1, 2024
hubgeter added a commit
to hubgeter/doris
that referenced
this pull request
Dec 1, 2024
…pache#44508) Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table.
16 tasks
hubgeter added a commit
to hubgeter/doris
that referenced
this pull request
Dec 2, 2024
…pache#44508) ### What problem does this PR solve? Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table.
16 tasks
hubgeter added a commit
to hubgeter/doris
that referenced
this pull request
Dec 3, 2024
…pache#44508) ### What problem does this PR solve? Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table.
yiguolei pushed a commit
that referenced
this pull request
Dec 4, 2024
morningman pushed a commit
that referenced
this pull request
Dec 4, 2024
Closed
Closed
hubgeter added a commit
to hubgeter/doris
that referenced
this pull request
Mar 12, 2025
…pache#44508) Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table. (cherry picked from commit 97adac1)
hubgeter added a commit
to hubgeter/doris
that referenced
this pull request
Mar 19, 2025
…pache#44508) Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table. (cherry picked from commit 97adac1)
hubgeter added a commit
to hubgeter/doris
that referenced
this pull request
Mar 27, 2025
…pache#44508) Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table. (cherry picked from commit 97adac1)
csun5285 pushed a commit
to csun5285/doris
that referenced
this pull request
Mar 28, 2025
…n prune && timstamp type(apache#44508, apache#48768, apache#48325) (apache#3805) pick apache#44508apache#48768apache#48325 --------- Co-authored-by: zhangdong <zhangdong@selectdb.com>
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
…pache#44508) ### What problem does this PR solve? Based on the `requiredPartitions` API interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table.
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?
Based on the
requiredPartitionsAPI interface of the maxcompute API, we implemented partition pruning when reading partitioned tables to avoid queries that scan the entire table.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)