nastra commented on code in PR #9061: URL: https://github.com/apache/iceberg/pull/9061#discussion_r1394330718
########## gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java: ########## @@ -18,13 +18,15 @@ */ package org.apache.iceberg.gcp; +import com.google.api.client.util.Preconditions; import java.io.Serializable; import java.util.Date; import java.util.Map; import java.util.Optional; import org.apache.iceberg.util.PropertyUtil; public class GCPProperties implements Serializable { + Review Comment: that's weird, it doesn't do that for me. Also the build would have failed if that code here wouldn't be spotless-compliant -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org