MaxGekk commented on code in PR #38864:
URL: https://github.com/apache/spark/pull/38864#discussion_r1050150724
##########
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
SQL literal statement."
Review Comment:
> What is a "SQL Literal statement"?
Any SQL statement that can produce a literal, see
https://spark.apache.org/docs/latest/sql-ref-literals.html
--
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]