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

    https://github.com/apache/incubator-quickstep/pull/90#discussion_r74788908
  
    --- Diff: expressions/aggregation/AggregationHandleAvg.hpp ---
    @@ -139,9 +185,24 @@ class AggregationHandleAvg : public 
AggregationConcreteHandle {
                                                     
TypedValue(static_cast<double>(agg_state.count_)));
       }
     
    +  inline TypedValue finalizeHashTableEntryFast(const uint8_t *byte_ptr) 
const {
    +//    const AggregationStateAvg &agg_state = static_cast<const 
AggregationStateAvg&>(state);
    --- End diff --
    
    Can you please delete the dead code?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to