rdblue commented on a change in pull request #3624:
URL: https://github.com/apache/iceberg/pull/3624#discussion_r758833408
##########
File path: jmh.gradle
##########
@@ -33,7 +33,7 @@ if (sparkVersions.contains("3.0")) {
}
if (sparkVersions.contains("3.2")) {
- jmhProjects.add(project(":iceberg-spark:iceberg-spark-3.2"))
+ jmhProjects.add(project(":iceberg-spark:iceberg-spark-3.2_2.12"))
Review comment:
Actually, I'm not sure that we should. Right now, we don't actually
support other versions and if we use a plugin it might have a different way to
do this. Let's leave it as-is for now.
--
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]