You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Daniel Becker (Jira)" <ji...@apache.org> on 2019/08/21 08:34:00 UTC

[jira] [Resolved] (IMPALA-8843) Restrict bit unpacking to unsigned integer types

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

Daniel Becker resolved IMPALA-8843.
-----------------------------------
    Resolution: Fixed

> 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
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org