Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1418#discussion_r149993949
--- Diff:
integration/spark-common/src/main/scala/org/apache/spark/sql/test/TestQueryExecutor.scala
---
@@ -47,10 +47,11 @@ object TestQueryExecutor {
private val LOGGER =
LogServiceFactory.getLogService(this.getClass.getCanonicalName)
val projectPath = new File(this.getClass.getResource("/").getPath +
"../../../..")
- .getCanonicalPath
+ .getCanonicalPath.replaceAll("\\\\", "/")
--- End diff --
Don't change if not required
---