You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Jeongdae Kim <kj...@gmail.com> on 2016/11/07 10:22:00 UTC

Review Request 53524: HIVE-15066 push down projection is mismatched in HiveInputFormat

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

Review request for hive and Sergey Shelukhin.


Repository: hive-git


Description
-------

HiveInputFormat.getSplits() is called with more than one table, inputFormatClass for the first table will called with read column information for the second table.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/io/HiveInputFormat.java 69956ec 

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


Testing
-------

manual test


Thanks,

Jeongdae Kim