You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Zoltan Haindrich <ki...@rxd.hu> on 2016/08/03 21:32:46 UTC

Review Request 50772: HIVE-14259 remove FileUtils.isSubDir() method

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

Review request for hive.


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


Repository: hive-git


Description
-------

this ticket started as fixing a bug in FileUtils.isSubDir() ; but now it completely removes it and i use the previously existing more precise Hive#isSubDir


Diffs
-----

  common/src/java/org/apache/hadoop/hive/common/FileUtils.java 3d3dddf0b1a2dede4e5de9effacff3f47f561d6c 
  common/src/test/org/apache/hadoop/hive/common/TestFileUtils.java e9fcc139bdb1b66b2a1bc90ee9c7ceef023586ba 
  ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 9a24ec30b5eaf5a7fad5b7dd507301a808a55ff2 

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


Testing
-------


Thanks,

Zoltan Haindrich