You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/06/16 15:45:00 UTC

[jira] [Comment Edited] (ARROW-5744) [C++] Do not error in Table::CombineChunks for BinaryArray types that overflow 2GB limit

    [ https://issues.apache.org/jira/browse/ARROW-5744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136752#comment-17136752 ] 

Ben Kietzman edited comment on ARROW-5744 at 6/16/20, 3:44 PM:
---------------------------------------------------------------

Sorry, it'd been a while since I looked at this issue. I'll proceed by detecting potential overflow in Table::CombineChunks. This is a band-aid fix, though. For example if the table has a struct column with a string field then that could overflow in the same way


was (Author: bkietz):
Sorry, it'd been a while since I looked at this issue. I'll proceed by detecting potential overflow in Table::CombineChunks

> [C++] Do not error in Table::CombineChunks for BinaryArray types that overflow 2GB limit
> ----------------------------------------------------------------------------------------
>
>                 Key: ARROW-5744
>                 URL: https://issues.apache.org/jira/browse/ARROW-5744
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Ben Kietzman
>            Priority: Major
>             Fix For: 1.0.0
>
>
> Discovered during ARROW-5635 code review



--
This message was sent by Atlassian Jira
(v8.3.4#803005)