Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1450#discussion_r147646408
--- Diff: pom.xml ---
@@ -515,6 +515,17 @@
</build>
</profile>
<profile>
+ <id>spark-2.2</id>
+ <properties>
+ <spark.version>2.1.0</spark.version>
+ <scala.binary.version>2.11</scala.binary.version>
+ <scala.version>2.11.8</scala.version>
--- End diff --
this is not hard code. by default use spark 2.1.0, here should change to
2.2.0---
