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


##########
be/src/exec/scan/olap_scanner.cpp:
##########
@@ -377,6 +374,7 @@ Status OlapScanner::_init_tablet_reader_params(
                                              push_down_agg_type != 
TPushAggOp::COUNT_ON_INDEX);
     }
 
+    _tablet_reader_params.filled_columns.clear();

Review Comment:
   filled_columns  这里要加注释,说明什么含义,注释中要有一个例子。
   另外,得说清楚跟output tuple descriptor 是什么关系



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