Description
The current error message is a bit too vague when the given value for md5() is not a string value:
[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "md5(number)" due to data type mismatch: Parameter 1 requires the "BINARY" type, however "number" has the type "INT".;
'Project [_time#69L, number#63, md5(number#63) AS x#72]
The error message could say that md5() accepts only string values.
Description
The current error message is a bit too vague when the given value for
md5()is not a string value:The error message could say that
md5()accepts only string values.