924060929 commented on code in PR #36326:
URL: https://github.com/apache/doris/pull/36326#discussion_r1642139159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/PartitionPruneExpressionExtractor.java:
##
@@ -0,0 +1,204 @@
+// Licensed to the Apache So
924060929 commented on code in PR #36326:
URL: https://github.com/apache/doris/pull/36326#discussion_r1642139159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/PartitionPruneExpressionExtractor.java:
##
@@ -0,0 +1,204 @@
+// Licensed to the Apache So
doris-robot commented on PR #36326:
URL: https://github.com/apache/doris/pull/36326#issuecomment-2172182669
ClickBench: Total hot run time: 30.49 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
924060929 commented on code in PR #36326:
URL: https://github.com/apache/doris/pull/36326#discussion_r1642134171
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/PartitionPruneExpressionExtractor.java:
##
@@ -0,0 +1,204 @@
+// Licensed to the Apache So
doris-robot commented on PR #36326:
URL: https://github.com/apache/doris/pull/36326#issuecomment-2172178542
TPC-DS: Total hot run time: 172407 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #36326:
URL: https://github.com/apache/doris/pull/36326#issuecomment-2172152606
TPC-H: Total hot run time: 39833 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
924060929 commented on PR #36326:
URL: https://github.com/apache/doris/pull/36326#issuecomment-2172083476
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #36326:
URL: https://github.com/apache/doris/pull/36326#issuecomment-2167901580
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y
XuPengfei-1020 opened a new pull request, #36326:
URL: https://github.com/apache/doris/pull/36326
## Proposed changes
Original extractor(TryEliminateUninterestedPredicates.java) caused some
errors while try to derive the expressions which can be used for pruning
partitions.
I tried to