Skip to content

Commit bb2f919

Browse files
committed
nit
1 parent ae1ebec commit bb2f919

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ ansiNonReserved
10971097
| OVER
10981098
| OVERLAY
10991099
| OVERWRITE
1100+
| OWNER
11001101
| PARTITION
11011102
| PARTITIONED
11021103
| PARTITIONS

sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsNamespaces.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public interface SupportsNamespaces extends CatalogPlugin {
6464
String PROP_OWNER_TYPE = "ownerType";
6565

6666
/**
67-
* The list of immutable namespace properties, which can not be removed or changed directly by
67+
* The list of reserved namespace properties, which can not be removed or changed directly by
6868
* the syntax:
6969
* {{
70-
* ALTER (DATABASE|SCHEMA|NAMESPACE) SET DBPROPERTIES(...)
70+
* ALTER NAMESPACE ... SET PROPERTIES ...
7171
* }}
7272
*
7373
* They need specific syntax to modify

0 commit comments

Comments
 (0)