Github user SteNicholas commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2954#discussion_r236551091
--- Diff: pom.xml ---
@@ -100,7 +100,6 @@
<module>processing</module>
<module>hadoop</module>
<module>integration/spark-common</module>
- <module>integration/spark-datasource</module>
--- End diff --
Remoing module and adding to spark 2.1,2.2,2.3 is adaption to switching
profile performance. This module's pom.xml profiles corresponds to the profile
of spark version.
---