Paul Taylor created ARROW-4674:
----------------------------------
Summary: [JS] Update arrow2csv to new Row API
Key: ARROW-4674
URL: https://issues.apache.org/jira/browse/ARROW-4674
Project: Apache Arrow
Issue Type: Bug
Components: JavaScript
Affects Versions: JS-0.4.0
Reporter: Paul Taylor
Assignee: Paul Taylor
Fix For: JS-0.4.1
The {{arrow2csv}} utility uses {{row.length}} to measure cells, but now that
we've made Rows use Symbols for their internal properties, it should enumerate
the values with the iterator.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)