eric-maynard opened a new pull request, #1147: URL: https://github.com/apache/polaris/pull/1147
This PR refactors types like `BasePolarisCatalog` and `TABLE_LIKE` in order to separate out Iceberg from non-Iceberg concerns in the catalog. Per the [design](https://docs.google.com/document/d/1_R9jBIwoH3CV9G7gSoRJPQVEcOsROp4IEiGoeYeQE8A/edit?tab=t.0#heading=h.1qpl30dg4lui) circulated on the dev list, this introduces a new type `PolarisGenericTableCatalog` that is the analog of `PolarisIcebergCatalog` for non-Iceberg tables. The focus here is on refactoring and implementing `PolarisGenericTableCatalog` is not the real goal of this PR, so only a couple of toy methods are provided here. -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org