rdblue commented on a change in pull request #1465:
URL: https://github.com/apache/iceberg/pull/1465#discussion_r490437865
##########
File path:
core/src/main/java/org/apache/iceberg/hadoop/HadoopTableOperations.java
##########
@@ -280,7 +302,7 @@ private void writeVersionHint(int versionToWrite) {
}
@VisibleForTesting
- int readVersionHint() {
+ int versionHint() {
Review comment:
I think a better name for this is `findVersion` because it will do
listing now. It isn't really a hint because it handles the case where the hint
is missing.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]