kaijchen commented on code in PR #19747:
URL: https://github.com/apache/doris/pull/19747#discussion_r1196167687


##########
be/src/exec/base_scanner.cpp:
##########
@@ -221,7 +221,7 @@ Status 
BaseScanner::_materialize_dest_block(vectorized::Block* dest_block) {
         if (slot_desc->type().is_variant_type()) {
             continue;
         }
-        int dest_index = ctx_idx++;
+        int dest_index = ctx_idx;

Review Comment:
   `ctx_idx` is referenced at line 254.



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