Zherui Cao created ORC-499:
------------------------------
Summary: [C++] CSVFileImport.cc has error when DataBuffer running
out and doubling size
Key: ORC-499
URL: https://issues.apache.org/jira/browse/ORC-499
Project: ORC
Issue Type: Bug
Reporter: Zherui Cao
Assignee: Zherui Cao
[C++] CSVFileImport.cc has error when DataBuffer running out and doubling size
CSVFileImport was using Databuffer::reserve() but this will not change the size.
Even the size was changed, the new buffer has totally different address, which
will make previous stringBatch->data[i], (i is the already finished ones)
stores the wrong address.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)