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