You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "ajantha-bhat (via GitHub)" <gi...@apache.org> on 2023/06/23 16:50:59 UTC

[GitHub] [iceberg] ajantha-bhat commented on a diff in pull request #7893: Nessie: Minor Refactoring of NessieTableOperations

ajantha-bhat commented on code in PR #7893:
URL: https://github.com/apache/iceberg/pull/7893#discussion_r1240038886


##########
nessie/src/main/java/org/apache/iceberg/nessie/NessieIcebergClient.java:
##########
@@ -523,4 +528,49 @@ public void close() {
       api.close();
     }
   }
+
+  public TableMetadata loadTableMetadataWithNessieSpecificProperties(

Review Comment:
   This method was moved from `NessieTableOperations`
   - Reference is no longer passed as it is available locally. 
   - Some other required params are passed newly. 



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org