Guosmilesmile commented on code in PR #14148: URL: https://github.com/apache/iceberg/pull/14148#discussion_r2370819310
########## flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java: ########## @@ -69,6 +70,7 @@ import org.apache.iceberg.types.Type; import org.apache.iceberg.types.Types; import org.apache.iceberg.util.DateTimeUtil; +import org.jetbrains.annotations.Nullable; Review Comment: Yes, but I remove from the code now because Checkstyle considers the nesting too deep, I extracted it into a function using IDEA, so this part was included. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
