[enhancement](nereids)support null partition for list partition#31613
[enhancement](nereids)support null partition for list partition#31613starocean999 merged 4 commits intoapache:masterfrom
Conversation
|
run buildall |
|
Thank you for your contribution to Apache Doris. |
TPC-H: Total hot run time: 38432 ms |
TPC-DS: Total hot run time: 169650 ms |
ClickBench: Total hot run time: 32.04 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
TPC-H: Total hot run time: 37742 ms |
TPC-DS: Total hot run time: 169641 ms |
ClickBench: Total hot run time: 32.48 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
a1cc896 to
d4f59c8
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
|
PR approved by anyone and no changes requested. |
…che#31736) This PR apache#23026 support the partition prune for hive table with `_HIVE_DEFAULT_PARTITION`, but it will always select partition with `_HIVE_DEFAULT_PARTITION`. This PR apache#31613 support null partition for olap table's list partition, so we can treat `_HIVE_DEFAULT_PARTITION` as null partition of hive table. So this PR change the partition prune logic
) This PR #23026 support the partition prune for hive table with `_HIVE_DEFAULT_PARTITION`, but it will always select partition with `_HIVE_DEFAULT_PARTITION`. This PR #31613 support null partition for olap table's list partition, so we can treat `_HIVE_DEFAULT_PARTITION` as null partition of hive table. So this PR change the partition prune logic
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...