Xavier Lacroze created ARROW-13129: -------------------------------------- Summary: [C#] Fix TableFromRecordBatches Key: ARROW-13129 URL: https://issues.apache.org/jira/browse/ARROW-13129 Project: Apache Arrow Issue Type: Bug Components: C# Affects Versions: 4.0.1 Reporter: Xavier Lacroze Assignee: Xavier Lacroze
Table constructor should make its own copy of the IList<Column> Otherwise, when using TableFromRecordBatches, the resulting table columns have no data array. -- This message was sent by Atlassian Jira (v8.3.4#803005)