rdblue commented on pull request #2259:
URL: https://github.com/apache/iceberg/pull/2259#issuecomment-785242961


   Okay, sounds like we can't go that direction then. What about using the 
Iceberg catalogs directly? You should be able to create one easily and then use 
that directly rather than using a Flink catalog to do the loading. Or what 
about exposing the underlying Iceberg catalog from the Flink catalog? So you'd 
load the Flink catalog, call `catalog()` to get the Iceberg catalog and then be 
able to load tables from there? The advantage of that approach is that you'd 
add one method but be able to do any catalog operation directly rather than 
just load a table.


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