umartin commented on code in PR #701:
URL: https://github.com/apache/incubator-sedona/pull/701#discussion_r999569742
##########
pom.xml:
##########
@@ -68,6 +68,10 @@
<sedona.jackson.version>2.13.3</sedona.jackson.version>
<hadoop.version>3.2.4</hadoop.version>
<maven.deploy.skip>false</maven.deploy.skip>
+
+ <!-- Actual scala version will be set by a profile.
+ Setting a default value helps IDE:s that can't make sense of profiles.
-->
+ <scala.compat.version>2.12</scala.compat.version>
Review Comment:
This is what spark does. Default values in properties section and overrides
in profiles. Without it Intellij can't make sense of the project.
https://github.com/apache/spark/blob/master/pom.xml#L164
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]