You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Zherui Cao (JIRA)" <ji...@apache.org> on 2019/06/11 16:27:00 UTC

[jira] [Resolved] (ORC-499) [C++] CSVFileImport.cc has error when DataBuffer running out and doubling size

     [ https://issues.apache.org/jira/browse/ORC-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zherui Cao resolved ORC-499.
----------------------------
    Resolution: Fixed

> [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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> [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)