derFunk opened a new pull request, #12399: URL: https://github.com/apache/hudi/pull/12399
Adding -Dscala-2.11 argument to `mvn clean package` to ensure that the supported Scala Version 2.11 is used and to avoid errors like https://github.com/apache/hudi/issues/10262 ### Change Logs Documentation Update to include the `-Dscala-2.11` command line argument after `mvn clean package -Pintegration-tests -DskipTests`, which tells the build to use Scala version 2.11, the supported Version for Hudi, as the build would fail using other Scala versions. ### Impact Less support requests due to "wrong" Scala versions used for the demo build. ### Risk level (write none, low medium or high below) None ### Documentation Update none ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Change Logs and Impact were stated clearly - [x] Adequate tests were added if applicable - [x] CI passed -- 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]
