eric-maynard commented on code in PR #1368:
URL: https://github.com/apache/polaris/pull/1368#discussion_r2043195598


##########
plugins/spark/v3.5/src/main/java/org/apache/polaris/spark/PolarisSparkCatalog.java:
##########
@@ -90,12 +91,19 @@ public Table createTable(
   @Override
   public Table alterTable(Identifier identifier, TableChange... changes)
       throws NoSuchTableException {
-    throw new NoSuchTableException(identifier);
+    // alter table currently is not supported for general table formats

Review Comment:
   general -> generic



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

Reply via email to