rdblue commented on a change in pull request #3252:
URL: https://github.com/apache/iceberg/pull/3252#discussion_r726518412



##########
File path: hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -95,6 +95,10 @@ public HiveCatalog(Configuration conf) {
   @Override
   public void initialize(String inputName, Map<String, String> properties) {
     this.name = inputName;
+    if (this.conf == null){

Review comment:
       Style: No need for `this.` when reading an instance variable. We use 
`this.` when assigning to an instance variable so that it is obvious that there 
is a state change, but we don't do the same when reading state.




-- 
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]

Reply via email to