eldenmoon opened a new pull request, #68230:
URL: https://github.com/apache/doris/pull/68230

   Follow-up to #68140.
   
   ## Problem
   
   `test_variant_subcolumn_index_norms` failed in TeamCity build 1051635 with:
   
   ```
   match_phrase not support execute_match
   ```
   
   The VARIANT MATCH predicate was not guaranteed to be pushed into the 
inverted index because the suite did not explicitly enable common expression 
pushdown. It then fell back to `execute_match`, which does not support 
`MATCH_PHRASE`.
   
   ## Fix
   
   Explicitly enable `enable_common_expr_pushdown`, matching the existing 
`test_bm25_score_variant` setup on branch-4.1.
   
   ## Validation
   
   - Confirmed TeamCity build 1051635 failed at the first VARIANT 
`MATCH_PHRASE` query after table creation and insertion succeeded.
   - `git diff --check` passed.
   - Local regression execution is unavailable because the branch-4.1 BE build 
is blocked by the local thirdparty/toolchain environment; CI is required for 
runtime confirmation.
   


-- 
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]

Reply via email to