You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by el...@apache.org on 2023/06/26 11:32:50 UTC

[doris] branch master updated (05d94e5a4c -> 50c1d55769)

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

eldenmoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 05d94e5a4c [typo](docs) add a create table as select sample (#21078)
     add 50c1d55769 [Improve](dynamic schema) support filtering invalid data (#21160)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |   2 +-
 be/src/vec/columns/column_object.cpp               |  15 +-
 be/src/vec/columns/column_object.h                 |   3 +
 be/src/vec/columns/subcolumn_tree.h                |   2 +-
 be/src/vec/common/schema_util.cpp                  |  16 +-
 be/src/vec/exec/format/json/new_json_reader.cpp    |  24 +-
 be/src/vec/exec/format/json/new_json_reader.h      |   1 +
 .../org/apache/doris/catalog/TableProperty.java    |   7 +
 .../java/org/apache/doris/common/FeNameFormat.java |   2 +-
 .../data/dynamic_table_p0/array_dimenssion.json    |   5 +
 .../data/dynamic_table_p0/invalid_name.json        |   2 +
 .../data/dynamic_table_p0/nested_filter.json       |   2 +
 .../suites/dynamic_table_p0/load.groovy            |  21 +-
 .../suites/dynamic_table_p0/sql/q01.sql            |  14 +-
 .../suites/dynamic_table_p0/sql/q02.sql            |  19 +-
 .../test_dytable_complex_data.groovy               | 291 ---------------------
 16 files changed, 103 insertions(+), 323 deletions(-)
 create mode 100644 regression-test/data/dynamic_table_p0/array_dimenssion.json
 create mode 100644 regression-test/data/dynamic_table_p0/invalid_name.json
 create mode 100644 regression-test/data/dynamic_table_p0/nested_filter.json
 delete mode 100644 regression-test/suites/dynamic_table_p0/test_dytable_complex_data.groovy


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