slfan1989 opened a new issue, #2013: URL: https://github.com/apache/auron/issues/2013
## Background Currently, when developing in IntelliJ IDEA, users need to manually select both a Spark profile (e.g., `spark-3.5`) and a Scala profile (e.g., `scala-2.12`) to ensure correct compilation. This two-step configuration is error-prone and can lead to compatibility issues if mismatched. ## Proposed Change Automatically lock the Scala version and compiler configuration when a Spark profile is selected, eliminating the need to manually select a separate Scala profile. ### Mapping | Spark Profile | Auto-locked Scala Version | Compiler Plugins | |---------------|---------------------------|------------------| | spark-3.0 ~ 3.5 | 2.12.18 | semanticdb + paradise | | spark-4.0 ~ 4.1 | 2.13.17 | semanticdb only (with -Ymacro-annotations) | -- 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]
