Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3001#discussion_r244095423
--- Diff:
integration/presto/src/test/scala/org/apache/carbondata/presto/integrationtest/PrestoAllDataTypeLocalDictTest.scala
---
@@ -38,48 +38,16 @@ class PrestoAllDataTypeLocalDictTest extends
FunSuiteLike with BeforeAndAfterAll
private val rootPath = new File(this.getClass.getResource("/").getPath
+ "../../../..").getCanonicalPath
- private val storePath = s"$rootPath/integration/presto/target/store"
- private val systemPath = s"$rootPath/integration/presto/target/system"
+ private val storePath = rootPath + "/examples/spark2/target/store"
--- End diff --
Why removed all existing testcases?
---