Description
Since IMPALA-9226, in OrcStringColumnReader the blobs of a batch are copied to a freshly allocated space by Impala. As Zoltán pointed out in a review, a possible improvement is moving a blob by finding a way of getting hold of the memory allocated by the ORC library instead of copying.
Attachments
Issue Links
- depends upon
-
IMPALA-9226 Improve string allocations of the ORC scanner
- Resolved