This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from ca1fd460b9f [fix](keyword) let some keyword non-reserved (#34613) (#34701) new 373de3e49d2 [fix](regression test) fix unstable case auto bucket test (#34635) new 1ff4dc8f85f [Bug](runtime-filter) fix coredump won change_null_to_true when argument column is not null… (#34602) new 1dcf8a470e5 [fix](Nereids): fix choose id when there is enforcer in group (#34573) new 719e50f3533 [fix](json function) fix failed when json_exists_path use not null input (#34289) new 958f1a2d2dd [enhance](mtmv) add baseTablesOneLevel for MTMVRelation and MTMVRelationManager (#34593) new c742a327e64 [Fix](Planner) add date/month/year add function fe constant fold with dateV2/dateTimeV2 (#34483) new 9915862bf7d [opt](nereids)estimate rowcount for is-null filter when column stats are not available (#34519) new e417a5cc362 [fix](replication_allocation) fix two problems for force_olap_table_replication_allocation #34554 new 14d0433a76c [improve](path gc) Execute path gc interval adaptive to disk size (#34538) 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: be/src/olap/olap_server.cpp | 40 +- be/src/olap/storage_engine.h | 2 + be/src/vec/functions/function_jsonb.cpp | 160 +- be/src/vec/utils/util.hpp | 58 + .../doris/common/util/DynamicPartitionUtil.java | 3 +- .../java/org/apache/doris/mtmv/MTMVPlanUtil.java | 6 +- .../java/org/apache/doris/mtmv/MTMVRelation.java | 12 +- .../org/apache/doris/mtmv/MTMVRelationManager.java | 34 +- .../doris/mysql/privilege/UserPropertyMgr.java | 5 +- .../java/org/apache/doris/nereids/memo/Group.java | 8 +- .../doris/nereids/stats/FilterEstimation.java | 6 +- .../java/org/apache/doris/rewrite/FEFunctions.java | 56 + .../apache/doris/mtmv/MTMVRelationManagerTest.java | 105 + .../java/org/apache/doris/mtmv/MTMVTaskTest.java | 2 +- .../test/java/org/apache/doris/mtmv/MTMVTest.java | 4 +- .../data/json_p0/test_json_load_and_function.out | 4860 ++++++++++++++++++++ .../noStatsRfPrune/query76.out | 22 +- .../no_stats_shape/query76.out | 22 +- .../join/rqg/rqg471923/rqg1333347798.out} | 14 +- .../suites/autobucket/test_autobucket.groovy | 6 +- .../json_p0/test_json_load_and_function.groovy | 291 ++ .../join/rqg/rqg471923/rqg1333347798.groovy | 178 + .../datetime_functions/test_date_function.groovy | 17 + 23 files changed, 5848 insertions(+), 63 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/mtmv/MTMVRelationManagerTest.java copy regression-test/data/{datatype_p0/decimalv3/test_decimalv3_key/test_decimalv3_key.out => query_p0/join/rqg/rqg471923/rqg1333347798.out} (62%) create mode 100644 regression-test/suites/query_p0/join/rqg/rqg471923/rqg1333347798.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org