FANNG1 commented on issue #6382: URL: https://github.com/apache/gravitino/issues/6382#issuecomment-2629200829
Seems Trino treat both Iceberg table and view to Trino tables. Hive catalog doesn't support view operations until 1.7.0 in https://github.com/apache/iceberg/pull/9852, while Gravitino still uses Iceberg 1.5.2. There may be two solutions: 1. return an empty list when listing view for the catalog doesn't support view operations. 2. upgrade Iceberg lib to 1.7.x, there maybe JDK compatibility problem, tracked in https://github.com/apache/gravitino/issues/6337 -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org