Github user bhavya411 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1581#discussion_r155185364
--- Diff: integration/presto/pom.xml ---
@@ -431,14 +435,27 @@
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-sql_2.11</artifactId>
+ <artifactId>spark-network-common_2.11</artifactId>
--- End diff --
For Running the Integration Tests as when we create a CarbonStore we need
the Spark Dependency, so what we have done is that we have kept the scope of
those dependency as Test , no spark Jar will be part of the final Jar that we
copy to presto plugin
---