RussellSpitzer commented on issue #2202:
URL: https://github.com/apache/iceberg/issues/2202#issuecomment-786379866


   For future users, the issue here was that the spark catalog was configured 
as "my_catalog" but the tables were being referred to in the session catalog 
which was not replaced with the Iceberg Spark SessionCatalog class.
   
   There are two solutions
   
   using the tripart identifier "catalogname.namespace.table"
   
   or telling spark to use your catalog (whatever it's name is) by default
   
   "use my_catalog"


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