This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from a31be851df [Bug](node) fix partition sort node forget handle some type of key in hashmap (#22037) new 0a09faff41 [FIX](map)fix map proto contains_null #22107 new 657a34083f [enhancement](jdbc catalog) Add sqlserver jdbc url param `useBulkCopyForBatchInsert=true` (#22032) new c7866843a9 [FIX](complex-type)delete enable_map/struct_type switch #21957 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/runtime/types.cpp | 7 +++++ .../sql-manual/sql-reference/Data-Types/MAP.md | 4 --- .../sql-manual/sql-reference/Data-Types/STRUCT.md | 4 --- .../main/java/org/apache/doris/common/Config.java | 12 -------- .../org/apache/doris/analysis/CreateTableStmt.java | 8 ----- .../org/apache/doris/catalog/JdbcResource.java | 3 ++ .../IsNullPredicateWithComplexTypeTest.java | 3 -- .../org/apache/doris/catalog/CreateTableTest.java | 20 ++++++------ .../apache/doris/nereids/UnsupportedTypeTest.java | 3 -- gensrc/proto/types.proto | 2 ++ .../limit/test_map_select_with_limit.out} | 2 +- .../bloom_filter_p0/test_bloom_filter.groovy | 4 +-- .../complex_types/test_big_kv_map.groovy | 2 +- .../suites/delete_p0/test_map_column_delete.groovy | 2 +- .../delete_p0/test_struct_column_delete.groovy | 1 - .../suites/export/test_map_export.groovy | 2 +- .../suites/export/test_struct_export.groovy | 2 +- .../suites/insert_p0/test_struct_insert.groovy | 1 - .../suites/load/insert/test_map_dml.groovy | 2 -- .../test_map_load_and_compaction.groovy | 1 - .../stream_load/test_map_load_and_function.groovy | 1 - .../load_p0/stream_load/test_stream_load.groovy | 2 +- .../test_create_mv_complex_type.groovy | 2 -- .../aggregate_group_by_metric_type.groovy | 2 +- .../limit/test_map_select_with_limit.groovy} | 36 ++++++++++++---------- .../show/test_complex_type_unique_key.groovy | 2 -- .../query_p0/show/test_map_show_create.groovy | 1 - .../show/test_nested_complex_switch.groovy | 4 --- .../query_p0/show/test_struct_show_create.groovy | 1 - .../struct_functions/test_struct_functions.groovy | 2 +- .../rollup_p0/test_materialized_view_struct.groovy | 2 +- 31 files changed, 53 insertions(+), 87 deletions(-) copy regression-test/data/{correctness_p0/test_avg.out => query_p0/limit/test_map_select_with_limit.out} (75%) copy regression-test/suites/{insert_p0/test_array_insert_overflow.groovy => query_p0/limit/test_map_select_with_limit.groovy} (57%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org