This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 77af4874fc4 [improve](routine-load) increase routing load max_batch _size max limit (#31846) add 959b69a81c0 [enhancement](Nereids) Speedup PartitionPrunner (#31970) No new revisions were added by this update. Summary of changes: .../org/apache/doris/analysis/DateLiteral.java | 42 ++++ .../rules/OneRangePartitionEvaluator.java | 218 ++++++++++++--------- .../rules/expression/rules/PartitionPruner.java | 26 ++- .../expression/rules/PartitionRangeExpander.java | 122 +++++++++--- .../rules/rewrite/PruneOlapScanPartition.java | 21 +- .../nereids/trees/expressions/literal/Literal.java | 87 ++++---- .../org/apache/doris/nereids/types/DataType.java | 118 +++++------ .../java/org/apache/doris/nereids/util/Utils.java | 16 ++ 8 files changed, 400 insertions(+), 250 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org