Skip to content

Commit 1f51587

Browse files
committed
update comment
1 parent 9768fac commit 1f51587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/spark/v3.5/spark/src/main/java/org/apache/polaris/spark/PolarisSparkCatalog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public Table createTable(
9191
@Override
9292
public Table alterTable(Identifier identifier, TableChange... changes)
9393
throws NoSuchTableException {
94-
// alter table currently is not supported for general table formats
94+
// alterTable currently is not supported for generic tables
9595
throw new UnsupportedOperationException("alterTable operation is not supported");
9696
}
9797

0 commit comments

Comments
 (0)