ConeyLiu commented on code in PR #8023:
URL: https://github.com/apache/iceberg/pull/8023#discussion_r2587099567
##########
baseline.gradle:
##########
@@ -62,6 +62,21 @@ subprojects {
removeUnusedImports()
licenseHeaderFile
"$rootDir/.baseline/copyright/copyright-header-java.txt"
}
+
+ // Configure different scalafmt rules for specific Scala version
+ if (project.name.startsWith("iceberg-spark") &&
project.name.endsWith("2.13")) {
Review Comment:
I'll follow up on this these days
--
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]