zyp-V commented on code in PR #67582:
URL: https://github.com/apache/doris/pull/67582#discussion_r3953806004


##########
be/src/service/point_query_executor.cpp:
##########
@@ -627,7 +627,7 @@ Status PointQueryExecutor::_lookup_row_data() {
         }
     }
     // filter rows by delete sign
-    if (_row_hits > 0 && _reusable->delete_sign_idx() != -1) {
+    if ((_row_hits > 0 || _result_block->rows() > 0) && 
_reusable->delete_sign_idx() != -1) {

Review Comment:
   回退修改, 这块是对于普通点查可能出现的 bug 做的修复, 但是没有考虑到 partial row_store_columns 的场景; 



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