You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Justin Leet <ju...@gmail.com> on 2014/08/28 06:51:50 UTC

Review Request 25140: HIVE-7898 HCatStorer should ignore namespaces generated by Pig

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

Review request for hive.


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


Repository: hive-git


Description
-------

Namespaces Pig aliases should be ignored, and the original alias should be used for matching Pig fields to HCat columns


Diffs
-----

  hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseStorer.java ae60030 
  hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorer.java fcfc642 

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


Testing
-------

Added unit tests for storing without namespaces.


Thanks,

Justin Leet