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 37d56318a51 [fix](mtmv)fix compile error (#35745) new c5da3ea6168 [fix](decimal256) fix coredump when enable decimal256 but fallback to old planner (#35731) new 48d4601ee38 [regression-test](load) add something like $.tag.[a.b] key's json case (#35134) new 5315df36c0c [opt](mtmv) Improve the mv rewrite performance by optimize code usage (#35674) The 3 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: .../main/java/org/apache/doris/mtmv/MTMVCache.java | 20 +++++++- .../mv/AbstractMaterializedViewRule.java | 28 +++++----- .../mv/AsyncMaterializationContext.java | 5 +- .../mv/InitMaterializationContextHook.java | 10 +++- .../exploration/mv/MaterializationContext.java | 41 ++++++++++----- .../nereids/rules/exploration/mv/StructInfo.java | 60 ++++++++++++---------- .../java/org/apache/doris/qe/SessionVariable.java | 4 +- .../data/load_p0/stream_load/test_json_load.out | 3 ++ .../load_p0/stream_load/test_special_key_json.json | 1 + .../load_p0/stream_load/test_json_load.groovy | 26 ++++++++++ 10 files changed, 138 insertions(+), 60 deletions(-) create mode 100644 regression-test/data/load_p0/stream_load/test_special_key_json.json --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org