You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2021/06/21 23:33:00 UTC

[jira] [Updated] (ARROW-6033) [C++] Provide an initialization and/or compatibility check function

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

Wes McKinney updated ARROW-6033:
--------------------------------
    Fix Version/s:     (was: 5.0.0)
                   6.0.0

> [C++] Provide an initialization and/or compatibility check function
> -------------------------------------------------------------------
>
>                 Key: ARROW-6033
>                 URL: https://issues.apache.org/jira/browse/ARROW-6033
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Minor
>             Fix For: 6.0.0
>
>
> Some Arrow functions will fail if e.g. the CPU doesn't have the right instruction set extensions (e.g. POPCNT on x86 - see ARROW-5381). We may want to provide a global function that checks requirements and/or otherwise initializes Arrow internal structures (the single one I can think of is `InitializeUTF8()` in `util/utf8.h`).



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