RussellSpitzer commented on code in PR #9546: URL: https://github.com/apache/iceberg/pull/9546#discussion_r1493050575
########## core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java: ########## @@ -53,13 +54,15 @@ import org.slf4j.LoggerFactory; /** - * TableOperations implementation for file systems that support atomic rename. + * TableOperations implementation for file systems that support atomic rename. It should only be Review Comment: I'd just leave this as is, posix compliance isn't strictly required just the atomic rename -- 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]
