thomaschow opened a new pull request, #14113: URL: https://github.com/apache/iceberg/pull/14113
This PR fixes a table validity check for the BigQueryMetastoreCatalog introduced in https://github.com/apache/iceberg/pull/12808. We need this validity check in order to access metadata tables using the syntax documented in: https://iceberg.apache.org/docs/1.10.0/docs/hive/?h=metadata#querying-metadata-tables. For example [inspecting metadata tables](https://iceberg.apache.org/docs/1.10.0/docs/spark-queries/?h=partitions#inspecting-with-dataframes). This is similar to the HiveCatalog [implementation](https://github.com/apache/iceberg/blob/345140e9f7d428fcc3b4fcc639a690084a698b76/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java#L663-L665). -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org