nastra commented on code in PR #6101:
URL: https://github.com/apache/iceberg/pull/6101#discussion_r1011395474


##########
README.md:
##########
@@ -58,6 +58,9 @@ Iceberg is built using Gradle with Java 1.8 or Java 11.
 * To invoke a build and run tests: `./gradlew build`
 * To skip tests: `./gradlew build -x test -x integrationTest`
 * To fix code style: `./gradlew spotlessApply`
+  The above command applies to default versions. 
+  Need to pass the non-default versions via `-DsparkVersions`, 
`-DflinkVersions`, `-DhiveVersions` argument.

Review Comment:
   ```suggestion
     To fix code style for non-default versions, the following flags need to be 
passed: `-DsparkVersions`, `-DflinkVersions`, `-DhiveVersions`.
   ```



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