[ https://issues.apache.org/jira/browse/HIVE-8017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14126514#comment-14126514 ]
Rui Li commented on HIVE-8017: ------------------------------ Hi [~xuefuz], I checked the errors and I guess we have to sort the query results before diff. I wonder what's the correct way to do it. For example, I added {{-- SORT_BEFORE_DIFF}} at the beginning of groupby1.q but the test failed. > Use HiveKey instead of BytesWritable as key type of the pair RDD [Spark > Branch] > ------------------------------------------------------------------------------- > > Key: HIVE-8017 > URL: https://issues.apache.org/jira/browse/HIVE-8017 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Rui Li > Assignee: Rui Li > Attachments: HIVE-8017-spark.patch > > > HiveKey should be used as the key type because it holds the hash code for > partitioning. While BytesWritable serves partitioning well for simple cases, > we have to use {{HiveKey.hashCode}} for more complicated ones, e.g. join, > bucketed table, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)