----------------------------------------------------------- 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