You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange behavior with my JDBC/ODBC clients on Trino 475.
I use a Iceberg REST Catalog (lakekeeper).
Some of my Trino clients uses some SQL to show existing tables and views.
But I found that when a request on <catalog>.information_schema.tables is filtered, a request is executed on the Iceberg catalog but it does not know the system namespace.
I have a strange behavior with my JDBC/ODBC clients on Trino 475.
I use a Iceberg REST Catalog (lakekeeper).
Some of my Trino clients uses some SQL to show existing tables and views.
But I found that when a request on
<catalog>.information_schema.tables
is filtered, a request is executed on the Iceberg catalog but it does not know thesystem
namespace.Exemple:
This is working fine:
This does not work:
I don't understand why trino is requesting the catalog to list tables/views under the system namespace.
Logs from Lakekeeper (iceberg rest)
If I don't filter the request, I don't see those 2 requests in Lakekeeper logs.
The text was updated successfully, but these errors were encountered: