adnanhemani commented on code in PR #2480: URL: https://github.com/apache/polaris/pull/2480#discussion_r2331534209
########## runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergRestCatalogEventServiceDelegator.java: ########## @@ -103,8 +202,29 @@ public Response createTable( String accessDelegationMode, RealmContext realmContext, SecurityContext securityContext) { - return delegate.createTable( - prefix, namespace, createTableRequest, accessDelegationMode, realmContext, securityContext); + String catalogName = prefixParser.prefixToCatalogName(realmContext, prefix); + if (!createTableRequest.stageCreate()) { Review Comment: I did not realize this - have removed the flag around BeforeCreateTableEvent. Consumers of this event should see this is for a `StageCreate` table and surface that information accordingly. -- 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