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

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


    from 5a74999d06 fix mv select failed on upper case column (#17555)
     new 271ab0ece7 [Fix](Lightweight schema Change) query error caused by 
array default type is unsupported (#17331)
     new 9959df8b92 [enhancement](planner) support case transition of timestamp 
datatype when create table (#17305)
     new 57e0c08d73 [vectorized](bug) fix array constructor function change 
origin column from block (#17296)
     new 36f3be8a83 [fix](planner) only table name should convert to lowercase 
when create table (#17373)
     new 703877e20d [BugFix](PG catalog) fix that pg catalog can not get all 
schemas that a pg user can access. (#17517)
     new 796d42b4c1 [fix](scanner) remove useless _src_block_mem_reuse to avoid 
core dump while loading (#17559)
     new 2f095c657f [fix](planner) insert default value should not change 
return type of function object in function set (#17536)
     new 49dd7719cb [fix](statistics) Fix statistics related threads 
continuously spawn as doing checkpoint #16088
     new 1be5747ee7 [fix](sequence) fix that the result is wrong when load 
multiple duplicate keys (#17575)
     new 54e429bdb5 [branch-1.2](fix) fix compile bug after cherry-pick

The 10 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/memtable.cpp                           |  3 +
 be/src/olap/rowset/segment_v2/column_reader.cpp    | 49 ++++++++++++----
 be/src/vec/columns/column_nullable.h               |  6 ++
 be/src/vec/exec/scan/vfile_scanner.cpp             | 14 +----
 be/src/vec/exec/scan/vfile_scanner.h               |  1 -
 .../functions/array/function_array_constructor.cpp |  6 +-
 .../main/java/org/apache/doris/common/Config.java  |  2 +-
 .../apache/doris/analysis/FunctionCallExpr.java    |  3 +-
 .../apache/doris/analysis/MultiPartitionDesc.java  |  2 +-
 .../java/org/apache/doris/analysis/TableName.java  | 16 ++++++
 .../org/apache/doris/analysis/TupleDescriptor.java |  2 +-
 .../main/java/org/apache/doris/catalog/Env.java    |  7 ++-
 .../java/org/apache/doris/catalog/Function.java    | 20 +++++++
 .../org/apache/doris/external/jdbc/JdbcClient.java |  8 ++-
 .../doris/statistics/AnalysisTaskExecutor.java     | 20 +++----
 .../org/apache/doris/analysis/SelectStmtTest.java  | 10 ++--
 .../org/apache/doris/planner/OlapScanNodeTest.java |  8 +++
 .../unique/sequence_multi_same_key.csv             |  6 ++
 .../unique/test_sequence_multi_same_key.out}       |  3 +-
 .../array_functions/test_array_functions.out       | 11 ++++
 .../schema_change_p0/test_alter_table_column.out   | 11 ++++
 .../correctness_p0/test_current_timestamp.groovy   |  4 ++
 .../unique/test_sequence_multi_same_key.groovy     | 65 ++++++++++++++++++++++
 .../suites/ddl_p0/test_create_table.groovy         | 54 ++++++++++++++++++
 .../array_functions/test_array_functions.groovy    |  3 +-
 .../test_alter_table_column.groovy                 | 42 ++++++++++++++
 26 files changed, 322 insertions(+), 54 deletions(-)
 create mode 100644 
regression-test/data/data_model_p0/unique/sequence_multi_same_key.csv
 copy 
regression-test/data/{correctness/test_constant_push_down_through_outer_join.out
 => data_model_p0/unique/test_sequence_multi_same_key.out} (71%)
 create mode 100644 
regression-test/suites/data_model_p0/unique/test_sequence_multi_same_key.groovy
 create mode 100644 regression-test/suites/ddl_p0/test_create_table.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to