+1 (binding)

On Mon, Mar 14, 2022 at 12:43 PM Bryan Cutler <cutl...@gmail.com> wrote:

> +1 (non-binding)
>
> On Mon, Mar 14, 2022 at 10:26 AM David Li <lidav...@apache.org> wrote:
>
> > My vote: +1 (binding)
> >
> > Are any other PMC members able to take a quick look?
> >
> > Thanks,
> > David
> >
> > On Sat, Mar 12, 2022, at 07:31, Kun Liu wrote:
> > > +1  non-binding
> > > just uploaded the missing pom and don't need to release the 7.0.1
> > >
> > > Thanks,
> > > Kun
> > >
> > >
> > > Rafael Telles <raf...@telles.dev> 于2022年3月12日周六 04:18写道:
> > >
> > >> +1
> > >>
> > >> Em sex., 11 de mar. de 2022 às 16:10, José Almeida <
> > >> jose.alme...@simbioseventures.com> escreveu:
> > >>
> > >> > +1
> > >> >
> > >> > On Fri, Mar 11, 2022 at 4:09 PM Ray Lum <r...@dremio.com> wrote:
> > >> >
> > >> > > +1
> > >> > >
> > >> > > On Fri, Mar 11, 2022 at 6:30 AM David Li <lidav...@apache.org>
> > wrote:
> > >> > >
> > >> > > > Hello,
> > >> > > >
> > >> > > > I would like to propose releasing these additional Java
> artifacts
> > for
> > >> > > > Apache Arrow 7.0.0:
> > >> > > >
> > >> > > > arrow-flight-7.0.0.pom
> > >> > > > flight-integration-tests-7.0.0-jar-with-dependencies.jar
> > >> > > > flight-integration-tests-7.0.0-javadoc.jar
> > >> > > > flight-integration-tests-7.0.0-sources.jar
> > >> > > > flight-integration-tests-7.0.0-tests.jar
> > >> > > > flight-integration-tests-7.0.0.jar
> > >> > > > flight-integration-tests-7.0.0.pom
> > >> > > > flight-sql-7.0.0-javadoc.jar
> > >> > > > flight-sql-7.0.0-sources.jar
> > >> > > > flight-sql-7.0.0-tests.jar
> > >> > > > flight-sql-7.0.0.jar
> > >> > > > flight-sql-7.0.0.pom
> > >> > > >
> > >> > > > This release is based on commit:
> > >> > > > e90472e35b40f58b17d408438bb8de1641bfe6ef [1]
> > >> > > >
> > >> > > > Artifacts can be found in the staging Maven repository:
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://repository.apache.org/content/repositories/staging/org/apache/arrow/
> > >> > > >
> > >> > > > These artifacts were not uploaded during the initial release due
> > to
> > >> > > > ARROW-15746 [2], now fixed. Thanks Kou for uploading them!
> > >> > > >
> > >> > > > The vote will be open for at least 72 hours.
> > >> > > >
> > >> > > > [ ] +1 Release this as part of Apache Arrow 7.0.0
> > >> > > > [ ] +0
> > >> > > > [ ] -1 Do not release this as part of Apache Arrow 7.0.0
> > because...
> > >> > > >
> > >> > > > [1]:
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/arrow/tree/e90472e35b40f58b17d408438bb8de1641bfe6ef
> > >> > > > [2]: https://issues.apache.org/jira/browse/ARROW-15746
> > >> > > >
> > >> > > > -David
> > >> > > >
> > >> > > > P.S. If you would like to try building against the staging
> > artifacts,
> > >> > try
> > >> > > > a POM like the following:
> > >> > > >
> > >> > > > <?xml version="1.0" encoding="UTF-8"?>
> > >> > > > <project xmlns="http://maven.apache.org/POM/4.0.0";
> > >> > > >          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > >> > > >          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > >> > > > http://maven.apache.org/xsd/maven-4.0.0.xsd";>
> > >> > > >     <modelVersion>4.0.0</modelVersion>
> > >> > > >     <groupId>org.example</groupId>
> > >> > > >     <artifactId>demo</artifactId>
> > >> > > >     <version>1.0-SNAPSHOT</version>
> > >> > > >     <properties>
> > >> > > >         <arrow.version>7.0.0</arrow.version>
> > >> > > >     </properties>
> > >> > > >     <repositories>
> > >> > > >       <repository>
> > >> > > >         <id>apache-staging</id>
> > >> > > >         <name>Apache Staging</name>
> > >> > > >         <url>
> > >> > https://repository.apache.org/content/repositories/staging/
> > >> > > > </url>
> > >> > > >       </repository>
> > >> > > >     </repositories>
> > >> > > >     <dependencies>
> > >> > > >         <dependency>
> > >> > > >             <groupId>org.apache.arrow</groupId>
> > >> > > >             <artifactId>arrow-vector</artifactId>
> > >> > > >             <version>${arrow.version}</version>
> > >> > > >         </dependency>
> > >> > > >         <dependency>
> > >> > > >             <groupId>org.apache.arrow</groupId>
> > >> > > >             <artifactId>arrow-memory-netty</artifactId>
> > >> > > >             <version>${arrow.version}</version>
> > >> > > >         </dependency>
> > >> > > >         <dependency>
> > >> > > >             <groupId>org.apache.arrow</groupId>
> > >> > > >             <artifactId>arrow-format</artifactId>
> > >> > > >             <version>${arrow.version}</version>
> > >> > > >         </dependency>
> > >> > > >         <dependency>
> > >> > > >             <groupId>org.apache.arrow</groupId>
> > >> > > >             <artifactId>flight-core</artifactId>
> > >> > > >             <version>${arrow.version}</version>
> > >> > > >         </dependency>
> > >> > > >         <dependency>
> > >> > > >             <groupId>org.apache.arrow</groupId>
> > >> > > >             <artifactId>flight-grpc</artifactId>
> > >> > > >             <version>${arrow.version}</version>
> > >> > > >         </dependency>
> > >> > > >     </dependencies>
> > >> > > >     <build>
> > >> > > >       <extensions>
> > >> > > >         <extension>
> > >> > > >           <groupId>kr.motd.maven</groupId>
> > >> > > >           <artifactId>os-maven-plugin</artifactId>
> > >> > > >           <version>1.7.0</version>
> > >> > > >         </extension>
> > >> > > >       </extensions>
> > >> > > >     </build>
> > >> > > > </project>
> > >> > > >
> > >> > > > On Fri, Mar 11, 2022, at 04:38, Sutou Kouhei wrote:
> > >> > > > > Hi,
> > >> > > > >
> > >> > > > > I've uploaded the followings:
> > >> > > > >
> > >> > > > > arrow-flight-7.0.0.pom
> > >> > > > > flight-integration-tests-7.0.0-jar-with-dependencies.jar
> > >> > > > > flight-integration-tests-7.0.0-javadoc.jar
> > >> > > > > flight-integration-tests-7.0.0-sources.jar
> > >> > > > > flight-integration-tests-7.0.0-tests.jar
> > >> > > > > flight-integration-tests-7.0.0.jar
> > >> > > > > flight-integration-tests-7.0.0.pom
> > >> > > > > flight-sql-7.0.0-javadoc.jar
> > >> > > > > flight-sql-7.0.0-sources.jar
> > >> > > > > flight-sql-7.0.0-tests.jar
> > >> > > > > flight-sql-7.0.0.jar
> > >> > > > > flight-sql-7.0.0.pom
> > >> > > > >
> > >> > > > > You can find them at
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://repository.apache.org/content/repositories/staging/org/apache/arrow/
> > >> > > > > .
> > >> > > > >
> > >> > > > > Could someone start a vote for them? Any PMC member can
> > >> > > > > publish them by pressing the "Release" button for the
> > >> > > > > "orgapachearrow-1081" repository at
> > >> > > > > https://repository.apache.org/#stagingRepositories after the
> > >> > > > > vote carried.
> > >> > > > >
> > >> > > > >
> > >> > > > > Thanks,
> > >> > > > > --
> > >> > > > > kou
> > >> > > > >
> > >> > > > > In <5b71b9d8-7f1d-46d3-be56-5eba1fe0d...@www.fastmail.com>
> > >> > > > >   "Re: [PROPOSAL][RELEASE] Arrow 7.0.1" on Thu, 10 Mar 2022
> > >> 09:16:30
> > >> > > > -0500,
> > >> > > > >   "David Li" <lidav...@apache.org> wrote:
> > >> > > > >
> > >> > > > >> Hmm, I'm not too sure how procedures work here, but is it
> > possible
> > >> > to
> > >> > > > just vote and upload the missing 7.0.0 artifacts, instead of
> going
> > >> > > through
> > >> > > > the whole release process?
> > >> > > > >>
> > >> > > > >> On Wed, Mar 9, 2022, at 13:23, James Duong wrote:
> > >> > > > >>> Hi,
> > >> > > > >>>
> > >> > > > >>> I would like to propose an Arrow 7.0.1 release. The main
> > reason
> > >> is
> > >> > to
> > >> > > > make
> > >> > > > >>> Flight SQL Java artifacts available on maven central (
> > >> > > > >>> https://issues.apache.org/jira/browse/ARROW-15746).
> > >> > > > >>>
> > >> > > > >>> I'd be happy to help facilitate this (and learn the release
> > >> > process)
> > >> > > > for
> > >> > > > >>> this.
> > >> > > > >>>
> > >> > > > >>> --
> > >> > > > >>>
> > >> > > > >>> *James Duong*
> > >> > > > >>> Lead Software Developer
> > >> > > > >>> Bit Quill Technologies Inc.
> > >> > > > >>> Direct: +1.604.562.6082 | jam...@bitquilltech.com
> > >> > > > >>> https://www.bitquilltech.com
> > >> > > > >>>
> > >> > > > >>> This email message is for the sole use of the intended
> > >> recipient(s)
> > >> > > > and may
> > >> > > > >>> contain confidential and privileged information.  Any
> > >> unauthorized
> > >> > > > review,
> > >> > > > >>> use, disclosure, or distribution is prohibited.  If you are
> > not
> > >> the
> > >> > > > >>> intended recipient, please contact the sender by reply email
> > and
> > >> > > > destroy
> > >> > > > >>> all copies of the original message.  Thank you.
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>

Reply via email to