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 a36afd99da4 [enhancement](variable) newSessionVariable uses read lock
instead of write lock to reduce lock contention (#60013)
add 7acee4fa860 (fix)[variant] enhance VARIANT bloom filter & inverted
index validation (#59921)
No new revisions were added by this update.
Summary of changes:
be/src/vec/common/schema_util.cpp | 34 ++-
be/src/vec/common/schema_util.h | 3 +
.../trees/plans/commands/info/CreateTableInfo.java | 10 +
.../trees/plans/CreateTableCommandTest.java | 33 +++
...test_variant_bf_skip_unsupported_subcolumn.out} | 3 +-
.../predefine/test_predefine_type_index.groovy | 4 +-
...ant_field_pattern_invalid_inverted_index.groovy | 242 +++++++++++++++++++++
.../test_array_contains_with_inverted_index.groovy | 2 +-
...t_variant_bf_skip_unsupported_subcolumn.groovy} | 31 +--
9 files changed, 338 insertions(+), 24 deletions(-)
copy regression-test/data/{cloud_p0/recycler/test_recycler_inverted_index.out
=> variant_p0/with_index/test_variant_bf_skip_unsupported_subcolumn.out} (91%)
create mode 100644
regression-test/suites/variant_p0/predefine/test_variant_field_pattern_invalid_inverted_index.groovy
copy
regression-test/suites/variant_p0/{schema_change/test_column_reorder.groovy =>
with_index/test_variant_bf_skip_unsupported_subcolumn.groovy} (55%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]