LuciferYang commented on code in PR #38507:
URL: https://github.com/apache/spark/pull/38507#discussion_r1014954543


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -225,14 +230,14 @@
           "The <functionName> should all be of type map, but it's <dataType>."
         ]
       },
-      "MAP_CONTAINS_KEY_DIFF_TYPES" : {
+      "MAP_FROM_ENTRIES_WRONG_TYPE" : {

Review Comment:
   @MaxGekk 
   Are you talking about `MAP_FROM_ENTRIES_WRONG_TYPE`? 
   This is not a new subclass introduced by this pr, but a new one created by 
https://github.com/apache/spark/pull/38197/files. Let me file a new jira to 
replace `MAP_FROM_ENTRIES_WRONG_TYPE` with `UNEXPECTED_INPUT_TYPE`, because it 
is not related to this pr



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