RussellSpitzer commented on a change in pull request #2328:
URL: https://github.com/apache/iceberg/pull/2328#discussion_r593501259



##########
File path: 
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
##########
@@ -238,7 +289,8 @@ private void persistTable(Table hmsTable, boolean 
updateHiveTable) throws TExcep
     }
   }
 
-  private Table loadHmsTable() throws TException, InterruptedException {
+  // Visible for tests
+  protected Table loadHmsTable() throws TException, InterruptedException {

Review comment:
       I no longer need this to be visible for testing, note to remove it




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

Reply via email to