I wonder also if we should change the inline ctor for `Buffer` to be `const void* data` instead of `const uint8_t* data`. A counter-argument is that this might cause people to have bugs by forgetting to multiple the length by the `sizeof(T)` when casting from another pointer type
[ Full content available at: https://github.com/apache/arrow/pull/2566 ] This message was relayed via gitbox.apache.org for [email protected]
