amaliujia commented on pull request #11895: URL: https://github.com/apache/beam/pull/11895#issuecomment-637732918
Consider using the Gradle check commands: ``` ./gradlew :sdks:java:extensions:sql:zetasql:check ./gradlew :sdks:java:extensions:sql:check ``` The `:check` will not only run unit tests, but also does style check. Also you can use `./gradlew spotlessApply` to fix some style issues (unfortunately not all). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
