nchammas commented on code in PR #46267:
URL: https://github.com/apache/spark/pull/46267#discussion_r1588643743
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -1325,6 +1325,12 @@
],
"sqlState" : "54001"
},
+ "FEATURE_NOT_ENABLED" : {
+ "message" : [
+ "The feature <featureName> is not enable. Consider setting the config:
<configKey> to <configValue>. To enable this capability."
Review Comment:
Typo: "not [enabled]"
Typo: "the config `<configKey>` to `<configValue>` to enable this" (remove
`:` and `.`)
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4481,6 +4487,11 @@
"Table <tableName> does not support <operation>. Please check the
current catalog and namespace to make sure the qualified table name is
expected, and also check the catalog implementation which is configured by
\"spark.sql.catalog\"."
]
},
+ "TEMPORARY_VIEW_WITH_SCHEMA_BINDING_MODE" : {
+ "message" : [
+ "Temporary views cannot be created with the WITH SCHEMA clause.
Recreate the temporary view when teh underlying schema changes, or use a
persisted view."
Review Comment:
Typo: "when [the] underlying"
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]