Optimize Key Comparison in GroupByOperator ------------------------------------------
Key: HIVE-1738 URL: https://issues.apache.org/jira/browse/HIVE-1738 Project: Hive Issue Type: Improvement Reporter: Siying Dong Assignee: Siying Dong GroupByOperator uses ObjectInspectorUtils.compare() to compare keys, which is written for generalized object comparisons, which is not optimized for group-by operator. By optimizing this logic, we expect to see obvious improvements in GroupByOperator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.