You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/26 21:13:00 UTC

[jira] [Updated] (ARROW-1850) [C++] Use const void* in Writable::Write instead of const uint8_t*

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

ASF GitHub Bot updated ARROW-1850:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Use const void* in Writable::Write instead of const uint8_t*
> ------------------------------------------------------------------
>
>                 Key: ARROW-1850
>                 URL: https://issues.apache.org/jira/browse/ARROW-1850
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> I noticed that {{Writable}} is also misspelled. This would spare the user many usages of {{reinterpret_cast<const uint8_t*>(...)}}, and also will not cause any explicit API breakage (except where users have overridden the virtual function)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)