Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1508#discussion_r153722006
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/DataLoadingUtil.scala
---
@@ -221,7 +221,6 @@ object DataLoadingUtil {
ValidateUtil.validateDateTimeFormat(timestampformat, "TimestampFormat")
ValidateUtil.validateDateTimeFormat(dateFormat, "DateFormat")
ValidateUtil.validateSortScope(table, sort_scope)
-
--- End diff --
don 't change file unnecessarly
---