You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Chaoyu Tang <ct...@gmail.com> on 2016/04/14 00:34:30 UTC

Review Request 46174: HIVE-13509: HCatalog getSplits should ignore the partition with invalid path

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

Review request for hive.


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


Repository: hive-git


Description
-------

Remove invalid path in HCatBaseInputFormat.getSplits.


Diffs
-----

  hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java adfaf4e 
  hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoader.java 2440cb5 

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


Testing
-------

New unit test passed
Precommit tests


Thanks,

Chaoyu Tang


Re: Review Request 46174: HIVE-13509: HCatalog getSplits should ignore the partition with invalid path

Posted by Chaoyu Tang <ct...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46174/
-----------------------------------------------------------

(Updated April 15, 2016, 3:05 a.m.)


Review request for hive.


Changes
-------

add a HCatlog property in order to keep the backwards compatibility


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


Repository: hive-git


Description
-------

Remove invalid path in HCatBaseInputFormat.getSplits.


Diffs (updated)
-----

  hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatConstants.java 6b03fcb 
  hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java adfaf4e 
  hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoader.java 2440cb5 
  hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderWithProps.java PRE-CREATION 

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


Testing
-------

New unit test passed
Precommit tests


Thanks,

Chaoyu Tang