yiguolei commented on code in PR #58582:
URL: https://github.com/apache/doris/pull/58582#discussion_r2584353695
##########
be/src/olap/delete_handler.h:
##########
@@ -39,7 +39,7 @@ class TCondition;
// Represent a delete condition.
struct DeleteConditions {
int64_t filter_version = 0; // The version of this condition
- std::vector<const ColumnPredicate*> column_predicate_vec;
+ std::vector<std::shared_ptr<ColumnPredicate>> column_predicate_vec;
Review Comment:
std::vector<std::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]