-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47242/
-----------------------------------------------------------
(Updated May 12, 2016, 6:07 a.m.)
Review request for hive and Rui Li.
Changes
-------
Removed redundant FNFE. Kept non-static method as protected method is not
currently used in sub classes.
Bugs: HIVE-13726
https://issues.apache.org/jira/browse/HIVE-13726
Repository: hive-git
Description
-------
For insert overwrite significant amount might be spent in deleting existing
files. This patch parallelizes this task.
Diffs (updated)
-----
common/src/java/org/apache/hadoop/hive/common/FileUtils.java b65c35b
ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java b5e660b
Diff: https://reviews.apache.org/r/47242/diff/
Testing
-------
existing regression tests. No change in functionality.
Thanks,
Ashutosh Chauhan