yiguolei commented on code in PR #58582:
URL: https://github.com/apache/doris/pull/58582#discussion_r2587159119
##########
be/src/olap/block_column_predicate.h:
##########
@@ -60,7 +60,7 @@ class BlockColumnPredicate {
virtual void get_all_column_ids(std::set<ColumnId>& column_id_set) const =
0;
virtual void get_all_column_predicate(
- std::set<const ColumnPredicate*>& predicate_set) const = 0;
+ std::set<std::shared_ptr<ColumnPredicate>>& predicate_set) const =
0;
Review Comment:
[ColumnPredicate](td::shared_ptr<const ColumnPredicate>)
--
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]