eldenmoon opened a new pull request, #64782: URL: https://github.com/apache/doris/pull/64782
## Proposed changes Fix DORIS-26602 for master. The search() direct index reader path must not let BKD skip-threshold bypass the inverted index result, because VSearchExpr has no scalar fallback after the index path is selected. This PR: - Sets skip_try=true for search() direct index reader. - Adds BE unit-test coverage that nested int search sends skip_try=true to the iterator. ## Tests - /mnt/disk1/claude-max/ldb_toolchain20/bin/clang-format -i be/src/exprs/function/function_search.cpp be/test/exprs/function/function_search_test.cpp - git diff --check upstream-apache/master...HEAD Not run locally on this fresh master worktree: BE unit-test binary was not available without a new full local build. The same focused unit test and regression passed on the branch-selectdb-doris-4.1 PR for the same fix path. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
