This is an automated email from the ASF dual-hosted git repository. airborne pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 8aa2fafff4b [bugfix](asan core) should use weak ptr in rpc context to release rf context during query context deconstructed (#46565) add 4b3422fc8e3 branch-2.1: [fix](bf index) add ngram bf index validation in nereids index definition check #45780 (#46216) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/analysis/IndexDef.java | 41 +- .../apache/doris/common/util/PropertyAnalyzer.java | 3 + .../trees/plans/commands/info/IndexDefinition.java | 18 +- .../CreateTableWithBloomFilterIndexTest.java | 905 +++++++++++++++++++++ .../trees/plans/commands/IndexDefinitionTest.java | 64 +- .../index_p0/test_ngram_bloomfilter_index.groovy | 9 +- 6 files changed, 1011 insertions(+), 29 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/catalog/CreateTableWithBloomFilterIndexTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org