kangpinghuang commented on a change in pull request #1745: add delete predicate 
filter(#1636)
URL: https://github.com/apache/incubator-doris/pull/1745#discussion_r322700637
 
 

 ##########
 File path: be/src/olap/delete_handler.cpp
 ##########
 @@ -343,5 +343,17 @@ void DeleteHandler::finalize() {
     _is_inited = false;
 }
 
+void DeleteHandler::get_delete_conditions_after_version(int32_t version,
+        std::vector<const Conditions*>* delete_conditions) const {
+    if (delete_conditions == nullptr) {
 
 Review comment:
   no, It will not. I will delete this check.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to