Re: [VOTE][RESULT] Release Apache Arrow 6.0.0 - RC3

2021-10-29 Thread Ian Cook
I am working on the vcpkg port update today. Ian On Fri, Oct 29, 2021 at 11:31 AM Neal Richardson wrote: > > R package has been accepted by CRAN, though we will have to patch and > resubmit due to a sanitizer error ( > https://issues.apache.org/jira/browse/ARROW-14514 for the failure, > https://

Re: [VOTE][RESULT] Release Apache Arrow 6.0.0 - RC3

2021-10-29 Thread Neal Richardson
R package has been accepted by CRAN, though we will have to patch and resubmit due to a sanitizer error ( https://issues.apache.org/jira/browse/ARROW-14514 for the failure, https://issues.apache.org/jira/browse/ARROW-14515 for the missing CI--we test UBSAN with gcc but apparently CRAN also does UBS

Re: [VOTE][RESULT] Release Apache Arrow 6.0.0 - RC3

2021-10-29 Thread Krisztián Szűcs
Current status of the post-release tasks: 1. [done] bump version numbers 2. [done] upload source 3. [done] upload binaries 4. [done] update website 5. [depends-on-brew] upload ruby gems 6. [done] upload js packages 8. [done] upload C# packages 10. [in-pr] update conda recipes 11. [done] upload whe

[ANNOUNCE] Apache Arrow 6.0.0 released

2021-10-29 Thread Krisztián Szűcs
The Apache Arrow community is pleased to announce the 6.0.0 release. The release includes 574 resolved issues ([1]) since the 5.0.0 release. The release is available now from our website, [2] and [3]: https://arrow.apache.org/install/ Release notes are available at: https://arrow.apache.org/relea

[Discuss][Release][Go] Major Version handling for Go

2021-10-29 Thread Matthew Topol
It was suggested that I should advertise this in the dev mailing list as it is a significant change. When developing Go modules, if you do a major version release you need to update the module import path to add a `v#` suffix in order for the go tooling to handle the version properly. Up until

[VOTE][RUST] Release Apache Arrow Rust 6.1.0 RC1

2021-10-29 Thread Andrew Lamb
Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 6.1.0. This release candidate is based on commit: 03d4f4cd3f4cdf39d97a1028471bd9cfbed9 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download, ver

Re: [Rust] Heads up: RUSTSEC security advisory against arrow-rs

2021-10-29 Thread Andrew Lamb
There is more discussion about the RUSTSEC process here: https://github.com/rustsec/advisory-db/issues/1092 On Wed, Oct 6, 2021 at 10:52 AM Andrew Lamb wrote: > I have incorporated feedback into a proposal [1] of how to handle > validation of arguments to ArrayData::new, and would appreciate fur