Github user SteNicholas commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2954#discussion_r236550005
--- Diff: pom.xml ---
@@ -545,16 +557,14 @@
</profile>
<profile>
<id>spark-2.2</id>
- <activation>
--- End diff --
Because activeByDefault setting limit maven profile only spark-2.2.If there
is activeByDefault setting,Intellij idea perform switch profile only add active
profile.The default active profile dependencies always exists.But this is not
necessary that removing activeByDefault setting is helpful for switching
profile in Intellij idea.
---