trxcllnt commented on PR #36607:
URL: https://github.com/apache/arrow/pull/36607#issuecomment-1720259210
@abetomo thanks for the contribution. I rebased everything on top of main
and added a transpiled version to the TS package. I also verified running
`arrow2csv` in each of the targets worked:
```shell
for x in apache-arrow ts; do
./targets/$x/bin/arrow2csv.js -f test/data/cpp/stream/dictionary.arrow ||
exit 1;
done
for x in es5 es2015 esnext; do for y in cjs esm umd; do
./targets/$x/$y/bin/arrow2csv.js -f
test/data/cpp/stream/dictionary.arrow || exit 1;
done
done
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]