Github user jianqiao commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/155#discussion_r93112279
  
    --- Diff: relational_operators/SaveBlocksOperator.cpp ---
    @@ -70,6 +71,10 @@ void SaveBlocksOperator::feedInputBlock(const block_id 
input_block_id, const rel
       destination_block_ids_.push_back(input_block_id);
     }
     
    +void SaveBlocksOperator::updateCatalogOnCompletion() {
    +  relation_->getStatisticsMutable()->setExactness(false);
    --- End diff --
    
    Add a comment about the design choice here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to