Eugene Koifman created HIVE-18723: ------------------------------------- Summary: CompactorOutputCommitter.commitJob() - check rename() ret val Key: HIVE-18723 URL: https://issues.apache.org/jira/browse/HIVE-18723 Project: Hive Issue Type: Improvement Components: Transactions Affects Versions: 1.0.0 Reporter: Eugene Koifman
right now ret val is ignored {{fs.rename(fileStatus.getPath(), newPath); }} Should this use {{FileUtils.ename(FileSystem fs, Path sourcePath, Path destPath, Configuration conf) }} -- This message was sent by Atlassian JIRA (v7.6.3#76005)