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 b536cdf5e9 [chore](third-party) Bump the version of hadoop_libs (#20368) new ccbd791cf6 [Bug](materialized-view) forbid create mv/rollup on mow table (#20001) new 6c92931ead [security] Don't print password in BaseController (#18862) new 48ed4421b4 [fix](fe)ordering exprs should be substituted in the same way as select part (#20091) new c82875aec1 [fix](dynamic_partition) fix dynamic partition not work when drop and recover olap table (#19031) new dc981cc55e [Bug](function) fix equals implements not judge order by elements of function call expr (#20083) new edf982e26b [BUG]storage_min_left_capacity_bytes default value has integer overflow #19943 new 93698651b3 [Fix](dynamic-partition) Try to avoid setting a zero-bucket-size partition. (#20177) new 7b36e719b5 [fix](dynamic_partition) fix dead lock when modify dynamic partition property for olap table (#20390) new e873398511 [chore](macOS) Fix JAVA_OPTS in start_be.sh (#19267) The 9 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: bin/start_be.sh | 10 ++++- conf/asan_suppr.conf | 2 +- .../main/java/org/apache/doris/common/Config.java | 2 +- .../doris/alter/MaterializedViewHandler.java | 6 +++ .../apache/doris/analysis/FunctionCallExpr.java | 22 ++++++++-- .../java/org/apache/doris/analysis/SelectStmt.java | 4 ++ .../apache/doris/catalog/CatalogRecycleBin.java | 2 + .../doris/clone/DynamicPartitionScheduler.java | 11 ++++- .../doris/common/util/DynamicPartitionUtil.java | 6 --- .../apache/doris/datasource/InternalCatalog.java | 8 ++++ .../doris/httpv2/controller/BaseController.java | 2 +- .../java/org/apache/doris/alter/AlterTest.java | 2 +- .../doris/catalog/DynamicPartitionTableTest.java | 2 + .../java/org/apache/doris/catalog/RecoverTest.java | 47 ++++++++++++++++++++++ .../doris/nereids/rules/mv/SelectMvIndexTest.java | 2 +- .../planner/MaterializedViewFunctionTest.java | 2 +- .../correctness_p0/test_grouping_with_alias.out | 3 ++ .../query_p0/group_concat/test_group_concat.out | 4 ++ .../correctness_p0/test_grouping_with_alias.groovy | 4 +- .../test_mv_useless/mow_invalid.groovy} | 36 ++++++++--------- .../query_p0/group_concat/test_group_concat.groovy | 4 ++ .../test_uniq_mv_schema_change.groovy | 4 +- .../test_uniq_rollup_schema_change.groovy | 2 +- 23 files changed, 145 insertions(+), 42 deletions(-) copy regression-test/suites/{query_p0/limit/OffsetInSubqueryWithJoin.groovy => materialized_view_p0/test_mv_useless/mow_invalid.groovy} (58%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org