Wes McKinney created ARROW-1850:
-----------------------------------
Summary: [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
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)