rdblue commented on a change in pull request #3379:
URL: https://github.com/apache/iceberg/pull/3379#discussion_r737006375
##########
File path:
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
##########
@@ -197,7 +201,7 @@ protected void doRefresh() {
throw new RuntimeException("Interrupted during refresh", e);
}
- refreshFromMetadataLocation(metadataLocation);
+ refreshFromMetadataLocation(metadataLocation,
this.metadataRefreshMaxRetries);
Review comment:
No need to prefix with `this.` when accessing a variable. That is used
when setting instance fields so it is obvious to the reader that shared state
is modified.
--
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]