xiangfu0 opened a new pull request, #18100: URL: https://github.com/apache/pinot/pull/18100
## Summary - switch the default Scala toolchain from 2.12 to 2.13 while keeping `-Pscala-2.12` as the fallback - make Scala-suffixed Spark/Kafka/chill coordinates follow the selected binary version and refresh `LICENSE-binary` - fix the Spark common test that breaks under Scala 2.13 array equality semantics ## Validation - ./mvnw -q help:evaluate -Dexpression=scala.version -DforceStdout - ./mvnw -q -Pscala-2.12 help:evaluate -Dexpression=scala.version -DforceStdout - ./mvnw -pl pinot-connectors/pinot-spark-3-connector -am -DskipTests test-compile - ./mvnw -pl pinot-plugins/pinot-stream-ingestion/pinot-kafka-3.0 -am -DskipTests test-compile - ./mvnw -Pscala-2.12 -pl pinot-plugins/pinot-input-format/pinot-confluent-json -am -DskipTests test-compile - ./mvnw -pl .,pinot-connectors/pinot-spark-common,pinot-connectors/pinot-spark-3-connector,pinot-plugins/pinot-input-format/pinot-confluent-json -DskipTests spotless:apply checkstyle:check license:format license:check -- 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]
