nastra commented on code in PR #6598: URL: https://github.com/apache/iceberg/pull/6598#discussion_r1073390110
########## api/src/main/java/org/apache/iceberg/view/SQLViewRepresentation.java: ########## @@ -18,14 +18,17 @@ */ package org.apache.iceberg.view; +import edu.umd.cs.findbugs.annotations.Nullable; Review Comment: since `SQLViewRepresentation` is an Immutable, this indicates to the builder that certain fields are not required and can indeed be null when an instance is constructed -- 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