kangpinghuang commented on a change in pull request #656: Modify alter tablet 
implementation and change ColumnPruning to ZoneMap
URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259685746
 
 

 ##########
 File path: be/src/olap/olap_cond.cpp
 ##########
 @@ -601,25 +601,24 @@ bool Conditions::delete_conditions_eval(const RowCursor& 
row) const {
 }
 
 bool Conditions::delta_pruning_filter(
-        const std::vector<std::pair<WrapperField*, WrapperField*>>& 
column_statistics) const {
+        const std::vector<std::pair<WrapperField*, WrapperField*>>& zone_maps) 
const {
 
 Review comment:
   use KeyRange to confirm to the statement of this function

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to