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

    https://github.com/apache/incubator-quickstep/pull/90#discussion_r74785810
  
    --- Diff: expressions/aggregation/AggregationHandle.hpp ---
    @@ -265,7 +265,8 @@ class AggregationHandle {
        **/
       virtual ColumnVector* finalizeHashTable(
           const AggregationStateHashTableBase &hash_table,
    -      std::vector<std::vector<TypedValue>> *group_by_keys) const = 0;
    +      std::vector<std::vector<TypedValue>> *group_by_keys,
    +      int index) const = 0;
    --- End diff --
    
    Can you please update the doxygen for the ``index`` parameter? Also, if the 
index is always positive, can you change its type from int to ``std::size_t``? 


---
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