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 b76cfcd007b [refactor](mtmv) Materialization context and mtmv decoupling (#34093) (#34916) new 691f3c5ee7a [Performance](Variant) Improve load performance for variant type (#33890) new 7e967e53b83 Fix failed p2 hive statistics case. (#34663) new 876248aa4e3 [fix](function) json_object can not input null value (#34591) new 6f91e9cc4dc [fix](test) fix s3 load test failed (#34671) new e2614d453a8 [case](regression) Add hdfs backup restore case (#34716) new b3b848f862d [feature](Nereids): eliminate useless project (#34611) new 5012ddd87a2 [fix](Nereids) fix sql cache return old value when truncate partition (#34698) new c71d0b6b223 [fix](Nereids) cast from json should always nullable (#34707) new 46bf43130f7 [test](case) error format case in test_query_json_object (#34722) new 1545d96617c [WIP](test) remove enable_nereids_planner in regression cases (part 4) (#34642) new b6409f55841 [improvement](inverted index) Disable the use of skipping write index on load (#34719) new 80dd027ce2e [opt](join) For left semi/anti join without mark join conjunct and without other conjucnts, stop probing after matching one row (#34703) The 12 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/vec/columns/column_object.cpp | 189 +++++++--- be/src/vec/columns/column_object.h | 28 +- be/src/vec/common/hash_table/join_hash_table.h | 31 +- be/src/vec/common/schema_util.cpp | 57 +-- be/src/vec/common/schema_util.h | 4 +- be/src/vec/core/field.h | 5 + .../vec/exec/join/process_hash_table_probe_impl.h | 3 +- be/src/vec/functions/function_json.cpp | 24 +- be/src/vec/json/parse2column.cpp | 22 +- .../main/java/org/apache/doris/common/Config.java | 8 +- .../analysis/ModifyTablePropertiesClause.java | 5 + .../main/java/org/apache/doris/catalog/Env.java | 4 +- .../doris/common/NereidsSqlCacheManager.java | 38 +- .../apache/doris/common/util/PropertyAnalyzer.java | 3 +- .../apache/doris/datasource/InternalCatalog.java | 3 +- .../processor/post/ColumnPruningPostProcessor.java | 11 +- .../doris/nereids/trees/expressions/Cast.java | 2 + .../doris/nereids/trees/plans/algebra/Project.java | 10 + .../trees/plans/logical/LogicalProject.java | 10 - .../org/apache/doris/qe/cache/CacheAnalyzer.java | 2 +- .../correctness_p0/test_group_having_alias.out | 2 - .../test_array_functions_array_intersect_sort.out | 110 +----- .../data/javaudf_p0/test_javaudf_with_decimal.out | 8 +- ...hdfs.groovy => test_backup_restore_hdfs.groovy} | 34 +- .../suites/correctness_p0/test_cast_decimal.groovy | 14 - .../correctness_p0/test_group_having_alias.groovy | 20 -- ...est_array_functions_array_intersect_sort.groovy | 97 +---- .../suites/datatype_p0/scalar_types/load.groovy | 2 +- ...l_tvf_with_complex_type_insertinto_doris.groovy | 1 - .../hive/test_hive_partition_column_analyze.groovy | 390 +++++++++++---------- .../hive/test_hive_partition_statistic.groovy | 3 + .../tvf/test_tvf_view_count_p2.groovy | 16 +- .../javaudf_p0/test_javaudf_with_decimal.groovy | 37 +- .../test_s3_load_with_load_parallelism.groovy | 4 +- .../cache/parse_sql_from_sql_cache.groovy | 38 +- .../suites/query_p0/cast/test_cast.groovy | 18 + .../json_function/test_query_json_object.groovy | 4 + ...st_array_with_single_row_max_than_uint16.groovy | 1 - .../suites/variant_p2/performance.groovy | 36 ++ 39 files changed, 673 insertions(+), 621 deletions(-) copy regression-test/suites/backup_restore/{test_backup_restore_with_hdfs.groovy => test_backup_restore_hdfs.groovy} (76%) create mode 100644 regression-test/suites/variant_p2/performance.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org