rdblue opened a new pull request #685: Add quick build option to disable 
checkstyle and error-prone
URL: https://github.com/apache/incubator-iceberg/pull/685
 
 
   Checkstyle and error-prone run by baseline take a significant amount of time 
and are run even if there are no changes in an incremental build. This makes 
iterating on code more time consuming because static analysis is run on all 
modules.
   
   This PR adds a "quick" property to disable checkstyle and error-prone. This 
can be set in an IDE so that running individual test cases is quick for mostly 
incremental builds. By default, this is disabled so that CI still runs the 
checks.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to