ajantha-bhat commented on code in PR #9477: URL: https://github.com/apache/iceberg/pull/9477#discussion_r1452300295
########## nessie/src/main/java/org/apache/iceberg/nessie/NessieIcebergClient.java: ########## @@ -195,6 +195,14 @@ private TableIdentifier toIdentifier(EntriesResponse.Entry entry) { return TableIdentifier.of(elements.toArray(new String[elements.size()])); } + public IcebergTable table(TableIdentifier tableIdentifier) { + return (IcebergTable) fetchContent(tableIdentifier); Review Comment: Instead of throwing exception, I have updated to returning null. So, that the behaviour will same as before adding the view changes. https://github.com/apache/iceberg/pull/8909/files#diff-4abd6d90c69587709bc754be9ea305080395bad9ac778176a0e3ab2563ac8464R198 -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org