Hey All,

So I'm not familiar enough with the release scripts to do this myself and offer 
up a PR, but could the release config be modified to also create the 
appropriate tags for Go module versioning with the releases? In the case of the 
Arrow Repo these would be "go/arrow/v4.0.0-rc0" and "go/parquet/v4.0.0-rc0" 
etc. 

Again, I'd offer to make the changes and offer up a PR but I'm not familiar 
enough with the release scripts and how the tags are created to do so. I just 
think it would be a welcome improvement so that the versioning is the same in 
the Go modules as it is in the other languages. If this suggestion should be 
moved to a different thread, let me know and I'll start one. Thanks!

-----Original Message-----
From: Krisztián Szűcs <szucs.kriszt...@gmail.com> 
Sent: Sunday, April 18, 2021 11:38 AM
To: dev <dev@arrow.apache.org>
Subject: Re: [VOTE] Release Apache Arrow 4.0.0 - RC0

On Fri, Apr 16, 2021 at 11:18 PM Sutou Kouhei <k...@clear-code.com> wrote:
>
> +0
>
> I got C++, C#, Java and Python related problems. Could someone take a 
> look at them?
>
> I ran the followings on Debian GNU/Linux sid:
>
>   * TZ=UTC \
>       ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \
>       CUDA_TOOLKIT_ROOT=/usr \
>       dev/release/verify-release-candidate.sh source 4.0.0 0
>   * dev/release/verify-release-candidate.sh binaries 4.0.0 0
>   * LANG=C dev/release/verify-release-candidate.sh wheels 4.0.0 0
>
> with:
>
>   * gcc (Debian 10.2.1-6) 10.2.1 20210110
>   * openjdk version "11.0.10" 2021-01-19
>   * nvidia-cuda-dev 11.2.1-2
>
> "binaries" works well.
>
> I got some problems from "source" and "wheels". I don't think that 
> they are blockers but could someone take a look at them?
>
> "source":
>
>   * C++: arrow-utility-test is failed:
>     
> https://urldefense.com/v3/__https://gist.github.com/kou/868eaed328b348e45865747044044272*file-source-cpp-txt__;Iw!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoRm8n5T0$
>  
>   * C#: "sourcelink test Apache.Arrow.pdb" is failed by "The
>     operation was canceled":
>     
> https://urldefense.com/v3/__https://gist.github.com/kou/868eaed328b348e45865747044044272*file-source-csharp-txt__;Iw!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWozF2hizM$
>  
>   * Integration test: Java related cases are failed because
>     org.apache.arrow.tools.Integration isn't found:
>     
> https://urldefense.com/v3/__https://gist.github.com/kou/868eaed328b348
> e45865747044044272*file-source-integration-java-txt__;Iw!!PBKjc0U4!ZLT
> SsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoxvRTVLM$
We've removed the maven release plugin from the release process but I forgot to 
bump the SNAPSHOT versions in the pom.xml files to the target version, so this 
is a valid issue.
I've updated the release scripts to include the mvn version bump
command: 
https://urldefense.com/v3/__https://github.com/apache/arrow/pull/10091__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWojkNpfkU$
 
>
> "wheels":
>
>   * test_fs.py is failed or stuck.
>     * Failed with ~/.aws:
>       
> https://urldefense.com/v3/__https://gist.github.com/kou/868eaed328b348e45865747044044272*file-wheels-with-aws-txt__;Iw!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoEFn2Xdo$
>  
>     * Stuck without ~/.aws:
>       
> https://urldefense.com/v3/__https://gist.github.com/kou/868eaed328b348
> e45865747044044272*file-wheels-without-aws-txt__;Iw!!PBKjc0U4!ZLTSsWt8
> jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWowIC622s$
I don't think that this is a blocker since the automatized verifications tasks 
worked well 
https://urldefense.com/v3/__https://github.com/apache/arrow/pull/10090*issuecomment-821959766__;Iw!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoyw973Nc$
I also verified the macos wheels locally without any issue.

I'm going to cut RC1 due to the integration test error which are reproduced at 
https://urldefense.com/v3/__https://github.com/apache/arrow/pull/10090*issuecomment-821959766__;Iw!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoyw973Nc$
 
>
> Thanks,
> --
> kou
>
> In <CAHM19a7x14=phc7+_7u_urjxbmiac8ci18q6+j+wu+355-p...@mail.gmail.com>
>   "[VOTE] Release Apache Arrow 4.0.0 - RC0" on Fri, 16 Apr 2021 06:44:03 
> +0200,
>   Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote:
>
> > Hi,
> >
> > I would like to propose the following release candidate (RC0) of 
> > Apache Arrow version 4.0.0. This is a release consisting of 671 
> > resolved JIRA issues[1].
> >
> > This release candidate is based on commit:
> > 3df78d3a98f346ed09667edc5ab551cfeff50b7a [2]
> >
> > The source release rc0 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.
> > Please use the release-4.0.0 branch for validation [10].
> >
> > The vote will be open for at least 72 hours.
> >
> > [ ] +1 Release this as Apache Arrow 4.0.0 [ ] +0 [ ] -1 Do not 
> > release this as Apache Arrow 4.0.0 because...
> >
> > [1]: 
> > https://urldefense.com/v3/__https://issues.apache.org/jira/issues/?j
> > ql=project*20*3D*20ARROW*20AND*20status*20in*20*28Resolved*2C*20Clos
> > ed*29*20AND*20fixVersion*20*3D*204.0.0__;JSUlJSUlJSUlJSUlJSUlJQ!!PBK
> > jc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWogUJ6XX
> > Y$
> > [2]: 
> > https://urldefense.com/v3/__https://github.com/apache/arrow/tree/3df
> > 78d3a98f346ed09667edc5ab551cfeff50b7a__;!!PBKjc0U4!ZLTSsWt8jKailY8Sk
> > w-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoofCYrg4$
> > [3]: 
> > https://urldefense.com/v3/__https://dist.apache.org/repos/dist/dev/a
> > rrow/apache-arrow-4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92
> > ba8Cn19fA84Z-INC-6F_aoIc63oWoS4qoimg$
> > [4]: 
> > https://urldefense.com/v3/__https://bintray.com/apache/arrow/centos-
> > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-IN
> > C-6F_aoIc63oWo951D2X0$
> > [5]: 
> > https://urldefense.com/v3/__https://bintray.com/apache/arrow/debian-
> > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-IN
> > C-6F_aoIc63oWodNymHjs$
> > [6]: 
> > https://urldefense.com/v3/__https://bintray.com/apache/arrow/python-
> > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-IN
> > C-6F_aoIc63oWoMr9ykwc$
> > [7]: 
> > https://urldefense.com/v3/__https://bintray.com/apache/arrow/ubuntu-
> > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-IN
> > C-6F_aoIc63oWoM57dPiQ$
> > [8]: 
> > https://urldefense.com/v3/__https://github.com/apache/arrow/blob/3df
> > 78d3a98f346ed09667edc5ab551cfeff50b7a/CHANGELOG.md__;!!PBKjc0U4!ZLTS
> > sWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoHlm3JkA$
> > [9]: 
> > https://urldefense.com/v3/__https://cwiki.apache.org/confluence/disp
> > lay/ARROW/How*to*Verify*Release*Candidates__;KysrKw!!PBKjc0U4!ZLTSsW
> > t8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoe-qjB6g$
> > [10]: 
> > https://urldefense.com/v3/__https://github.com/apache/arrow/tree/rel
> > ease-4.0.0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-
> > 6F_aoIc63oWo0Bj_U38$

Reply via email to