Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1350#discussion_r138508711
--- Diff: examples/spark2/pom.xml ---
@@ -38,32 +38,6 @@
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-spark2</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.spark</groupId>
--- End diff --
now spark-2.1 is the default profile. no need to exclusions spark-2.1
dependencies in spark2 module.---
