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


##########
be/src/vec/olap/block_reader.cpp:
##########
@@ -503,7 +503,7 @@ bool BlockReader::_get_next_row_same() {
     }
 }
 
-ColumnPredicate* BlockReader::_parse_to_predicate(const FunctionFilter& 
function_filter) {
+/*ColumnPredicate* BlockReader::_parse_to_predicate(const FunctionFilter& 
function_filter) {

Review Comment:
   直接把代码删了吧。 否则以后当我们重构代码的时候,会发现这个被注释的代码引用了一些代码,但是实际上没用,会产生误导。



##########
be/src/vec/olap/block_reader.cpp:
##########
@@ -503,7 +503,7 @@ bool BlockReader::_get_next_row_same() {
     }
 }
 
-ColumnPredicate* BlockReader::_parse_to_predicate(const FunctionFilter& 
function_filter) {
+/*ColumnPredicate* BlockReader::_parse_to_predicate(const FunctionFilter& 
function_filter) {

Review Comment:
   直接把代码删了吧。 否则以后当我们重构代码的时候,会发现这个被注释的代码引用了一些代码,但是实际上没用,会产生误导。



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