RussellSpitzer commented on pull request #2752: URL: https://github.com/apache/iceberg/pull/2752#issuecomment-871708078
Hitting some style check failures ``` Error: eckstyle] [ERROR] /home/runner/work/iceberg/iceberg/spark3/src/main/java/org/apache/iceberg/spark/source/SparkMicroBatchStream.java:194:7: 'if' is not followed by whitespace. [WhitespaceAfter] ``` Be sure to either enable the style checker in your IDE or run the gradle based tests ``` g build -x test -x integrationTest ``` -- 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]
