This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from fe02b08e04 [Improvement](thirdparty)upgrade simdjson from 1.0.2 to 3.0.1 (#15412) add 8ce62600dc [Bug] #14876 && #15225 have some bugs in rewrite or to in, revert them (#15420) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/analysis/Analyzer.java | 2 - .../java/org/apache/doris/qe/SessionVariable.java | 14 -- .../rewrite/CompactEqualsToInPredicateRule.java | 166 --------------------- .../doris/analysis/PartitionPruneTestBase.java | 2 + .../org/apache/doris/planner/QueryPlanTest.java | 5 +- .../CompactEqualsToInPredicateRuleTest.java | 116 -------------- .../performance_p0/redundant_conjuncts.groovy | 1 - 7 files changed, 4 insertions(+), 302 deletions(-) delete mode 100644 fe/fe-core/src/main/java/org/apache/doris/rewrite/CompactEqualsToInPredicateRule.java delete mode 100644 fe/fe-core/src/test/java/org/apache/doris/rewrite/CompactEqualsToInPredicateRuleTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org