Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1865

[C++] Adding a column to an empty Table fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • C++

    Description

      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:

      Invalid: Added column's length must match table's length. Expected length 0 but got length 1
      

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              uwe Uwe Korn
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: