Commits


ptaylor authored and Brian Hulette committed 01033a43262
ARROW-4652: [JS] Ensure RBReader transform-stream stays open when autoDestroy=false Closes https://issues.apache.org/jira/browse/ARROW-4652. Updates `arrow2csv` to print all tables from stdin, instead of stopping after the first. Author: ptaylor <paul.e.taylor@me.com> Closes #3727 from trxcllnt/js/fix-reader-through-stream-autodestroy and squashes the following commits: 184888a8 <ptaylor> enable arrow2csv to print multiple tables b6a81ea3 <ptaylor> ensure RecordBatchReader.throughNode resets when autoDestroy=false