josephperez3 opened a new issue, #9414:
URL: https://github.com/apache/gravitino/issues/9414

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   When using the trino connector with an Iceberg catalog, queries to Iceberg 
metadata tables (eg `table$snapshots`, `table$history`, `table$manifests`) fail 
with "Table does not exist". Setting up a trino catalog with the native trino 
iceberg connector works, however.
   
   ### Error message and/or stacktrace
   
   ```
   trino> SELECT * FROM my_catalog.foo."bar$snapshots";
   Query 20251209_004126_00009_tps7v failed: line 1:15: Table 
'my_catalog.foo."bar$snapshots"' does not exist
   SELECT * FROM my_catalog.foo."bar$snapshots"
   ```
   
   ### How to reproduce
   
   Gravitino version: 1.0.1-SNAPSHOT (built from main)
   Catalog type: Iceberg (JDBC catalog backend)
   
   - Create an iceberg catalog and a table
   - Try querying the snapshots from the table
   
   ### Additional context
   
   _No response_


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

Reply via email to