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


##########
be/src/olap/column_predicate.h:
##########
@@ -166,13 +166,13 @@ class ColumnPredicate {
     }
     uint32_t column_id() const { return _column_id; }
 
-    virtual std::string debug_string() {
+    virtual std::string debug_string() const {
         return _debug_string() + ", column_id=" + std::to_string(_column_id) +

Review Comment:
   column name maybe removed in the future....



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