sgowryl commented on issue #10550:
URL: https://github.com/apache/iceberg/issues/10550#issuecomment-3095994393

   I encountered similar issue when using "entries" as a table name in Iceberg. 
The table failed to load when using iceberg.tableLoader. This occurred because 
"entries" is considered a metadata table type, causing the table identifier 
(namespace.table_name) to become ".namespace". I resolved this issue by loading 
the table directly through a catalog API (catalog.load) instead.


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