Github user BJangir commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2991#discussion_r244667973
--- Diff: pom.xml ---
@@ -587,6 +587,9 @@
<module>examples/spark2</module>
<module>datamap/lucene</module>
<module>datamap/bloom</module>
+ <!-- GCC ,C++,CMAKE,MAKE and TestFramework is added only for spark
2.2 related machines,So calling
--- End diff --
SDK does not depend on Spark Version. Currently it is added in spark2.2
profile because only spark2.2 related CI machine are having required
software(make,cmake..etc).
---