This is an automated email from the ASF dual-hosted git repository. airborne pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 55bf08c4fb4 [opt](orc-reader)Turn on late materialization of orc complex types. (#49718) add 2f2cdef94b7 [fix] (inverted index) Disallow variant columns from using inverted index format v1 (#49823) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/common/Config.java | 4 + .../apache/doris/alter/SchemaChangeHandler.java | 7 +- .../org/apache/doris/analysis/CreateTableStmt.java | 7 +- .../java/org/apache/doris/analysis/IndexDef.java | 14 +- .../trees/plans/commands/info/CreateTableInfo.java | 5 +- .../trees/plans/commands/info/IndexDefinition.java | 14 +- .../org/apache/doris/analysis/IndexDefTest.java | 6 +- .../trees/plans/commands/IndexDefinitionTest.java | 12 +- ...e_compaction_with_variant_inverted_index.groovy | 40 ++--- .../inverted_index_p0/load/test_insert.groovy | 18 ++- .../inverted_index_p0/load/test_stream_load.groovy | 18 ++- ...sted_index_file_http_action_with_variant.groovy | 33 ++-- .../test_variant_index_format_v1.groovy | 27 ++-- .../suites/load_p2/test_single_replica_load.groovy | 27 ++-- .../test_array_contains_with_inverted_index.groovy | 172 +++++++++++---------- .../with_index/test_array_index_write.groovy | 133 ++++++++-------- .../test_array_inverted_index_profile.groovy | 164 ++++++++++---------- .../suites/variant_p0/with_index/var_index.groovy | 109 +++++++------ 18 files changed, 434 insertions(+), 376 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org