File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
antlr4/org/apache/spark/sql/catalyst/parser
java/org/apache/spark/sql/connector/catalog Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1097,6 +1097,7 @@ ansiNonReserved
1097
1097
| OVER
1098
1098
| OVERLAY
1099
1099
| OVERWRITE
1100
+ | OWNER
1100
1101
| PARTITION
1101
1102
| PARTITIONED
1102
1103
| PARTITIONS
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ public interface SupportsNamespaces extends CatalogPlugin {
64
64
String PROP_OWNER_TYPE = "ownerType" ;
65
65
66
66
/**
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
68
68
* the syntax:
69
69
* {{
70
- * ALTER (DATABASE|SCHEMA| NAMESPACE) SET DBPROPERTIES( ...)
70
+ * ALTER NAMESPACE ... SET PROPERTIES ...
71
71
* }}
72
72
*
73
73
* They need specific syntax to modify
You can’t perform that action at this time.
0 commit comments