You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Nishant Bangarwa (JIRA)" <ji...@apache.org> on 2018/06/29 12:27:00 UTC

[jira] [Updated] (HIVE-20035) write booleans as long when serializing to druid

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

Nishant Bangarwa updated HIVE-20035:
------------------------------------
    Status: Patch Available  (was: Open)

> write booleans as long when serializing to druid
> ------------------------------------------------
>
>                 Key: HIVE-20035
>                 URL: https://issues.apache.org/jira/browse/HIVE-20035
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Nishant Bangarwa
>            Assignee: Nishant Bangarwa
>            Priority: Major
>         Attachments: HIVE-20035.patch
>
>
> Druid expressions do not support booleans yet. 
> In druid expressions booleans are treated and parsed from longs, however when we store booleans from hive they are serialized as 'true' and 'false' string values. 
> Need to make serialization consistent with deserialization and write long values when sending data to druid. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)