aokolnychyi opened a new issue #1319: URL: https://github.com/apache/iceberg/issues/1319
I find it a bit confusing that Iceberg tables show up in non-Iceberg catalogs and vice versa. For example, if a user does SHOW TABLES in the default session catalog, we will see both Iceberg and non-Iceberg tables. If we decide to query one of the Iceberg tables, we will end up with a runtime exception. The same is true for non-Iceberg tables that show up in the Iceberg catalogs. I know users can configure `spark_catalog` to load both but is there anything we can do better to support use cases when users configure a separate Iceberg catalog? Can we filter tables based on `provider`? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org