XBaith commented on issue #10003:
URL: https://github.com/apache/iceberg/issues/10003#issuecomment-2765466418

   Hi @nastra , I’ve also encountered this issue with the Glue catalog. 
Specifically, commands like `SHOW DATABASES` or `SHOW TABLES` return an empty 
list because the interfaces reference the Spark session catalog. I believe this 
can be addressed in a manner similar to how `loadTable` works—meaning we could 
fall back to the Spark session catalog if no namespaces or tables are found in 
the Iceberg catalog.
   If this approach makes sense, I’d be happy to work on resolving this issue.


-- 
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: [email protected]

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