ebyhr commented on code in PR #11880: URL: https://github.com/apache/iceberg/pull/11880#discussion_r1898764744
########## core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java: ########## @@ -344,7 +344,11 @@ int findVersion() { return maxVersion; } catch (IOException io) { - LOG.warn("Error trying to recover version-hint.txt data for {}", versionHintFile, e); + LOG.warn( + "Error trying to recover {} data for {}", + Util.VERSION_HINT_FILENAME, + versionHintFile, Review Comment: `versionHintFile` object contains `Util.VERSION_HINT_FILENAME` in my understanding. How about changing to `"Error trying to recover version hint data for {}"`? -- 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