Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1177#discussion_r128556528
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/newflow/sort/unsafe/UnsafeSortDataRows.java
---
@@ -345,9 +350,12 @@ public DataSorterAndWriter(UnsafeCarbonRowPage
rowPage) {
}
if (rowPage.isSaveToDisk()) {
// create a new file every time
+ // create a new file and pick a temp directory randomly every
time
--- End diff --
please merge the two comments into one
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---