Fix failure when reading table with Iceberg JDBC V0 schema by ebyhr · Pull Request #28419 · trinodb/trino

Description Iceberg JDBC catalog throws the following error even when reading a table, if iceberg.jdbc-catalog.schema-version is v0. JDBC catalog is initialized without view support. To auto-migrat...