Github user rathijit commented on the issue: https://github.com/apache/incubator-quickstep/pull/90 Hi @hbdeshmukh Stopping the finalize needs some thought as finalize currently also copies values (TypedValue) to the result ColumnVector. With the new hash table, the full/combined payload could be copied after only avg. (if it exists) does its finalize. Extracting TypedValues from the payload without calling the aggregate methods can be difficult. It would perhaps also need a three-step finalize (distinct, avg., copy).
--- 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. ---