MaxGekk commented on code in PR #41297:
URL: https://github.com/apache/spark/pull/41297#discussion_r1205123743
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1208,6 +1208,11 @@
"Invalid SQL syntax:"
],
"subClass" : {
+ "ANALYZE_TABLE_UNEXPECTED_NOSCAN" : {
+ "message" : [
+ "ANALYZE TABLE(S) ... COMPUTE STATISTICS ... <ctx> must be either
NOSCAN or empty"
Review Comment:
nit:
```suggestion
"ANALYZE TABLE(S) ... COMPUTE STATISTICS ... <ctx> must be either
NOSCAN or empty."
```
--
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]