adutra commented on issue #4709: URL: https://github.com/apache/polaris/issues/4709#issuecomment-4689515817
There are many more: ``` listNamespaces(org.apache.iceberg.catalog.Namespace) listTables(org.apache.iceberg.catalog.Namespace) createTableDirect(org.apache.iceberg.catalog.Namespace, org.apache.iceberg.rest.requests.CreateTableRequest) createTableDirectWithWriteDelegation createTableStaged(org.apache.iceberg.catalog.Namespace, org.apache.iceberg.rest.requests.CreateTableRequest) createTableStagedWithWriteDelegation loadTable(org.apache.iceberg.catalog.TableIdentifier, java.lang.String) loadTableIfStale listViews(org.apache.iceberg.catalog.Namespace) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
