You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/11/28 17:49:00 UTC

[jira] [Updated] (ARROW-1865) [C++] Adding a column to an empty Table fails

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

Wes McKinney updated ARROW-1865:
--------------------------------
    Fix Version/s: 0.8.0

> [C++] Adding a column to an empty Table fails
> ---------------------------------------------
>
>                 Key: ARROW-1865
>                 URL: https://issues.apache.org/jira/browse/ARROW-1865
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Uwe L. Korn
>             Fix For: 0.8.0
>
>
> If we remove a column from a table and add new column (probably a casted version of it), it is rejected as the Table {{num_rows}} was reset to 0:
> {code}
> Invalid: Added column's length must match table's length. Expected length 0 but got length 1
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)