+0.5 (non binding)
I checked:
- hash and signature look good (NB: I think we can provide only
sha512, no need to provide sha256 anymore imho)
- no binary files found in the source distribution (py/pxd files are OK)
- few files don't have or not correct ASF headers (for instance in cpp
and r modules). It's not a blocker for this release but I will open a
PR for discussion, upgrading RAT as well.
- LICENSE and NOTICE are there and correct
- I have a build issue on JS module on Mac M1:
[16:59:25] 'compile:es2015:umd' errored after 1.03 s
[16:59:25] Error: [16:59:24] 'compile:es2015:umd' errored after 1.57 ms
[16:59:24] TypeError: Function.prototype.apply was called on
undefined, which is a undefined and not a function
at Lo
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/esm/esm.js:1:233359)
at au
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/esm/esm.js:1:236294)
at ou
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/esm/esm.js:1:236969)
at Module.<anonymous>
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/esm/esm.js:1:304731)
at require
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/esm/esm.js:1:288360)
at file:///Users/jbonofre/apache-arrow-15.0.0/js/gulp/closure-task.js:46:46
at Array.reduce (<anonymous>)
at closure
(file:///Users/jbonofre/apache-arrow-15.0.0/js/gulp/closure-task.js:43:60)
at fn
(file:///Users/jbonofre/apache-arrow-15.0.0/js/gulp/memoize-task.js:31:41)
at compile
(file:///Users/jbonofre/apache-arrow-15.0.0/js/gulp/compile-task.js:30:86)
[16:59:24] 'compile' errored after 4 ms
at formatError
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10)
at Gulp.<anonymous>
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15)
at Gulp.emit (node:events:531:35)
at Gulp.emit (node:domain:488:12)
at Object.error
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/undertaker/lib/helpers/createExtensions.js:61:10)
at handler
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/now-and-later/lib/mapSeries.js:47:14)
at f
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/once/once.js:25:25)
at f
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/once/once.js:25:25)
at tryCatch
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/bach/node_modules/async-done/index.js:24:15)
at done
(/Users/jbonofre/apache-arrow-15.0.0/js/node_modules/bach/node_modules/async-done/index.js:40:12)
[16:59:25] 'build:es2015:umd' errored after 19 s
[16:59:25] 'build:apache-arrow' errored after 19 s
I'm investigating.
Regards
JB
On Wed, Jan 17, 2024 at 11:58 AM Raúl Cumplido <[email protected]> wrote:
>
> Hi,
>
> I would like to propose the following release candidate (RC1) of Apache
> Arrow version 15.0.0. This is a release consisting of 330
> resolved GitHub issues[1].
>
> This release candidate is based on commit:
> a61f4af724cd06c3a9b4abd20491345997e532c0 [2]
>
> The source release rc1 is hosted at [3].
> The binary artifacts are hosted at [4][5][6][7][8][9][10][11].
> The changelog is located at [12].
>
> Please download, verify checksums and signatures, run the unit tests,
> and vote on the release. See [13] for how to validate a release candidate.
>
> See also a verification result on GitHub pull request [14].
>
> The vote will be open for at least 72 hours.
>
> [ ] +1 Release this as Apache Arrow 15.0.0
> [ ] +0
> [ ] -1 Do not release this as Apache Arrow 15.0.0 because...
>
> [1]:
> https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A15.0.0+is%3Aclosed
> [2]:
> https://github.com/apache/arrow/tree/a61f4af724cd06c3a9b4abd20491345997e532c0
> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-15.0.0-rc1
> [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/
> [5]: https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/
> [6]: https://apache.jfrog.io/artifactory/arrow/centos-rc/
> [7]: https://apache.jfrog.io/artifactory/arrow/debian-rc/
> [8]: https://apache.jfrog.io/artifactory/arrow/java-rc/15.0.0-rc1
> [9]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/15.0.0-rc1
> [10]: https://apache.jfrog.io/artifactory/arrow/python-rc/15.0.0-rc1
> [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/
> [12]:
> https://github.com/apache/arrow/blob/a61f4af724cd06c3a9b4abd20491345997e532c0/CHANGELOG.md
> [13]:
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> [14]: https://github.com/apache/arrow/pull/39641