pan3793 commented on a change in pull request #3335:
URL: https://github.com/apache/iceberg/pull/3335#discussion_r733272508
##########
File path: settings.gradle
##########
@@ -91,6 +91,18 @@ if (sparkVersions.contains("3.0")) {
project(':iceberg-spark:spark3-runtime').name = 'iceberg-spark3-runtime'
}
+if (sparkVersions.contains("3.2")) {
+ include ':iceberg-spark:spark_3.2'
Review comment:
It's not about the support of multiple Scala versions, some applications
like [mvnrepository.com](https://mvnrepository.com/) will identify the Scala
version by such pattern from package name.
For reference, Elasticsearch Spark use suffix `spark-16` `spark-30`,
https://mvnrepository.com/artifact/org.elasticsearch/elasticsearch-spark-30
--
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]