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

    https://github.com/apache/incubator-hawq/pull/1361#discussion_r187854688
  
    --- Diff: contrib/vexecutor/vagg.h ---
    @@ -0,0 +1,94 @@
    +#ifndef VAGG_H
    +#define VAGG_H
    +
    +#include "executor/execHHashagg.h"
    +
    +/* batch hashagg group linklist header */
    +typedef struct GroupData {
    +   HashAggEntry *entry;    // pointer to agg_hash_entry
    +   int idx;                                // pointer to idx_list
    --- End diff --
    
    I will change it in next commit : )


---

Reply via email to