This is an automated email from the ASF dual-hosted git repository. cambyzju pushed a change to branch auto-pick-49989-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 06266cab4e6 [improve](schema) add column comment length limit (#49989) add dbf122c25d5 [revert](statistics)Still use sample analyze sql when sample full table. (#50144) add fa2790d5caa branch-3.0: [fix](group commit)Group Commit with stream load mode should wait schema change done #49854 (#50117) add 43d3266c7fe branch-3.0: [fix](mtmv) Fix exception when calc mtmv function dependency but the table in mtmv def sql is deleted #50096 (#50122) add 1578cec7de4 branch-3.0: [Bug](materialized-view) Fixed the problem of using drop table force and create mv stmt at the⦠#41580 (#50134) add c767276f9a5 [fix](variant)fix core in column_object when sort from empty block (#50033) add af6b068ab3a branch-3.0: [Fix](filecache) Fix file cache sync clear API failing to delete correctly due to relative paths #50111 (#50154) add e08ab9ea460 Merge branch 'branch-3.0' into auto-pick-49989-branch-3.0 No new revisions were added by this update. Summary of changes: be/src/io/cache/fs_file_cache_storage.cpp | 2 +- be/src/vec/columns/column_object.cpp | 8 +- be/test/vec/columns/column_object_test.cpp | 37 + be/test/vec/columns/common_column_test.h | 111 +++ .../java/org/apache/doris/alter/RollupJobV2.java | 6 +- .../main/java/org/apache/doris/catalog/MTMV.java | 3 +- .../org/apache/doris/load/StreamLoadHandler.java | 18 +- .../main/java/org/apache/doris/mtmv/MTMVCache.java | 3 +- .../mv/AsyncMaterializationContext.java | 3 +- .../trees/plans/logical/LogicalOlapScan.java | 11 +- .../apache/doris/statistics/OlapAnalysisTask.java | 6 +- .../GroupCommitTableValuedFunction.java | 6 + .../doris/statistics/OlapAnalysisTaskTest.java | 8 +- .../test_env_db_dropped_mtmv.out} | Bin 137 -> 127 bytes .../data/variant_p0/sql/sort_permute.out | Bin 0 -> 24264 bytes .../suites/mtmv_p0/test_env_db_dropped_mtmv.groovy | 4 + .../mv_with_force_drop/mv_with_force_drop.groovy} | 63 +- .../test_schema_change_with_group_commit.groovy | 112 +++ .../suites/variant_p0/sql/sort_permute.sql | 1037 ++++++++++++++++++++ 19 files changed, 1349 insertions(+), 89 deletions(-) create mode 100644 be/test/vec/columns/common_column_test.h copy regression-test/data/{mv_p0/sql_default_limit/sql_default_limit.out => mtmv_p0/test_env_db_dropped_mtmv.out} (91%) create mode 100644 regression-test/data/variant_p0/sql/sort_permute.out copy regression-test/suites/{correctness_p0/test_ctas_mv/test_ctas_mv.groovy => mv_p0/mv_with_force_drop/mv_with_force_drop.groovy} (53%) create mode 100644 regression-test/suites/schema_change_p0/test_schema_change_with_group_commit.groovy create mode 100644 regression-test/suites/variant_p0/sql/sort_permute.sql --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org