Current status:
1.  [done] rebase master
2.  [done] upload source
3.  [done] upload binaries
4.  [in-pr] update website
5.  [done] upload ruby gems
6.  [done] upload js packages
8.  [done] upload C# packages
9.  [done] upload rust crates
10. [in-pr] update conda recipes
11. [done] upload wheels to pypi
12. [ ] update homebrew packages
13. [done] update maven artifacts
14. [ ] update msys2
15. [nealrichardson] update R packages
16. [kszucs] update docs
17. [done] rebase the pull requests
18. [done] set jira version as released
19. [done] set release data at reporter.apache.org

On Tue, Oct 20, 2020 at 12:19 AM Andy Grove <andygrov...@gmail.com> wrote:
>
> The Rust crates (arrow, arrow-flight, parquet, datafusion) have been
> uploaded to crates.io
>
> The new parquet_derive crate could not be published:
> https://issues.apache.org/jira/browse/ARROW-10350
>
>
> On Mon, Oct 19, 2020 at 3:40 PM Krisztián Szűcs <szucs.kriszt...@gmail.com>
> wrote:
>
> > Thank You Andy!
> >
> > Current status:
> > 1.  [done] rebase master
> > 2.  [done] upload source
> > 3.  [done] upload binaries
> > 4.  [in-pr] update website
> > 5.  [done] upload ruby gems
> > 6.  [ ] upload js packages
> > 8.  [done] upload C# packages
> > 9.  [andygrove] upload rust crates
> > 10. [in-pr] update conda recipes
> > 11. [done] upload wheels to pypi
> > 12. [ ] update homebrew packages
> > 13. [done] update maven artifacts
> > 14. [ ] update msys2
> > 15. [nealrichardson] update R packages
> > 16. [kszucs] update docs
> > 17. [kszucs] rebase the pull requests
> > 18. [done] set jira version as released
> > 19. [done] set release data at reporter.apache.org
> >
> > On Mon, Oct 19, 2020 at 11:09 PM Andy Grove <andygrov...@gmail.com> wrote:
> > >
> > > I can take care of the Rust release today.
> > >
> > > Andy.
> > >
> > > On Mon, Oct 19, 2020 at 2:26 PM Krisztián Szűcs <
> > szucs.kriszt...@gmail.com>
> > > wrote:
> > >
> > > > Current status of post release tasks:
> > > >
> > > > 1.  [done] rebase master
> > > > 2.  [done] upload source
> > > > 3.  [done] upload binaries
> > > > 4.  [kszucs] update website
> > > > 5.  [done] upload ruby gems
> > > > 6.  [ ] upload js packages
> > > > 8.  [done] upload C# packages
> > > > 9.  [ ] upload rust crates
> > > > 10. [ ] update conda recipes
> > > > 11. [kszucs] upload wheels to pypi
> > > > 12. [ ] update homebrew packages
> > > > 13. [done] update maven artifacts
> > > > 14. [ ] update msys2
> > > > 15. [nealrichardson] update R packages
> > > > 16. [kszucs] update docs
> > > > 17. [kszucs] rebase the pull requests
> > > > 18. [done] set jira version as released
> > > > 19. [done] set release data at reporter.apache.org
> > > >
> > > > On Mon, Oct 19, 2020 at 7:47 PM Krisztián Szűcs
> > > > <szucs.kriszt...@gmail.com> wrote:
> > > > >
> > > > > The VOTE carries with 3 binding +1 votes and 1 non-binding +1 vote
> > and
> > > > > 1 non-binding +0 vote.
> > > > >
> > > > > I'm starting the post release tasks and keep you posted about the
> > > > > remaining tasks.
> > > > >
> > > > > Thanks everyone!
> > > > >
> > > > > On Mon, Oct 19, 2020 at 7:45 PM Uwe L. Korn <uw...@xhochy.com>
> > wrote:
> > > > > >
> > > > > > +0 from my side, I see no big issues. I was able to verify the
> > wheels,
> > > > the source verification fails due to the llvm package issues on brew;
> > thus
> > > > I'm not able to +1 this time.
> > > > > >
> > > > > > Uwe
> > > > > >
> > > > > > On Mon, Oct 19, 2020, at 7:38 PM, Krisztián Szűcs wrote:
> > > > > > > On Mon, Oct 19, 2020 at 5:32 PM Uwe L. Korn <uw...@xhochy.com>
> > > > wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Oct 19, 2020, at 5:07 PM, Neal Richardson wrote:
> > > > > > > > > I wouldn't expect the default S3 region to depend on locale.
> > It
> > > > does
> > > > > > > > > depend
> > > > > > > > > on aws-sdk-cpp version, as we saw in ARROW-10066; see
> > > > > > > > >
> > > >
> > https://aws.amazon.com/blogs/developer/aws-sdk-for-c-version-1-8-developer-preview/
> > > > > > > > > for how the new version determines the default version.
> > > > > > > >
> > > > > > > > Already worked around that thanks to Antoine!
> > > > > > > >
> > > > > > > > > And a change in Homebrew policy isn't grounds for rejecting
> > this
> > > > release,
> > > > > > > > > is it?
> > > > > > > >
> > > > > > > > No but it means that I cannot test the source on OSX with the
> > > > given scripts. Someone needs to address this with Homebrew though and
> > > > re-add the llvm@10 package. This isn't a change in policy and I guess
> > > > that it may suffice to add the new Arrow release to homebrew to get
> > llvm@10
> > > > re-added.
> > > > > > > We can address this during the post release tasks.
> > > > > > > >
> > > > > > > > Uwe
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Neal
> > > > > > > > >
> > > > > > > > > On Mon, Oct 19, 2020 at 6:04 AM Uwe L. Korn <
> > m...@uwekorn.com>
> > > > wrote:
> > > > > > > > >
> > > > > > > > > > Trying to verify on macOS but run into the following two
> > > > issues:
> > > > > > > > > >
> > > > > > > > > > * The default S3 region is „eu-central-1“ for me despite
> > > > setting LANG=C
> > > > > > > > > > * llvm@10 is not available for homebrew anymore, see also
> > > > > > > > > >
> > > >
> > https://github.com/Homebrew/homebrew-core/pull/62798#issuecomment-711606370
> > > > > > > > > > <
> > > > > > > > > >
> > > >
> > https://github.com/Homebrew/homebrew-core/pull/62798#issuecomment-711606370
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > Am 16.10.2020 um 15:16 schrieb Krisztián Szűcs <
> > > > > > > > > > szucs.kriszt...@gmail.com>:
> > > > > > > > > > >
> > > > > > > > > > > +1 (binding)
> > > > > > > > > > >
> > > > > > > > > > > Verified source, binary and wheel artifacts on macOS
> > > > Catalina.
> > > > > > > > > > > Also executed the automatized crossbow verification tasks
> > > > [1].
> > > > > > > > > > >
> > > > > > > > > > > [1]:
> > > > https://github.com/apache/arrow/pull/8479#issuecomment-709965167
> > > > > > > > > > >
> > > > > > > > > > > On Fri, Oct 16, 2020 at 4:30 AM Sutou Kouhei <
> > > > k...@clear-code.com> wrote:
> > > > > > > > > > >>
> > > > > > > > > > >>>  * Python 3.8 wheel's test was failed. It also failed
> > with
> > > > > > > > > > >>>    1.0.0 and 1.0.1.
> > > > > > > > > > >>>
> > > > > > > > > > >>>
> > > > https://gist.github.com/kou/62cae5dcf4dcdd8f044fd33c50e8a007
> > > > > > > > > > >>
> > > > > > > > > > >> Fix: https://github.com/apache/arrow/pull/8477
> > > > > > > > > > >>
> > > > > > > > > > >> In <
> > 20201015.060219.286366408805956805....@clear-code.com>
> > > > > > > > > > >>  "Re: [VOTE] Release Apache Arrow 2.0.0 - RC2" on Thu,
> > 15
> > > > Oct 2020
> > > > > > > > > > 06:02:19 +0900 (JST),
> > > > > > > > > > >>  Sutou Kouhei <k...@clear-code.com> wrote:
> > > > > > > > > > >>
> > > > > > > > > > >>> Hi,
> > > > > > > > > > >>>
> > > > > > > > > > >>> I forgot to mention some notes:
> > > > > > > > > > >>>
> > > > > > > > > > >>>  * JavaScript test was failed with system Node.js
> > > > > > > > > > >>>    v12.18.4. (INSTALL_NODE=0
> > > > > > > > > > >>>    dev/release/verify-release-candidate.sh source)
> > > > > > > > > > >>>
> > > > > > > > > > >>>    It works without INSTALL_NODE=0. (Node.js is
> > installed
> > > > > > > > > > >>>    by nvm.)
> > > > > > > > > > >>>
> > > > > > > > > > >>>  * Python 3.8 wheel's test was failed. It also failed
> > with
> > > > > > > > > > >>>    1.0.0 and 1.0.1.
> > > > > > > > > > >>>
> > > > > > > > > > >>>
> > > > https://gist.github.com/kou/62cae5dcf4dcdd8f044fd33c50e8a007
> > > > > > > > > > >>>
> > > > > > > > > > >>>
> > > > > > > > > > >>> Thanks,
> > > > > > > > > > >>> --
> > > > > > > > > > >>> kou
> > > > > > > > > > >>>
> > > > > > > > > > >>> In <
> > 20201014.122838.1320330358136283691....@clear-code.com
> > > > >
> > > > > > > > > > >>>  "Re: [VOTE] Release Apache Arrow 2.0.0 - RC2" on Wed,
> > 14
> > > > Oct 2020
> > > > > > > > > > 12:28:38 +0900 (JST),
> > > > > > > > > > >>>  Sutou Kouhei <k...@clear-code.com> wrote:
> > > > > > > > > > >>>
> > > > > > > > > > >>>> +1 (binding)
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> I ran the followings on Debian GNU/Linux sid:
> > > > > > > > > > >>>>
> > > > > > > > > > >>>>  * TZ=UTC \
> > > > > > > > > > >>>>      ARROW_CMAKE_OPTIONS="-DgRPC_SOURCE=BUNDLED
> > > > > > > > > > -DBoost_NO_BOOST_CMAKE=ON" \
> > > > > > > > > > >>>>      CUDA_TOOLKIT_ROOT=/usr \
> > > > > > > > > > >>>>      dev/release/verify-release-candidate.sh source
> > 2.0.0
> > > > 2
> > > > > > > > > > >>>>  * dev/release/verify-release-candidate.sh binaries
> > 2.0.0
> > > > 2
> > > > > > > > > > >>>>  * LANG=C dev/release/verify-release-candidate.sh
> > wheels
> > > > 2.0.0 2
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> with:
> > > > > > > > > > >>>>
> > > > > > > > > > >>>>  * gcc (Debian 10.2.0-9) 10.2.0
> > > > > > > > > > >>>>  * openjdk version "11.0.8" 2020-07-14
> > > > > > > > > > >>>>  * nvidia-cuda-dev 10.2.89-4
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> Thanks,
> > > > > > > > > > >>>> --
> > > > > > > > > > >>>> kou
> > > > > > > > > > >>>>
> > > > > > > > > > >>>>
> > > > > > > > > > >>>> In <
> > > > > > > > > >
> > > > cahm19a4rc5-jbc_0b7ffxca3jjplfokbwznfwct5_vuobew...@mail.gmail.com>
> > > > > > > > > > >>>>  "[VOTE] Release Apache Arrow 2.0.0 - RC2" on Tue, 13
> > Oct
> > > > 2020
> > > > > > > > > > 17:41:00 +0200,
> > > > > > > > > > >>>>  Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote:
> > > > > > > > > > >>>>
> > > > > > > > > > >>>>> Hi,
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> I would like to propose the following release
> > candidate
> > > > (RC2*) of
> > > > > > > > > > Apache
> > > > > > > > > > >>>>> Arrow version 2.0.0. This is a release consisting of
> > 561
> > > > > > > > > > >>>>> resolved JIRA issues[1].
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> This release candidate is based on commit:
> > > > > > > > > > >>>>> 478286658055bb91737394c2065b92a7e92fb0c1 [2]
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> The source release rc2 is hosted at [3].
> > > > > > > > > > >>>>> The binary artifacts are hosted at [4][5][6][7].
> > > > > > > > > > >>>>> The changelog is located at [8].
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> Please download, verify checksums and signatures, run
> > > > the unit tests,
> > > > > > > > > > >>>>> and vote on the release. See [9] for how to validate
> > a
> > > > release
> > > > > > > > > > candidate.
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> The vote will be open for at least 72 hours.
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> [ ] +1 Release this as Apache Arrow 2.0.0
> > > > > > > > > > >>>>> [ ] +0
> > > > > > > > > > >>>>> [ ] -1 Do not release this as Apache Arrow 2.0.0
> > > > because...
> > > > > > > > > > >>>>>
> > > > > > > > > > >>>>> * RC1 had a CMake issue which surfaced during the
> > > > packaging builds so
> > > > > > > > > > >>>>> I had to create another release candidate.
> > > > > > > > > > >>>>> [1]:
> > > > > > > > > >
> > > >
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%202.0.0
> > > > > > > > > > >>>>> [2]:
> > > > > > > > > >
> > > >
> > https://github.com/apache/arrow/tree/478286658055bb91737394c2065b92a7e92fb0c1
> > > > > > > > > > >>>>> [3]:
> > > > > > > > > >
> > > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-2.0.0-rc2
> > > > > > > > > > >>>>> [4]:
> > > > https://bintray.com/apache/arrow/centos-rc/2.0.0-rc2
> > > > > > > > > > >>>>> [5]:
> > > > https://bintray.com/apache/arrow/debian-rc/2.0.0-rc2
> > > > > > > > > > >>>>> [6]:
> > > > https://bintray.com/apache/arrow/python-rc/2.0.0-rc2
> > > > > > > > > > >>>>> [7]:
> > > > https://bintray.com/apache/arrow/ubuntu-rc/2.0.0-rc2
> > > > > > > > > > >>>>> [8]:
> > > > > > > > > >
> > > >
> > https://github.com/apache/arrow/blob/478286658055bb91737394c2065b92a7e92fb0c1/CHANGELOG.md
> > > > > > > > > > >>>>> [9]:
> > > > > > > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > >
> >

Reply via email to