Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2833#discussion_r226217584
--- Diff:
hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonTableOutputFormat.java
---
@@ -267,9 +267,6 @@ public synchronized OutputCommitter
getOutputCommitter(TaskAttemptContext contex
iterator.closeWriter(true);
}
dataLoadExecutor.close();
- // clean up the folders and files created locally for data load
operation
--- End diff --
FYI: the clean operation will be done at the closure. there is no need to
do this ahead
---