This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from f4409d3c87 [bugfix](thirdparty) patch simdjson to avoid conflict with odbc macro BOOL (#15223) new e7589b8367 [feature](planner) compact multi-euqals to in-predicate #14876 new dcfcedaefa [fix](join)the policy to choose colocate join is not correct (#15140) new 1bf34ee4ce [chore](routine load) remove deprecated property of librdkafka reconnect.backoff.jitter.ms #15172 new 9c0239ef40 [fix](jdbc) fix create table like table of jdbc error (#15179) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/runtime/routine_load/data_consumer.cpp | 3 +- .../java/org/apache/doris/analysis/Analyzer.java | 2 + .../main/java/org/apache/doris/catalog/Env.java | 3 +- .../apache/doris/planner/DistributedPlanner.java | 2 +- .../org/apache/doris/planner/HashJoinNode.java | 13 ++ .../java/org/apache/doris/planner/PlanNode.java | 19 ++- .../rewrite/CompactEqualsToInPredicateRule.java | 160 +++++++++++++++++++++ .../doris/analysis/PartitionPruneTestBase.java | 2 - .../CompactEqualsToInPredicateRuleTest.java | 116 +++++++++++++++ .../data/performance_p0/redundant_conjuncts.out | 2 +- .../correctness_p0/test_colocate_join.groovy | 84 +++++++++++ 11 files changed, 398 insertions(+), 8 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/rewrite/CompactEqualsToInPredicateRule.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/rewrite/CompactEqualsToInPredicateRuleTest.java create mode 100644 regression-test/suites/correctness_p0/test_colocate_join.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org