singhpk234 commented on code in PR #1285: URL: https://github.com/apache/polaris/pull/1285#discussion_r2085166234
########## service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java: ########## @@ -762,7 +777,190 @@ public LoadTableResponse updateTable( if (isStaticFacade(catalog)) { throw new BadRequestException("Cannot update table on static-facade external catalogs."); } - return CatalogHandlers.updateTable(baseCatalog, tableIdentifier, applyUpdateFilters(request)); + // TODO: pending discussion if table property is right way, or a writer specific knob is Review Comment: Done ! incorporate #1417 -- 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