This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b0612edab39 [fix](metadata) replace view will break view's metadata
(#51058)
add 09789a40c67 [Fix](dictionary) Skip auto refresh dictionary if we know
source data is invalid (#50863)
No new revisions were added by this update.
Summary of changes:
be/src/common/exception.h | 1 +
.../vec/functions/complex_hash_map_dictionary.cpp | 6 +-
be/src/vec/functions/complex_hash_map_dictionary.h | 4 +-
be/src/vec/functions/dictionary.h | 2 +
be/src/vec/functions/ip_address_dictionary.cpp | 21 +++---
be/src/vec/functions/ip_address_dictionary.h | 4 +-
.../java/org/apache/doris/catalog/OlapTable.java | 2 +-
.../org/apache/doris/dictionary/Dictionary.java | 46 ++++++++++--
.../apache/doris/dictionary/DictionaryManager.java | 11 ++-
.../commands/insert/DictionaryInsertExecutor.java | 12 ++--
.../test_invalid_skip_load.out} | Bin 109 -> 115 bytes
.../test_dict_load_and_get_hash_map.groovy | 75 ++++++++++---------
.../test_dict_load_and_get_ip_trie.groovy | 1 +
.../test_dict_nullable_key.groovy | 1 +
.../dictionary_p0/test_invalid_skip_load.groovy | 80 +++++++++++++++++++++
15 files changed, 200 insertions(+), 66 deletions(-)
copy
regression-test/data/{compaction/test_single_compaction_with_variant_inverted_index.out
=> dictionary_p0/test_invalid_skip_load.out} (93%)
create mode 100644
regression-test/suites/dictionary_p0/test_invalid_skip_load.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]