yiguolei commented on code in PR #24964:
URL: https://github.com/apache/doris/pull/24964#discussion_r1339653272


##########
be/src/vec/olap/vertical_block_reader.cpp:
##########
@@ -524,10 +524,10 @@ Status VerticalBlockReader::_unique_key_next_block(Block* 
block, bool* eof) {
         }
         const auto& src_block = _next_row.block;
         assert(src_block->columns() == column_count);
-        for (size_t i = 0; i < column_count; ++i) {
+        RETURN_IF_CATCH_EXCEPTION(for (size_t i = 0; i < column_count; ++i) {

Review Comment:
    not catch the loop.
   just catch the internal  insert_from is ok



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