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 0b5c2e7ec7 [fix](statistics) fix npe when __internal_schema not exists 
 (#15461)
     new 9b552da5ca [bug](datetimev2) fix wrong info when show create table 
(#15422)
     new afa8e0e11d [enhancement](rewrite) add OrToIn rule and fix 
ExtractCommonFactorsRule apply problems (#12872)
     new 7d8a94604e [Bug] #14876 && #15225 have some bugs in rewrite or to in, 
revert them (#15420)

The 3 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:
 .../java/org/apache/doris/analysis/Analyzer.java   |   2 -
 .../java/org/apache/doris/catalog/ScalarType.java  |   2 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |  14 --
 .../rewrite/CompactEqualsToInPredicateRule.java    | 166 ---------------------
 .../doris/rewrite/ExtractCommonFactorsRule.java    | 101 ++++++++++++-
 .../doris/analysis/ListPartitionPrunerTest.java    |   6 +-
 .../doris/analysis/PartitionPruneTestBase.java     |   2 +
 .../doris/analysis/RangePartitionPruneTest.java    |  14 +-
 .../org/apache/doris/catalog/ColumnTypeTest.java   |   2 +-
 .../org/apache/doris/planner/QueryPlanTest.java    |  20 +++
 .../CompactEqualsToInPredicateRuleTest.java        | 116 --------------
 .../ExtractCommonFactorsRuleFunctionTest.java      |   1 -
 .../data/performance_p0/redundant_conjuncts.out    |   2 +-
 .../performance_p0/redundant_conjuncts.groovy      |   1 -
 14 files changed, 132 insertions(+), 317 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to