You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/04 09:34:58 UTC

[GitHub] [iceberg] rymurr commented on issue #1808: SQL extensions for Nessie catalog

rymurr commented on issue #1808:
URL: https://github.com/apache/iceberg/issues/1808#issuecomment-790473611


   > but it seems like a good idea not to have Nessie-specific code in the Spark extensions module.
   
   Very much agree. Definitely the thing I like least about #2269 
   
   I was thinking about a `BranchingCatalog` or `BranchSupport` or something interface which would add CRUD operations for references to a `Catalog`. The only current implementer would be the `NessieCatalog` but then the spark extensions don't need to know about Nessie and #2269 would be simplified by being able to call Catalog methods directly rather than building a Nessie Client in the extension.
   
   I will open up a PR for that to keep it separate from #2269
   


----------------------------------------------------------------
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:
users@infra.apache.org



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