Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Due to the absence of binary datatype check, there was a problem during object serialisation in presto filter queries.
"select * from table where bin = cast('abc' as varbinary)" threw - error during serialisation.
So have added required check in prestoFIlterUtil.java