We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9768fac commit 1f51587Copy full SHA for 1f51587
plugins/spark/v3.5/spark/src/main/java/org/apache/polaris/spark/PolarisSparkCatalog.java
@@ -91,7 +91,7 @@ public Table createTable(
91
@Override
92
public Table alterTable(Identifier identifier, TableChange... changes)
93
throws NoSuchTableException {
94
- // alter table currently is not supported for general table formats
+ // alterTable currently is not supported for generic tables
95
throw new UnsupportedOperationException("alterTable operation is not supported");
96
}
97
0 commit comments