MaxGekk commented on code in PR #42957:
URL: https://github.com/apache/spark/pull/42957#discussion_r1328617632


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1892,7 +1892,7 @@
   },
   "INVALID_SQL_ARG" : {
     "message" : [
-      "The argument <name> of `sql()` is invalid. Consider to replace it by a 
SQL literal."
+      "The argument <name> of `sql()` is invalid. Consider to replace it 
either by a SQL literal or by a map constructed by `map()`, 
`map_from_arrays()`, `map_from_entries()`, or by an array constructed by 
`array()`. Also such functions can be invoked via `call_function()`."

Review Comment:
   done



-- 
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]

Reply via email to