rahil-c commented on code in PR #1862: URL: https://github.com/apache/polaris/pull/1862#discussion_r2180606729
########## plugins/spark/v3.5/spark/src/main/java/org/apache/polaris/spark/SparkCatalog.java: ########## @@ -270,18 +286,24 @@ public Map<String, String> loadNamespaceMetadata(String[] namespace) public void createNamespace(String[] namespace, Map<String, String> metadata) throws NamespaceAlreadyExistsException { this.icebergsSparkCatalog.createNamespace(namespace, metadata); + HudiCatalogUtils.createNamespace(namespace, metadata); Review Comment: This is only being called when the spark session has also added `HoodieSparkSessionExtensions` https://github.com/apache/polaris/pull/1862/files#diff-b9c22ea4a50bbb1b3e3db1f420b3656557c4875019321c24be2f1ee718e67b25R54 https://github.com/apache/polaris/pull/1862/files -- 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