Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1418#discussion_r149979665
--- Diff:
integration/presto/src/test/scala/org/apache/carbondata/presto/integrationtest/PrestoAllDataTypeTest.scala
---
@@ -31,7 +31,7 @@ class PrestoAllDataTypeTest extends FunSuiteLike with
BeforeAndAfterAll {
.getLogService(classOf[PrestoAllDataTypeTest].getCanonicalName)
private val rootPath = new File(this.getClass.getResource("/").getPath
- + "../../../..").getCanonicalPath
+ +
"../../../..").getCanonicalPath.replaceAll("\\\\", "/")
--- End diff --
please remove if not required
---