amogh-jahagirdar commented on code in PR #6815: URL: https://github.com/apache/iceberg/pull/6815#discussion_r1105298332
########## api/src/main/java/org/apache/iceberg/view/SQLViewRepresentation.java: ########## @@ -18,8 +18,8 @@ */ package org.apache.iceberg.view; +import edu.umd.cs.findbugs.annotations.Nullable; import java.util.List; -import javax.annotation.Nullable; Review Comment: It just defines the edu.umd one. https://github.com/stephenc/findbugs-annotations/blob/master/src/main/java/edu/umd/cs/findbugs/annotations/Nullable.java#L39 actually it seems like its deprecated and recommends using javax which as far as I can tell can only come from com.google.code.findbugs -- 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