[ 
https://issues.apache.org/jira/browse/IMPALA-8843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902195#comment-16902195
 ] 

Daniel Becker commented on IMPALA-8843:
---------------------------------------

We can argue whether bool should be included, I am open to arguments for or 
against.

> Restrict bit unpacking to unsigned integer types
> ------------------------------------------------
>
>                 Key: IMPALA-8843
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8843
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Daniel Becker
>            Assignee: Daniel Becker
>            Priority: Minor
>
> Restrict bit unpacking to the unsigned integer types uint8_t, uint16_t, 
> uint32_t and uint64_t. It is straightforward how to unpack to these types and 
> less so with signed types. Instead of bool, we can use uint8_t and possibly 
> cast it to bool.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to