RussellSpitzer commented on a change in pull request #1427:
URL: https://github.com/apache/iceberg/pull/1427#discussion_r483840883
##########
File path:
api/src/main/java/org/apache/iceberg/exceptions/AlreadyExistsException.java
##########
@@ -19,14 +19,18 @@
package org.apache.iceberg.exceptions;
+import com.google.errorprone.annotations.FormatMethod;
Review comment:
Format Method allows for a compile time check that the format strings
being used in String.Format are actually valid given the number of arguments
passed to the method. This helps eliminate ignored variables or under-defined
strings at compile time.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]