cloud-fan commented on code in PR #38864:
URL: https://github.com/apache/spark/pull/38864#discussion_r1043040904
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -795,6 +795,11 @@
}
}
},
+ "INVALID_SQL_ARG" : {
+ "message" : [
+ "The argument <name> of `sql()` is invalid. Consider to replace it by a
literal value."
Review Comment:
```suggestion
"The argument <name> of `sql()` is invalid. Consider to replace it by
a SQL literal statement."
```
--
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]