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

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary: Point query row-cache hits were not counted in the result 
row count, so delete-sign filtering could be skipped for cached deleted rows 
and return stale rows after compaction when storage row cache is enabled.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Regression test / Manual test
       - On branch-3.1 worktree, reproduced point_query_p0/test_point_query 
with disable_storage_row_cache=false before the fix; the query returned the 
deleted row 10 20 aabc.
       - On branch-3.1 worktree, reran ./run-regression-test.sh --run --conf 
tmp/regression-conf.auto.groovy -d point_query_p0 -s test_point_query with 
disable_storage_row_cache=false after the fix; passed.
       - On master worktree, ran build-support/check-format.sh; passed.
       - On master worktree, attempted build.sh --be with default parallel; it 
failed during CMake configuration before compiling the changed file because 
contrib/openblas could not find OpenMP_C in the local toolchain environment.
   - Behavior changed: No
   - Does this need documentation: No


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