[
https://issues.apache.org/jira/browse/ORC-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated ORC-852:
------------------------------
Affects Version/s: 1.8.0
> Allow DynamicByteArray to Return a ByteBuffer
> ---------------------------------------------
>
> Key: ORC-852
> URL: https://issues.apache.org/jira/browse/ORC-852
> Project: ORC
> Issue Type: Improvement
> Affects Versions: 1.8.0
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Minor
>
> Currently, the {{DynamicByteArray}} allows access to external callers by
> filling a {{Text}} buffer provided by the caller. This involves a copy of
> data. Instead, allow {{DynamicByteArray}} to return a {{ByteBuffer}} which
> gives a view into the data, which in many cases, may prevent copying the data
> from one buffer to another.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)