This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch branch-2.0-alpha
in repository https://gitbox.apache.org/repos/asf/doris.git


    from e341114166 [enhancement](test) split large data of p2 cases (#19186)
     new 0a06f7372f [bugfix](low cardinality) cached code is wrong will result 
wrong query result when many null pages (#19221)
     new 8cfb970f67 [fix](schema_change) remove shadow prefix of schema for 
tablesink (#18822)
     new e6fecabebb [vectorized](function) add some check about result type in 
array map #19228

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:
 be/src/common/config.h                             |   1 +
 be/src/olap/comparison_predicate.h                 |  20 +++-
 be/src/olap/schema_change.cpp                      |  12 ++-
 be/src/olap/tablet.h                               |   2 +
 be/src/vec/columns/column_dictionary.h             |   4 +-
 be/src/vec/exprs/lambda_function/lambda_function.h |   2 +-
 .../lambda_function/varray_filter_function.cpp     |   2 +-
 .../exprs/lambda_function/varray_map_function.cpp  |  24 ++++-
 .../apache/doris/alter/SchemaChangeHandler.java    |   1 +
 .../main/java/org/apache/doris/catalog/Column.java |   4 +
 .../org/apache/doris/planner/OlapTableSink.java    |   2 +-
 gensrc/script/doris_builtins_functions.py          |   2 +-
 .../data/nereids_p0/test_dict_with_null.out        | 112 +++++++++++++++++++++
 .../data/query_p0/test_dict_with_null.out          | 112 +++++++++++++++++++++
 .../suites/nereids_p0/test_dict_with_null.groovy   |   5 +-
 .../suites/query_p0/test_dict_with_null.groovy     |   5 +-
 .../test_agg_keys_schema_change_decimalv3.groovy   |   1 +
 17 files changed, 299 insertions(+), 12 deletions(-)
 create mode 100644 regression-test/data/nereids_p0/test_dict_with_null.out
 create mode 100644 regression-test/data/query_p0/test_dict_with_null.out


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to