This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch hello-stephen-patch-1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 005b4e6197e Merge branch 'variant-sparse' into hello-stephen-patch-1 add 3e500feb482 [Improve](predefine) add index type check for sub field in variant (#50241) add ec8d6166f87 [Fix](Variant) fix and make case stable (#50259) add 32c4058444d Merge branch 'variant-sparse' into hello-stephen-patch-1 No new revisions were added by this update. Summary of changes: .../segment_v2/variant_column_writer_impl.cpp | 3 - be/src/olap/tablet_schema.cpp | 7 +- be/src/vec/columns/column_object.cpp | 11 +- be/src/vec/common/schema_util.cpp | 1 - .../org/apache/doris/analysis/CreateTableStmt.java | 9 ++ .../java/org/apache/doris/analysis/IndexDef.java | 20 ++- .../trees/plans/commands/info/CreateTableInfo.java | 9 ++ .../trees/plans/commands/info/IndexDefinition.java | 19 ++- .../data/inverted_index_p0/test_array_index2.out | Bin 0 -> 277 bytes regression-test/data/variant_p0/desc.out | Bin 5529 -> 5887 bytes .../predefine/test_predefine_type_index.out | Bin 2988 -> 3018 bytes .../data/variant_p0/test_sub_path_pruning.out | Bin 5871 -> 5873 bytes ...est_variant_compaction_with_sparse_limit.groovy | 7 +- .../inverted_index_p0/test_array_index2.groovy | 158 +++++++++++++++++++++ .../suites/variant_p0/column_name.groovy | 2 +- .../suites/variant_p0/column_size_limit.groovy | 2 +- .../variant_p0/predefine/test_predefine_ddl.groovy | 18 +++ .../predefine/test_predefine_pattern.groovy | 2 +- .../predefine/test_predefine_type_index.groovy | 45 ++++++ .../variant_p0/with_index/bloom_filter.groovy | 28 ++-- .../suites/variant_p0/with_index/load.groovy | 13 +- .../test_array_contains_with_inverted_index.groovy | 9 +- .../with_index/test_array_index_write.groovy | 8 +- .../test_array_inverted_index_profile.groovy | 7 +- 24 files changed, 323 insertions(+), 55 deletions(-) create mode 100644 regression-test/data/inverted_index_p0/test_array_index2.out create mode 100644 regression-test/suites/inverted_index_p0/test_array_index2.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org