airborne12 commented on code in PR #67180:
URL: https://github.com/apache/doris/pull/67180#discussion_r4093070997


##########
regression-test/suites/inverted_index_p0/cloud_build_index/test_cloud_build_index_update.groovy:
##########
@@ -91,7 +91,7 @@ suite("test_cloud_build_index_update") {
     sql """build index on test_cloud_build_idx_uq_table"""
     wait_for_last_build_index_finish("test_cloud_build_idx_uq_table", timeout)
     check_inverted_index_filter_rows("select * from 
test_cloud_build_idx_uq_table where address='hhhhh'" +
-            " order by user_id,username,age,address", 12)
+            " order by user_id,username,age,address", 4)

Review Comment:
   Confirmed. This is a plain equality predicate, so the final ordering gate 
keeps scan restrictions after index accounting. The target branch expected 12, 
and commit a99f9cb7a5eb0ceb698d3b4621fe057db5b397e4 restores that assertion. 
The targeted Cloud suite was not run locally; the ASAN BE build and 31 related 
unit tests passed, and full CI is pending.



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