This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-59747-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 59bdb6099cf branch-4.0: [fix](schemachange) fix IndexChangeJob stuck 
on WAITING_TXN due to exception #60754 (#60767)
     add f68c83df7e4 [fix](search) Make AND/OR/NOT operators case-sensitive in 
search DSL (#59747)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/search/SearchLexer.g4 |   6 +-
 .../functions/scalar/SearchDslParserTest.java      |  43 ++--
 .../data/search/test_search_dsl_operators.out      |  45 ++++
 regression-test/data/search/test_search_escape.out |   9 -
 .../search/test_search_boundary_cases.groovy       |  40 ++--
 .../suites/search/test_search_dsl_operators.groovy | 231 +++++++++++++++++++++
 .../suites/search/test_search_escape.groovy        |  40 ++--
 ...n.groovy => test_search_function.groovy.backup} | 162 ++++++++++++---
 .../search/test_search_null_regression.groovy      |  24 +--
 .../search/test_search_null_semantics.groovy       |  16 +-
 .../search/test_search_vs_match_consistency.groovy |  30 +--
 11 files changed, 507 insertions(+), 139 deletions(-)
 create mode 100644 regression-test/data/search/test_search_dsl_operators.out
 create mode 100644 
regression-test/suites/search/test_search_dsl_operators.groovy
 copy regression-test/suites/search/{test_search_function.groovy => 
test_search_function.groovy.backup} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to