Doing a little digging, it appears one was created almost exactly a year ago: 
https://issues.apache.org/jira/browse/ARROW-8621

It appears someone beat me to the punch, but I'm happy to revive the issue. 
I'll comment on it to revive it, is there anyone in particular I should tag to 
bring attention to it?

--Matt

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

Hey Matthew,

Could you please create a jira issue where we could further discuss it?

Thanks, Krisztian

On Sun, Apr 18, 2021 at 6:52 PM Matthew Topol <mto...@factset.com> wrote:
>
> 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/868eaed328b3
> > 48 
> > e45865747044044272*file-source-integration-java-txt__;Iw!!PBKjc0U4!Z
> > LT 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_aoIc63oWo
> jkNpfkU$
> >
> > "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/868eaed328b3
> > 48
> > e45865747044044272*file-wheels-without-aws-txt__;Iw!!PBKjc0U4!ZLTSsW
> > t8 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-t95iie92ba8C
> n19fA84Z-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-t95iie92ba8C
> n19fA84Z-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*20Cl
> > > os 
> > > ed*29*20AND*20fixVersion*20*3D*204.0.0__;JSUlJSUlJSUlJSUlJSUlJQ!!P
> > > BK 
> > > jc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWogUJ6
> > > XX
> > > Y$
> > > [2]:
> > > https://urldefense.com/v3/__https://github.com/apache/arrow/tree/3
> > > df 
> > > 78d3a98f346ed09667edc5ab551cfeff50b7a__;!!PBKjc0U4!ZLTSsWt8jKailY8
> > > Sk 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-t95iie
> > > 92 ba8Cn19fA84Z-INC-6F_aoIc63oWoS4qoimg$
> > > [4]:
> > > https://urldefense.com/v3/__https://bintray.com/apache/arrow/cento
> > > s- 
> > > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-
> > > IN
> > > C-6F_aoIc63oWo951D2X0$
> > > [5]:
> > > https://urldefense.com/v3/__https://bintray.com/apache/arrow/debia
> > > n- 
> > > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-
> > > IN
> > > C-6F_aoIc63oWodNymHjs$
> > > [6]:
> > > https://urldefense.com/v3/__https://bintray.com/apache/arrow/pytho
> > > n- 
> > > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-
> > > IN
> > > C-6F_aoIc63oWoMr9ykwc$
> > > [7]:
> > > https://urldefense.com/v3/__https://bintray.com/apache/arrow/ubunt
> > > u- 
> > > rc/4.0.0-rc0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-
> > > IN
> > > C-6F_aoIc63oWoM57dPiQ$
> > > [8]:
> > > https://urldefense.com/v3/__https://github.com/apache/arrow/blob/3
> > > df 
> > > 78d3a98f346ed09667edc5ab551cfeff50b7a/CHANGELOG.md__;!!PBKjc0U4!ZL
> > > TS sWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoHlm3JkA$
> > > [9]:
> > > https://urldefense.com/v3/__https://cwiki.apache.org/confluence/di
> > > sp 
> > > lay/ARROW/How*to*Verify*Release*Candidates__;KysrKw!!PBKjc0U4!ZLTS
> > > sW t8jKailY8Skw-t95iie92ba8Cn19fA84Z-INC-6F_aoIc63oWoe-qjB6g$
> > > [10]:
> > > https://urldefense.com/v3/__https://github.com/apache/arrow/tree/r
> > > el
> > > ease-4.0.0__;!!PBKjc0U4!ZLTSsWt8jKailY8Skw-t95iie92ba8Cn19fA84Z-IN
> > > C-
> > > 6F_aoIc63oWo0Bj_U38$

Reply via email to