> 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
Yes... So instead perhaps a `Wrap` specialization that accepts `const void*`? (I suppose the current one doesn't, because of the `sizeof` call) [ Full content available at: https://github.com/apache/arrow/pull/2566 ] This message was relayed via gitbox.apache.org for [email protected]
