Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1841#discussion_r164349728
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala
---
@@ -941,4 +943,40 @@ object CommonUtil {
}
}
+ def setTempStoreLocation(
--- End diff --
this is for temporary folder. no need to add the operation to the folder
name.Moreover we are using nanotime. which will be different across operations
and would not collide
---