amorynan commented on code in PR #19691:
URL: https://github.com/apache/doris/pull/19691#discussion_r1197273599


##########
be/src/exec/rowid_fetcher.cpp:
##########
@@ -136,10 +138,16 @@ Status RowIDFetcher::_merge_rpc_results(const 
PMultiGetRequest& request,
             if (output_block->is_empty_column()) {
                 *output_block = vectorized::Block(_fetch_option.desc->slots(), 
1);
             }
+            if (serdes.empty() && col_uid_to_idx.empty()) {

Review Comment:
   is possible here serde is not empty but col_uid_to_idx empty ? 



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to