harshmotw-db commented on code in PR #46017:
URL: https://github.com/apache/spark/pull/46017#discussion_r1561887921


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -914,6 +914,11 @@
           "The <exprName> must be between <valueRange> (current value = 
<currentValue>)."
         ]
       },
+      "VARIANT_TYPE" : {

Review Comment:
   When the error is printed, it says `DATATYPE_MISMATCH.VARIANT_TYPE`. This is 
also consistent with `MAP_TYPE` (the subclass used when `MapType` is attempted 
to be hashed)



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to