Could folks take a look at this release? To get NodeJS and test the release, do the following:
1. Install nvm, and node curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash nvm install node 2. Extract tarball, run unit tests: tar xvf apache-arrow-js-0.2.0.tar.gz cd apache-arrow-js-0.2.0/ npm install npx run-s clean:all lint build npm run test On Mon, Nov 27, 2017 at 12:02 PM, Wes McKinney <[email protected]> wrote: > +1 (binding) > > Ran dev/release/js-verify-release-candidate.sh > > Verified checksums, signature. RAT report looks OK. Ran unit tests > with NodeJS 9.2 (installed with nvm https://github.com/creationix/nvm) > > On Mon, Nov 27, 2017 at 10:45 AM, Wes McKinney <[email protected]> wrote: >> Hello all, >> >> I'd like to propose the 1st release candidate (rc1) of Apache >> Arrow JavaScript version 0.2.0. This is a first alpha release, >> made separately from the primary release line so that JavaScript >> can release more frequently. >> >> The source release rc1 is hosted at [1]. >> >> This release candidate is based on commit >> 61763504e53fb5531f1d642c399b8ec7b094b337 [2] >> >> Please download, verify checksums and signatures, run the unit tests, and >> vote >> on the release. The easiest way is to use the JavaScript-specific release >> verification script dev/release/js-verify-release-candidate.sh. >> >> The vote will be open for at least 24 hours and will close once >> enough PMCs have approved the release. >> >> [ ] +1 Release this as Apache Arrow JavaScript 0.2.0 >> [ ] +0 >> [ ] -1 Do not release this as Apache Arrow JavaScript 0.2.0 because... >> >> Thanks, >> Wes >> >> How to validate a release signature: >> https://httpd.apache.org/dev/verification.html >> >> [1]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-js-0.2.0-rc1/ >> [2]: >> https://github.com/apache/arrow/tree/61763504e53fb5531f1d642c399b8ec7b094b337
