You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Chao Sun <ch...@cloudera.com> on 2014/11/26 04:15:06 UTC

Review Request 28464: HIVE-8934 - Investigate test failure on bucketmapjoin10.q and bucketmapjoin11.q [Spark Branch]

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28464/
-----------------------------------------------------------

Review request for hive, Jimmy Xiang, Szehon Ho, and Xuefu Zhang.


Bugs: HIVE-8934
    https://issues.apache.org/jira/browse/HIVE-8934


Repository: hive-git


Description
-------

With MapJoin enabled, these two tests will generate incorrect results.
This seem to be related to the HiveInputFormat that these two are using.
We need to investigate the issue.


Diffs
-----

  itests/src/test/resources/testconfiguration.properties 38380fb 
  ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinEagerRowContainer.java 65bb1b7 
  ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinTableContainerSerDe.java eddbf18 
  ql/src/test/results/clientpositive/spark/bucketmapjoin10.q.out 4188ad8 
  ql/src/test/results/clientpositive/spark/bucketmapjoin11.q.out e4a98ba 

Diff: https://reviews.apache.org/r/28464/diff/


Testing
-------

bucketmapjoin10.q and bucketmapjoin11.q now return correct results


Thanks,

Chao Sun