rahil-c commented on code in PR #1439:
URL: https://github.com/apache/polaris/pull/1439#discussion_r2059194538


##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java:
##########
@@ -331,7 +337,17 @@ public LoadTableResponse createTableDirect(Namespace 
namespace, CreateTableReque
     if (isStaticFacade(catalog)) {
       throw new BadRequestException("Cannot create table on static-facade 
external catalogs.");
     }
-    return CatalogHandlers.createTable(baseCatalog, namespace, request);
+    // TODO check to see if we will need do this in 
createTableWriteDelegation, createTableStaged,

Review Comment:
   Will add this, also was wondering if I can get more clarity on what you mean 
by flagged off?



-- 
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

Reply via email to