gortiz opened a new pull request, #11671:
URL: https://github.com/apache/pinot/pull/11671

   The reason to be of this PR is to be able to progress on 
https://github.com/apache/pinot/issues/11656.
   
   As explained there, the scala version currently used in Pinot does not 
support Java 21. This PR changes the code to:
   - Centralize the scala config in the pom (as we do with most dependencies).
   - Upgrade scala from `2.12.11` to `2.12.18`.
   - Make the usage of `scala.version` homogeneous. Previously different 
projects mixed the meaning of `scala.version` and `scala.compat.version`. Now 
`scala.version` is always the actual scala version used (with minor included) 
and `scala.compat.version` is the scala family used (2.12 by default and 2.13 
if some profile is enabled).


-- 
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]

Reply via email to