okumin commented on code in PR #11880: URL: https://github.com/apache/iceberg/pull/11880#discussion_r1898786693
########## 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: Thanks. As you say, it is likely redundant. I am trying to rephrase it. ``` Error trying to recover version-hint.text data for file:/var/folders/0n/191xk_2s2_3dbz7t6_jpws100000gn/T/junit-14873554957427488870/metadata/version-hint.text ``` -- 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