LuciferYang commented on PR #42364: URL: https://github.com/apache/spark/pull/42364#issuecomment-1669928077
@dongjoon-hyun > Given that it's reverted to Scala 2.13.8 from 2.13.11, do you happen to know the Scala issue about this? The main reason for the downgrade is that version 3.5 has not been released yet, and the master needs to maintain consistent behavior with previous versions. If there is a better way to solve this problem, we can upgrade again. Sorry for overlooked this scenario during the last upgrade. > When we are going to drop Java 8 support in master for Apache Spark 4.0, do we still need this revert for -target:jvm-1.8 on master branch? Or, does Scala 2.13.11 have any other issues? My personal understanding is that we either accept the solution proposed in https://github.com/apache/spark/pull/41943: use `-target:${java.version}`, or we can find another solution to keep the `-target` as a fixed value, fFor example, modifying `scala-maven-plugin` ... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
