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


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1152,6 +1152,11 @@
       "Found an unclosed bracketed comment. Please, append */ at the end of 
the comment."
     ]
   },
+  "UNEXPECTED_INPUT_TYPE" : {
+    "message" : [
+      "Parameter <paramIndex> requires the <requiredType> type, however 
<inputSql> has the type <inputType>."

Review Comment:
   This one is some kind of incomplete. `<paramIndex>` of what? 



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