[jira] [Updated] (CARBONDATA-3981) Presto filter check on binary datatype

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-3981) Presto filter check on binary datatype

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-3981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akshay updated CARBONDATA-3981:
-------------------------------
    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

  was:
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.


> Presto filter check on binary datatype
> --------------------------------------
>
>                 Key: CARBONDATA-3981
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3981
>             Project: CarbonData
>          Issue Type: Bug
>          Components: presto-integration
>            Reporter: Akshay
>            Priority: Major
>
> 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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)