Add order-sensitive and order-insensitive hashing aggregation functions (UDAF)
------------------------------------------------------------------------------

                 Key: HIVE-357
                 URL: https://issues.apache.org/jira/browse/HIVE-357
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Zheng Shao
            Assignee: Zheng Shao


In order to test whether a new version of Hive produces exactly the same result 
as an order version, we usually want to run a bunch of big queries as well as 
small queries.

It's hard to compare the result of big queries, but if we have a hashing 
aggregation function, we can just aggregate the result of big queries and 
compare the single number.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to