Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 8.0.0 RC2

2022-05-15 Thread Yang hao
+1 (non-binding)
Verified on MacOS 12.2 M1 pro

Best regards,
Remzi

From: Yang hao <1371656737...@gmail.com>
Date: Friday, May 13, 2022 at 21:11
To: dev@arrow.apache.org 
Subject: Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 8.0.0 RC2
Hi:
Verified (8.0.0 rc2) on MacOS 12.2 M1 pro (non-binding)

One test failed:


expected:



[

"+-+-+-+",

"| column2 | column1 | column3 |",

"+-+-+-+",

"| 2   | 1   | 3   |",

"| 5   | 4   | 6   |",

"+-+-+-+",

]

actual:



[
"+-+-+-+",
"| column2 | column1 | column3 |",
"+-+-+-+",
"| 5   | 4   | 6   |",
"| 2   | 1   | 3   |",
"+-+-+-+",
]

', datafusion/core/src/datasource/view.rs:239:9


failures:
datasource::view::tests::query_join_views

Best regards,
Remzi

From: Andy Grove 
Date: Friday, May 13, 2022 at 19:57
To: dev 
Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 8.0.0 RC2
Hi,

I would like to propose a release of Apache Arrow DataFusion Implementation,
version 8.0.0.

This release candidate is based on commit:
b9f6e6b7c353c1109bd7b306008e006db29b46f8 [1]
The proposed release tarball and signatures are hosted at [2].
The changelog is located at [3].

Please download, verify checksums and signatures, run the unit tests, and
vote
on the release. The vote will be open for at least 72 hours.

Only votes from PMC members are binding, but all members of the community
are
encouraged to test the release and vote with "(non-binding)".

The standard verification procedure is documented at
https://github.com/apache/arrow-datafusion/blob/master/dev/release/README.md#verifying-release-candidates
.

[ ] +1 Release this as Apache Arrow DataFusion 8.0.0
[ ] +0
[ ] -1 Do not release this as Apache Arrow DataFusion 8.0.0 because...

Here is my vote:

+1 (binding)

[1]:
https://github.com/apache/arrow-datafusion/tree/b9f6e6b7c353c1109bd7b306008e006db29b46f8
[2]:
https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-datafusion-8.0.0-rc2
[3]:
https://github.com/apache/arrow-datafusion/blob/b9f6e6b7c353c1109bd7b306008e006db29b46f8/CHANGELOG.md


Re: [VOTE][RUST] Release Apache Arrow Rust 14.0.0 RC1

2022-05-13 Thread Yang hao
Thank you, Andrew!
+1 (non-binding)
Verified on MacOS 12.2 M1 Pro.

Best regards,
Remzi

From: L. C. Hsieh 
Date: Saturday, May 14, 2022 at 07:06
To: dev@arrow.apache.org 
Subject: Re: [VOTE][RUST] Release Apache Arrow Rust 14.0.0 RC1
+1 (non-binding)

Verified on Intel Mac.

On Fri, May 13, 2022 at 11:26 AM Andy Grove  wrote:
>
> +1 (binding)
>
> Verified on Ubuntu 20.04.4 LTS
>
> On Fri, May 13, 2022 at 12:05 PM Andrew Lamb  wrote:
>
> > Hi,
> >
> > I would like to propose a release of Apache Arrow Rust Implementation,
> > version 14.0.0.
> >
> > This release candidate is based on commit:
> > 33e298444f251258dd289c8377c68a80925ab0b4 [1]
> >
> > The proposed release tarball and signatures are hosted at [2].
> >
> > The changelog is located at [3].
> >
> > Please download, verify checksums and signatures, run the unit tests,
> > and vote on the release. There is a script [4] that automates some of
> > the verification.
> >
> > The vote will be open for at least 72 hours.
> >
> > [ ] +1 Release this as Apache Arrow Rust
> > [ ] +0
> > [ ] -1 Do not release this as Apache Arrow Rust  because...
> >
> > [1]:
> >
> > https://github.com/apache/arrow-rs/tree/33e298444f251258dd289c8377c68a80925ab0b4
> > [2]:
> > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-14.0.0-rc1
> > [3]:
> >
> > https://github.com/apache/arrow-rs/blob/33e298444f251258dd289c8377c68a80925ab0b4/CHANGELOG.md
> > [4]:
> >
> > https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> >


Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 8.0.0 RC2

2022-05-13 Thread Yang hao
Hi:
Verified (8.0.0 rc2) on MacOS 12.2 M1 pro (non-binding)

One test failed:


expected:



[

"+-+-+-+",

"| column2 | column1 | column3 |",

"+-+-+-+",

"| 2   | 1   | 3   |",

"| 5   | 4   | 6   |",

"+-+-+-+",

]

actual:



[
"+-+-+-+",
"| column2 | column1 | column3 |",
"+-+-+-+",
"| 5   | 4   | 6   |",
"| 2   | 1   | 3   |",
"+-+-+-+",
]

', datafusion/core/src/datasource/view.rs:239:9


failures:
datasource::view::tests::query_join_views

Best regards,
Remzi

From: Andy Grove 
Date: Friday, May 13, 2022 at 19:57
To: dev 
Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 8.0.0 RC2
Hi,

I would like to propose a release of Apache Arrow DataFusion Implementation,
version 8.0.0.

This release candidate is based on commit:
b9f6e6b7c353c1109bd7b306008e006db29b46f8 [1]
The proposed release tarball and signatures are hosted at [2].
The changelog is located at [3].

Please download, verify checksums and signatures, run the unit tests, and
vote
on the release. The vote will be open for at least 72 hours.

Only votes from PMC members are binding, but all members of the community
are
encouraged to test the release and vote with "(non-binding)".

The standard verification procedure is documented at
https://github.com/apache/arrow-datafusion/blob/master/dev/release/README.md#verifying-release-candidates
.

[ ] +1 Release this as Apache Arrow DataFusion 8.0.0
[ ] +0
[ ] -1 Do not release this as Apache Arrow DataFusion 8.0.0 because...

Here is my vote:

+1 (binding)

[1]:
https://github.com/apache/arrow-datafusion/tree/b9f6e6b7c353c1109bd7b306008e006db29b46f8
[2]:
https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-datafusion-8.0.0-rc2
[3]:
https://github.com/apache/arrow-datafusion/blob/b9f6e6b7c353c1109bd7b306008e006db29b46f8/CHANGELOG.md


Question: What should the offsets buffer be for an empty (list, binary, string) array?

2022-05-09 Thread Yang hao
For an empty (list, binary, string) array, what should the offsets buffer be? 
Empty buffer or a buffer containing a single zero? Or both are valid?

There is some related information I found:

  1.  In the Apache Arrow Format: 
link

The offsets buffer contains length + 1 signed integers (either 32-bit or 
64-bit, depending on the logical type).
Generally the first slot in the offsets array is 0, and the last slot is the 
length of the values array.

  1.  A related issue in arrow-rs: 
link

We find that some test data in arrow-testing has empty offsets buffer (but not 
100% sure).

  1.  In arrow2 (rust), offsets buffer cannot be empty:

Link1

Link2

  1.  In arrow (c++), (sorry I am not familiar with the c++ implementation):

Link

Looking forward to your opintions!


Regards,
Remzi


Re: [VOTE][RUST] Release Apache Arrow Rust 13.0.0 RC1

2022-04-29 Thread Yang hao
+1 (non-binding)

Verified on macOS 12.2 Apple M1 Pro

Best regards,
Remzi Yang


From: Andrew Lamb 
Date: Saturday, April 30, 2022 at 02:50
To: dev 
Subject: [VOTE][RUST] Release Apache Arrow Rust 13.0.0 RC1
Hi,

I would like to propose a release of Apache Arrow Rust Implementation,
version 13.0.0.

This release candidate is based on commit:
7d00e3c3b124bf39ad214ad08d1a1f49a4465dab [1]

The proposed release tarball and signatures are hosted at [2].

The changelog is located at [3].

Please download, verify checksums and signatures, run the unit tests,
and vote on the release. There is a script [4] that automates some of
the verification.

The vote will be open for at least 72 hours.

[ ] +1 Release this as Apache Arrow Rust
[ ] +0
[ ] -1 Do not release this as Apache Arrow Rust  because...

[1]:
https://github.com/apache/arrow-rs/tree/7d00e3c3b124bf39ad214ad08d1a1f49a4465dab
[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-13.0.0-rc1
[3]:
https://github.com/apache/arrow-rs/blob/7d00e3c3b124bf39ad214ad08d1a1f49a4465dab/CHANGELOG.md
[4]:
https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh


Re: [ANNOUNCE] New Arrow committer: Liang-Chi Hsieh

2022-04-27 Thread Yang hao
Congratulations Liang-Chi!

From: Weston Pace 
Date: Thursday, April 28, 2022 at 05:19
To: dev@arrow.apache.org 
Subject: Re: [ANNOUNCE] New Arrow committer: Liang-Chi Hsieh
Congratulations Liang-Chi!

On Wed, Apr 27, 2022 at 9:54 AM Chao Sun  wrote:
>
> Congrats Liang-Chi! well deserved!
>
> On Wed, Apr 27, 2022 at 12:49 PM L. C. Hsieh  wrote:
> >
> > Thank you, Andrew and Bryan,
> > I'm pleased to become an Arrow committer. Looking forward to
> > contributing more on Apache Arrow!
> >
> > On Wed, Apr 27, 2022 at 12:34 PM Bryan Cutler  wrote:
> > >
> > > Congratulations!! That's great news and really glad to have you on the
> > > project!
> > >
> > > On Wed, Apr 27, 2022, 11:44 AM Andrew Lamb  wrote:
> > >
> > > > On behalf of the Arrow PMC, I'm happy to announce that Liang-Chi Hsieh
> > > > has accepted an invitation to become a committer on Apache
> > > > Arrow. Welcome, and thank you for your contributions!
> > > >
> > > > Andrew
> > > >


Re: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1

2022-04-16 Thread Yang hao
+1 (non-binding)
Thank you, Andrew!

Verified on macOS 12.2 Apple M1 Pro

Sorry for my previous email. The verification is successful when I manually 
installed cmake.
By the way, I didn’t meet such problem when verifying 11.1.0 and earlier 
versions.


From: Yang hao <1371656737...@gmail.com>
Date: Saturday, April 16, 2022 at 17:00
To: dev@arrow.apache.org 
Subject: Re: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1
0 (non-binding)
Verified on macOS 12.2 Apple M1 Pro

I met an error when running the script.


error: failed to run custom build command for `prost-build v0.10.1`



Caused by:

  process didn't exit successfully: 
`/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/target/debug/build/prost-build-b64a709d53e93171/build-script-build`
 (exit status: 101)

  --- stdout

  
cargo:rerun-if-changed=/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/test-rustup/registry/src/github.com-1ecc6299db9ec823/prost-build-0.10.1/third-party/protobuf/cmake

  CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None

  CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None

  HOST_CMAKE_TOOLCHAIN_FILE = None

  CMAKE_TOOLCHAIN_FILE = None

  CMAKE_GENERATOR_aarch64-apple-darwin = None

  CMAKE_GENERATOR_aarch64_apple_darwin = None

  HOST_CMAKE_GENERATOR = None

  CMAKE_GENERATOR = None

  CMAKE_PREFIX_PATH_aarch64-apple-darwin = None

  CMAKE_PREFIX_PATH_aarch64_apple_darwin = None

  HOST_CMAKE_PREFIX_PATH = None

  CMAKE_PREFIX_PATH = None

  CMAKE_aarch64-apple-darwin = None

  CMAKE_aarch64_apple_darwin = None

  HOST_CMAKE = None

  CMAKE = None

  running: "cmake" 
"/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/test-rustup/registry/src/github.com-1ecc6299db9ec823/prost-build-0.10.1/third-party/protobuf/cmake"
 
"-DCMAKE_INSTALL_PREFIX=/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/target/debug/build/prost-build-b7e66d43e336f3bf/out"
 "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" 
"-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections 
-fdata-sections -fPIC -arch arm64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" 
"-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" 
"-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"



  --- stderr

  thread 'main' panicked at '

  failed to execute command: No such file or directory (os error 2)

  is `cmake` not installed?

From: L. C. Hsieh 
Date: Saturday, April 16, 2022 at 10:12
To: dev@arrow.apache.org 
Subject: Re: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1
+1. Verified on Intel Mac.

Thank you, Andrew!

On Fri, Apr 15, 2022 at 6:46 PM Chao Sun  wrote:
>
> +1 (non-binding). Tested on Mac (AMD).
>
> Thanks Andrew!
>
> On Fri, Apr 15, 2022 at 5:48 PM Andy Grove  wrote:
> >
> > I ran into a problem running the release verification script. I will try
> > and debug tomorrow .. perhaps it is a local environmental issue or maybe I
> > just need to upgrade the version of protoc that is installed.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *error: failed to run custom build command for `arrow-flight v12.0.0
> > (/tmp/arrow-12.0.0.PitgR/apache-arrow-rs-12.0.0/arrow-flight)`Caused by:
> > process didn't exit successfully:
> > `/tmp/arrow-12.0.0.PitgR/apache-arrow-rs-12.0.0/target/debug/build/arrow-flight-32d1e9d97d680e87/build-script-build`
> > (exit status: 1)  --- stdout
> > cargo:rerun-if-changed=../format/Flight.proto  --- stderr  Error: Custom {
> > kind: Other, error: "protoc failed: Unknown flag:
> > --experimental_allow_proto3_optional\n" }*
> >
> > On Fri, Apr 15, 2022 at 6:08 PM Matthew Turner 
> > 
> > wrote:
> >
> > > +1
> > >
> > > Verified on M1 Macbook.
> > >
> > > Thanks, Andrew.
> > >
> > > From: Andrew Lamb 
> > > Date: Friday, April 15, 2022 at 6:51 PM
> > > To: dev 
> > > Subject: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1
> > > Hi,
> > >
> > > I would like to propose a release of Apache Arrow Rust Implementation,
> > > version 12.0.0.
> > >
> > > This release candidate is based on commit:
> > > dbc47e030c3038d40dbef39fbf3b39ae41f9e98a [1]
> > >
> > > The proposed release tarball and signatures are hosted at [2].
> > >
> > > The changelog is located at [3].
> > >
> > > Please download, verify checksums and signatures, run the unit tests,
> > > an

Re: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1

2022-04-16 Thread Yang hao
0 (non-binding)
Verified on macOS 12.2 Apple M1 Pro

I met an error when running the script.


error: failed to run custom build command for `prost-build v0.10.1`



Caused by:

  process didn't exit successfully: 
`/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/target/debug/build/prost-build-b64a709d53e93171/build-script-build`
 (exit status: 101)

  --- stdout

  
cargo:rerun-if-changed=/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/test-rustup/registry/src/github.com-1ecc6299db9ec823/prost-build-0.10.1/third-party/protobuf/cmake

  CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None

  CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None

  HOST_CMAKE_TOOLCHAIN_FILE = None

  CMAKE_TOOLCHAIN_FILE = None

  CMAKE_GENERATOR_aarch64-apple-darwin = None

  CMAKE_GENERATOR_aarch64_apple_darwin = None

  HOST_CMAKE_GENERATOR = None

  CMAKE_GENERATOR = None

  CMAKE_PREFIX_PATH_aarch64-apple-darwin = None

  CMAKE_PREFIX_PATH_aarch64_apple_darwin = None

  HOST_CMAKE_PREFIX_PATH = None

  CMAKE_PREFIX_PATH = None

  CMAKE_aarch64-apple-darwin = None

  CMAKE_aarch64_apple_darwin = None

  HOST_CMAKE = None

  CMAKE = None

  running: "cmake" 
"/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/test-rustup/registry/src/github.com-1ecc6299db9ec823/prost-build-0.10.1/third-party/protobuf/cmake"
 
"-DCMAKE_INSTALL_PREFIX=/private/var/folders/84/nsymn7_12zx6vf8yx8hkxsswgq/T/arrow-12.0.0.X.qtiPg6Fn/apache-arrow-rs-12.0.0/target/debug/build/prost-build-b7e66d43e336f3bf/out"
 "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" 
"-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections 
-fdata-sections -fPIC -arch arm64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" 
"-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" 
"-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"



  --- stderr

  thread 'main' panicked at '

  failed to execute command: No such file or directory (os error 2)

  is `cmake` not installed?

From: L. C. Hsieh 
Date: Saturday, April 16, 2022 at 10:12
To: dev@arrow.apache.org 
Subject: Re: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1
+1. Verified on Intel Mac.

Thank you, Andrew!

On Fri, Apr 15, 2022 at 6:46 PM Chao Sun  wrote:
>
> +1 (non-binding). Tested on Mac (AMD).
>
> Thanks Andrew!
>
> On Fri, Apr 15, 2022 at 5:48 PM Andy Grove  wrote:
> >
> > I ran into a problem running the release verification script. I will try
> > and debug tomorrow .. perhaps it is a local environmental issue or maybe I
> > just need to upgrade the version of protoc that is installed.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *error: failed to run custom build command for `arrow-flight v12.0.0
> > (/tmp/arrow-12.0.0.PitgR/apache-arrow-rs-12.0.0/arrow-flight)`Caused by:
> > process didn't exit successfully:
> > `/tmp/arrow-12.0.0.PitgR/apache-arrow-rs-12.0.0/target/debug/build/arrow-flight-32d1e9d97d680e87/build-script-build`
> > (exit status: 1)  --- stdout
> > cargo:rerun-if-changed=../format/Flight.proto  --- stderr  Error: Custom {
> > kind: Other, error: "protoc failed: Unknown flag:
> > --experimental_allow_proto3_optional\n" }*
> >
> > On Fri, Apr 15, 2022 at 6:08 PM Matthew Turner 
> > 
> > wrote:
> >
> > > +1
> > >
> > > Verified on M1 Macbook.
> > >
> > > Thanks, Andrew.
> > >
> > > From: Andrew Lamb 
> > > Date: Friday, April 15, 2022 at 6:51 PM
> > > To: dev 
> > > Subject: [VOTE][RUST] Release Apache Arrow Rust 12.0.0 RC1
> > > Hi,
> > >
> > > I would like to propose a release of Apache Arrow Rust Implementation,
> > > version 12.0.0.
> > >
> > > This release candidate is based on commit:
> > > dbc47e030c3038d40dbef39fbf3b39ae41f9e98a [1]
> > >
> > > The proposed release tarball and signatures are hosted at [2].
> > >
> > > The changelog is located at [3].
> > >
> > > Please download, verify checksums and signatures, run the unit tests,
> > > and vote on the release. There is a script [4] that automates some of
> > > the verification.
> > >
> > > The vote will be open for at least 72 hours.
> > >
> > > [ ] +1 Release this as Apache Arrow Rust
> > > [ ] +0
> > > [ ] -1 Do not release this as Apache Arrow Rust  because...
> > >
> > > [1]:
> > >
> > > https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Farrow-rs%2Ftree%2Fdbc47e030c3038d40dbef39fbf3b39ae41f9e98adata=04%7C01%7C%7C8838fa89c26944712e0a08da1f327163%7C84df9e7fe9f640afb435%7C1%7C0%7C637856598750713755%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000sdata=EeqyzdE%2F0CzS3%2BamBUEnNRFgggWGtKSHYkLWISOs1DE%3Dreserved=0
> > > [2]:
> > > 

Re: [VOTE][RUST][Datafusion] Release Apache Arrow Datafusion 7.1.0 RC1

2022-04-12 Thread Yang hao
+1 (non-binding)

Verified on macOS 12.2 Apple M1 Pro

Thanks,
Remzi Yang


From: Andrew Lamb 
Date: Wednesday, April 13, 2022 at 04:44
To: dev 
Subject: [VOTE][RUST][Datafusion] Release Apache Arrow Datafusion 7.1.0 RC1
Hi,

I would like to propose a release of Apache Arrow Datafusion Implementation,
version 7.1.0.

You can find additional information about this release at [4]. It is
primarily intended to address a small issue in [5], and will only result in
a `datafusion` release to crates.io (no change to `datafusion-expr` or
`datafusion-common`).

This release candidate is based on commit:
f2fcb80f8727c6b9620e2a84629d3e45d8c0e8f7 [1]
The proposed release tarball and signatures are hosted at [2].
The changelog is located at [3].

Please download, verify checksums and signatures, run the unit tests, and
vote
on the release. The vote will be open for at least 72 hours.

Only votes from PMC members are binding, but all members of the community
are
encouraged to test the release and vote with "(non-binding)".

The standard verification procedure is documented at
https://github.com/apache/arrow-datafusion/blob/master/dev/release/README.md#verifying-release-candidates
.

[ ] +1 Release this as Apache Arrow Datafusion 7.1.0
[ ] +0
[ ] -1 Do not release this as Apache Arrow Datafusion 7.1.0 because...

[1]:
https://github.com/apache/arrow-datafusion/tree/f2fcb80f8727c6b9620e2a84629d3e45d8c0e8f7
[2]:
https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-datafusion-7.1.0-rc1
[3]:
https://github.com/apache/arrow-datafusion/blob/f2fcb80f8727c6b9620e2a84629d3e45d8c0e8f7/CHANGELOG.md
[4] https://github.com/apache/arrow-datafusion/issues/2095
[5] https://github.com/apache/arrow-datafusion/pull/2159
-


Re: [VOTE][RUST] Release Apache Arrow Rust 11.1.0 RC1

2022-04-01 Thread Yang hao
+1 (non-binding)

Verified on macOS 12.2 Apple M1 Pro

Thanks,
Remzi Yang


From: Andrew Lamb 
Date: Friday, April 1, 2022 at 23:26
To: dev 
Subject: [VOTE][RUST] Release Apache Arrow Rust 11.1.0 RC1
Hi,

I would like to propose a release of Apache Arrow Rust Implementation,
version 11.1.0.

This release candidate is based on commit:
eb6b7c65f49794f54d9b11a632172ffa13783ff2 [1]

The proposed release tarball and signatures are hosted at [2].

The changelog is located at [3] and it has a nice set of features .

Please download, verify checksums and signatures, run the unit tests,
and vote on the release. There is a script [4] that automates some of
the verification.

The vote will be open for at least 72 hours.

[ ] +1 Release this as Apache Arrow Rust
[ ] +0
[ ] -1 Do not release this as Apache Arrow Rust  because...

[1]:
https://github.com/apache/arrow-rs/tree/eb6b7c65f49794f54d9b11a632172ffa13783ff2
[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-11.1.0-rc1
[3]:
https://github.com/apache/arrow-rs/blob/eb6b7c65f49794f54d9b11a632172ffa13783ff2/CHANGELOG.md
[4]:
https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh


Re: [VOTE][RUST] Release Apache Arrow Rust 11.0.0 RC1

2022-03-21 Thread Yang hao
+1 (non-binding)

Verified on macOS 12.2 Apple M1 Pro

Thanks,
Remzi Yang

From: Jörn Horstmann 
Date: Monday, March 21, 2022 at 17:41
To: dev@arrow.apache.org 
Subject: Re: [VOTE][RUST] Release Apache Arrow Rust 11.0.0 RC1
+1 (non-binding)

Thanks,
Jörn

On Sat, Mar 19, 2022 at 5:29 AM Yijie Shen 
wrote:

> +1 non-binding
>
> Thanks,
> Yijie
>
> On Sat, Mar 19, 2022 at 10:23 AM LM  wrote:
>
> > +1 (non-binding)
> >
> > Verified on macOS 12.3 on M1Max
> >
> > Thanks,
> > Lin
> >
> > On Fri, Mar 18, 2022 at 5:52 PM QP Hou  wrote:
> >
> > > +1 (binding)
> > > Thanks,
> > > QP Hou
> > >
> > > On Fri, Mar 18, 2022 at 1:01 AM Andrew Lamb 
> > wrote:
> > > >
> > > > Hi,
> > > >
> > > > I would like to propose a release of Apache Arrow Rust
> Implementation,
> > > > version 11.0.0.
> > > >
> > > > This release candidate is based on commit:
> > > > 5d6b638111e3f9c72dc8504ea98e46914fc93af5 [1]
> > > >
> > > > The proposed release tarball and signatures are hosted at [2].
> > > >
> > > > The changelog is located at [3].
> > > >
> > > > Please download, verify checksums and signatures, run the unit tests,
> > > > and vote on the release. There is a script [4] that automates some of
> > > > the verification.
> > > >
> > > > The vote will be open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this as Apache Arrow Rust
> > > > [ ] +0
> > > > [ ] -1 Do not release this as Apache Arrow Rust  because...
> > > >
> > > > [1]:
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/tree/5d6b638111e3f9c72dc8504ea98e46914fc93af5
> > > > [2]:
> > >
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-11.0.0-rc1
> > > > [3]:
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/5d6b638111e3f9c72dc8504ea98e46914fc93af5/CHANGELOG.md
> > > > [4]:
> > > >
> > >
> >
> https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh
> > > > -
> > >
> >
>


--
*Jörn Horstmann* | Senior Backend Engineer

www.signavio.com
Kurfürstenstraße 111, 10787 Berlin, Germany

Work with us! 




   





HRB 121584 B Charlottenburg District Court, VAT ID: DE265675123
Managing Directors: Dr. Gero Decker, Rouven Morato Adam


Re: [ANNOUNCE] New Arrow committers: Raphael Taylor-Davies, Wang Xudong, Yijie Shen, and Kun Liu

2022-03-09 Thread Yang hao
Congratulations to all!

From: Benson Muite 
Date: Thursday, March 10, 2022 at 03:45
To: dev@arrow.apache.org 
Subject: Re: [ANNOUNCE] New Arrow committers: Raphael Taylor-Davies, Wang 
Xudong, Yijie Shen, and Kun Liu
Congratulations!

On 3/9/22 9:56 PM, David Li wrote:
> Congrats everyone!
>
> On Wed, Mar 9, 2022, at 13:47, Rok Mihevc wrote:
>> Congrats all!
>>
>> Rok
>>
>> On Wed, Mar 9, 2022 at 7:16 PM QP Hou  wrote:
>>>
>>> Congratulations to all, well deserved!
>>>
>>> On Wed, Mar 9, 2022 at 9:37 AM Daniël Heres  wrote:

 Congratulations!

 On Wed, Mar 9, 2022, 18:26 LM  wrote:

> Congrats to you all!
>
> On Wed, Mar 9, 2022 at 9:19 AM Chao Sun  wrote:
>
>> Congrats all!
>>
>> On Wed, Mar 9, 2022 at 9:16 AM Micah Kornfield 
>> wrote:
>>>
>>> Congrats!
>>>
>>> On Wed, Mar 9, 2022 at 8:36 AM Weston Pace 
>> wrote:
>>>
 Congratulations to all of you!

 On Wed, Mar 9, 2022, 4:52 AM Matthew Turner <
>> matthew.m.tur...@outlook.com>
 wrote:

> Congrats all and thank you for your contributions! It's been great
> to
 work
> with and learn from you all.
>
> -Original Message-
> From: Andrew Lamb 
> Sent: Wednesday, March 9, 2022 8:59 AM
> To: dev 
> Subject: [ANNOUNCE] New Arrow committers: Raphael Taylor-Davies,
> Wang
> Xudong, Yijie Shen, and Kun Liu
>
> On behalf of the Arrow PMC, I'm happy to announce that
>
> Raphael Taylor-Davies
> Wang Xudong
> Yijie Shen
> Kun Liu
>
> Have all accepted invitations to become committers on Apache Arrow!
> Welcome, thank you for all your contributions so far, and we look
>> forward
> to continuing to drive Apache Arrow forward to an even better place
>> in
 the
> future.
>
> This exciting growth in committers mirrors the growth of the Arrow
>> Rust
> community.
>
> Andrew
>
> p.s. sorry for the somewhat impersonal email; I was trying to avoid
> several very similar emails. I am truly excited for each of these
> individuals.
>

>>
>