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 d9c018e901a [fix](Nereids) should distribute first when do sort enforce on must shuffle (#30948) add 4c4050b4a8c [case](mtmv) MTMV hive case (#30930) No new revisions were added by this update. Summary of changes: .../org/apache/doris/mtmv/MTMVPartitionUtil.java | 4 +- .../data/mtmv_p0/test_hive_olap_mtmv.out | 17 ++ .../data/mtmv_p0/test_hive_refresh_mtmv.out | 17 ++ .../suites/mtmv_p0/test_hive_mtmv.groovy | 2 +- .../suites/mtmv_p0/test_hive_olap_mtmv.groovy | 90 +++++++++++ .../suites/mtmv_p0/test_hive_refresh_mtmv.groovy | 180 +++++++++++++++++++++ 6 files changed, 307 insertions(+), 3 deletions(-) create mode 100644 regression-test/data/mtmv_p0/test_hive_olap_mtmv.out create mode 100644 regression-test/data/mtmv_p0/test_hive_refresh_mtmv.out create mode 100644 regression-test/suites/mtmv_p0/test_hive_olap_mtmv.groovy create mode 100644 regression-test/suites/mtmv_p0/test_hive_refresh_mtmv.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org