Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1450#discussion_r147619175
--- 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 --
Should not hard code the version---
