[RESULT][VOTE] Release Apache HoraeDB(Incubating) rust client v2.0.0-rc.1

2024-07-11 Thread Jiacai Liu

Hello Incubator PMC and Community,

The vote to release Apache HoraeDB(Incubating) rust client 
v2.0.0-rc.1 has passed with 3

+1 binding, no +0 or -1 votes.

3 (+1 binding)
- hulk
- PJ Fanning
- tison

no further 0 or -1 votes.

The vote thread:
https://lists.apache.org/thread/tlbs3sl7q9yyc167s124bx1ohwxp8lmj

Thanks for reviewing and voting for our release candidate.
We will take the steps to complete this release and will announce 
it soon.


Best,
Jiacai Liu

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB(Incubating) rust client v2.0.0-rc.1

2024-07-07 Thread tison
+1 binding

* Download link valid.
* Signature and checksum matches

apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz
gpg: Signature made 二  6/11 20:05:04 2024 PDT
gpg:using RSA key 6F734AE4297C7F62B6054F91D3026E5C08A0BAB4
gpg: Good signature from "jiacai2...@apache.org" [unknown]
gpg: aka "Jiacai Liu " [unknown]
gpg: aka "Jiacai Liu " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the
owner.
Primary key fingerprint: 6F73 4AE4 297C 7F62 B605  4F91 D302 6E5C 08A0 BAB4

* LICENSE / NOTICE / DISCLAIMER exists
* License header properly set.
* Build works with: cargo build

To @PJ:
> maturin build failed on my Macbook

You may misread the build instructions of Python client, this is the Rust
client.

But I suggest the PPMC try add a default target of Makefile to let `make`
build the library which is intuitive since you have the Makefile.

Best,
tison.


PJ Fanning  于2024年7月7日周日 16:20写道:

> +1 binding
> * Downloads ok
> * checksums and signatures are valid
> * no binaries
> * LICENSE/NOTICE/DISCLAIMER ok
> * Source headers ok
> * maturin build failed on my Macbook
>
> Caused by: Couldn't detect the binding type; Please specify them with
> --bindings/-b
>
> I'm no Rust expert but the build made some progress and everything
> else seems ok.
>
> On Tue, 2 Jul 2024 at 13:42, hulk  wrote:
> >
> > +1 binding
> >
> > I checked:
> >
> > [x] Download links are valid.
> > [x] Checksums and PGP signatures are valid.
> > [x] [No unexpected binary files bundled in the source archive.
> > [x] LICENSE/NOTICE/DISCLAIMER files exist.
> > [x] Can compile from source.
> >
> >Compiling horaedb-client v2.0.0
> > (/Users/hulk/Downloads/apache-horaedb-incubating-rust-client-v2.0.0-src)
> > Finished dev [unoptimized + debuginfo] target(s) in 54.31s
> >
> > On Tue, 2 Jul 2024 at 16:46, Jiacai Liu  wrote:
> >
> > > Hello,
> > >
> > > This is a call for a vote to release Apache HoraeDB(incubating)
> > > rust client version v2.0.0.
> > >
> > > The tag to be voted on is v2.0.0-rc.1
> > >
> > > The vote thread:
> > > https://lists.apache.org/thread/yr6plq4176d5xyh1v0h2pjtgt61rkrb6
> > >
> > > Vote Result:
> > > https://lists.apache.org/thread/nvnpxnbf96b7dj05lwdp9knv2d3wklws
> > >
> > > The release candidate:
> > >
> > >
> > >
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-rust-client/v2.0.0-rc.1/
> > >
> > > Keys to verify the release candidate:
> > >
> > > https://downloads.apache.org/incubator/horaedb/KEYS
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/horaedb-client-rs/releases/tag/v2.0.0-rc.1
> > >
> > > Git commit id for the release:
> > >
> > >
> https://github.com/apache/horaedb-client-rs/commit/c011a7ef4726272fe73026a96583d0271fce6f3d
> > >
> > > The vote will be open for at least 72 hours or until the necessary
> > > number
> > > of votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Checklist for reference:
> > > [ ] Download links are valid.
> > > [ ] Checksums and PGP signatures are valid.
> > > [ ] Source code distribution has correct names matching the
> > > current release.
> > > [ ] LICENSE/NOTICE files exist and are correct.
> > > [ ] No unexpected binary files bundled in the source archive.
> > > [ ] All source files have ASF headers.
> > > [ ] Can compile from source.
> > >
> > > Tips to verify the release, please refer to:
> > >
> > > https://github.com/apache/horaedb/wiki/ASF-review-guide
> > >
> > > How to Build HoraeDB Rust client, please refer to:
> > >
> > > https://horaedb.apache.org/dev/sdk_develop.html#rust
> > >
> > > Best,
> > > Jiacai Liu
> > >
> > > -
> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > For additional commands, e-mail: general-h...@incubator.apache.org
> > >
> > >
> >
> > --
> > Best Regards,
> > - *Hulk Lin*
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache HoraeDB(Incubating) rust client v2.0.0-rc.1

2024-07-07 Thread PJ Fanning
+1 binding
* Downloads ok
* checksums and signatures are valid
* no binaries
* LICENSE/NOTICE/DISCLAIMER ok
* Source headers ok
* maturin build failed on my Macbook

Caused by: Couldn't detect the binding type; Please specify them with
--bindings/-b

I'm no Rust expert but the build made some progress and everything
else seems ok.

On Tue, 2 Jul 2024 at 13:42, hulk  wrote:
>
> +1 binding
>
> I checked:
>
> [x] Download links are valid.
> [x] Checksums and PGP signatures are valid.
> [x] [No unexpected binary files bundled in the source archive.
> [x] LICENSE/NOTICE/DISCLAIMER files exist.
> [x] Can compile from source.
>
>Compiling horaedb-client v2.0.0
> (/Users/hulk/Downloads/apache-horaedb-incubating-rust-client-v2.0.0-src)
> Finished dev [unoptimized + debuginfo] target(s) in 54.31s
>
> On Tue, 2 Jul 2024 at 16:46, Jiacai Liu  wrote:
>
> > Hello,
> >
> > This is a call for a vote to release Apache HoraeDB(incubating)
> > rust client version v2.0.0.
> >
> > The tag to be voted on is v2.0.0-rc.1
> >
> > The vote thread:
> > https://lists.apache.org/thread/yr6plq4176d5xyh1v0h2pjtgt61rkrb6
> >
> > Vote Result:
> > https://lists.apache.org/thread/nvnpxnbf96b7dj05lwdp9knv2d3wklws
> >
> > The release candidate:
> >
> >
> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-rust-client/v2.0.0-rc.1/
> >
> > Keys to verify the release candidate:
> >
> > https://downloads.apache.org/incubator/horaedb/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/horaedb-client-rs/releases/tag/v2.0.0-rc.1
> >
> > Git commit id for the release:
> >
> > https://github.com/apache/horaedb-client-rs/commit/c011a7ef4726272fe73026a96583d0271fce6f3d
> >
> > The vote will be open for at least 72 hours or until the necessary
> > number
> > of votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Checklist for reference:
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distribution has correct names matching the
> > current release.
> > [ ] LICENSE/NOTICE files exist and are correct.
> > [ ] No unexpected binary files bundled in the source archive.
> > [ ] All source files have ASF headers.
> > [ ] Can compile from source.
> >
> > Tips to verify the release, please refer to:
> >
> > https://github.com/apache/horaedb/wiki/ASF-review-guide
> >
> > How to Build HoraeDB Rust client, please refer to:
> >
> > https://horaedb.apache.org/dev/sdk_develop.html#rust
> >
> > Best,
> > Jiacai Liu
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>
> --
> Best Regards,
> - *Hulk Lin*

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB(Incubating) rust client v2.0.0-rc.1

2024-07-02 Thread hulk
+1 binding

I checked:

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] [No unexpected binary files bundled in the source archive.
[x] LICENSE/NOTICE/DISCLAIMER files exist.
[x] Can compile from source.

   Compiling horaedb-client v2.0.0
(/Users/hulk/Downloads/apache-horaedb-incubating-rust-client-v2.0.0-src)
Finished dev [unoptimized + debuginfo] target(s) in 54.31s

On Tue, 2 Jul 2024 at 16:46, Jiacai Liu  wrote:

> Hello,
>
> This is a call for a vote to release Apache HoraeDB(incubating)
> rust client version v2.0.0.
>
> The tag to be voted on is v2.0.0-rc.1
>
> The vote thread:
> https://lists.apache.org/thread/yr6plq4176d5xyh1v0h2pjtgt61rkrb6
>
> Vote Result:
> https://lists.apache.org/thread/nvnpxnbf96b7dj05lwdp9knv2d3wklws
>
> The release candidate:
>
>
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-rust-client/v2.0.0-rc.1/
>
> Keys to verify the release candidate:
>
> https://downloads.apache.org/incubator/horaedb/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/horaedb-client-rs/releases/tag/v2.0.0-rc.1
>
> Git commit id for the release:
>
> https://github.com/apache/horaedb-client-rs/commit/c011a7ef4726272fe73026a96583d0271fce6f3d
>
> The vote will be open for at least 72 hours or until the necessary
> number
> of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Checklist for reference:
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distribution has correct names matching the
> current release.
> [ ] LICENSE/NOTICE files exist and are correct.
> [ ] No unexpected binary files bundled in the source archive.
> [ ] All source files have ASF headers.
> [ ] Can compile from source.
>
> Tips to verify the release, please refer to:
>
> https://github.com/apache/horaedb/wiki/ASF-review-guide
>
> How to Build HoraeDB Rust client, please refer to:
>
> https://horaedb.apache.org/dev/sdk_develop.html#rust
>
> Best,
> Jiacai Liu
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

-- 
Best Regards,
- *Hulk Lin*


[VOTE] Release Apache HoraeDB(Incubating) rust client v2.0.0-rc.1

2024-07-02 Thread Jiacai Liu

Hello,

This is a call for a vote to release Apache HoraeDB(incubating) 
rust client version v2.0.0.


The tag to be voted on is v2.0.0-rc.1

The vote thread:
https://lists.apache.org/thread/yr6plq4176d5xyh1v0h2pjtgt61rkrb6

Vote Result:
https://lists.apache.org/thread/nvnpxnbf96b7dj05lwdp9knv2d3wklws

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-rust-client/v2.0.0-rc.1/

Keys to verify the release candidate:

https://downloads.apache.org/incubator/horaedb/KEYS

Git tag for the release:

https://github.com/apache/horaedb-client-rs/releases/tag/v2.0.0-rc.1

Git commit id for the release:
https://github.com/apache/horaedb-client-rs/commit/c011a7ef4726272fe73026a96583d0271fce6f3d

The vote will be open for at least 72 hours or until the necessary 
number

of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Checklist for reference:
[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] Source code distribution has correct names matching the 
current release.

[ ] LICENSE/NOTICE files exist and are correct.
[ ] No unexpected binary files bundled in the source archive.
[ ] All source files have ASF headers.
[ ] Can compile from source.

Tips to verify the release, please refer to:

https://github.com/apache/horaedb/wiki/ASF-review-guide

How to Build HoraeDB Rust client, please refer to:

https://horaedb.apache.org/dev/sdk_develop.html#rust

Best,
Jiacai Liu

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-07-01 Thread Weibin Zeng
Hello Incubator PMC and Community,

The vote to release Apache GraphAr(incubating) v0.12.0-rc.1 has passed with
3
+1 binding and 2 +1 non-binding votes, no +0 or -1 votes.


3 (+1 binding)
- Calvin Kirs
- Xiaoqiao He
- Yu Li

2 (+1 non-binding)
- Weibin Zeng
- Zhe Wang

no further 0 or -1 votes.

The vote thread:
https://lists.apache.org/thread/nvn5tr2wb7bd8xjw2tqocxjpzx8j03s4

Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out the
announcement soon.

Thanks,
Weibin Zeng


Re: [VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-07-01 Thread Yu Li
+1 (binding)

- Checked release file name and location: *OK*
- Checked sum and signatures: *OK*
- Checked DISCLAIMER file exists: *OK*
- Checked LICENSE and NOTICE files: *OK*
- Checked no binary files in source package: *OK*
- Checked compile from source (build GraphAr Scala with Spark
library): *OK* (JDK
11u21)

Best Regards,
Yu


On Mon, 24 Jun 2024 at 10:23, Weibin Zeng  wrote:

> Dear IPMC Members,
>
> I hope this message finds you well.
>
> We have recently prepared the Apache GraphAr (incubating) 0.12.0 release
> which has been pending review for a few days.
>
> Could anyone help to review the release artifacts? Your prompt attention
> and feedback on the release would be greatly appreciated, as it is crucial
> for ensuring the quality and adherence to Apache's standards.
>
> Thank you in advance for your help and support.
>
> Best regards,
> Weibin Zeng
>
> On 2024/06/20 12:14:08 Zhe Wang wrote:
> > +1 no-binding
> >
> > On 2024/06/13 08:16:39 Weibin Zeng wrote:
> > > Hello,
> > >
> > > This a call for a vote to release Apache GraphAr(incubating) version
> > > v0.12.0-rc.1
> > >
> > > The Apache GraphAr(incubating) community has voted and approved the
> release
> > > of
> > > Apache GraphAr(incubating) v0.12.0-rc.1.
> > > We now kindly request the Incubator PMC members review and vote on this
> > > incubator
> > > release.
> > >
> > > Apache GraphAr(incubating) - An open source, standard data file format
> for
> > > graph data
> > > storage and retrieval.
> > >
> > > Apache GraphAr(incubating) community vote thread:
> > >
> > > https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7
> > >
> > > Community vote result:
> > >
> > > https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t
> > >
> > > The release candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/
> > >
> > > Keys to verify the release candidate:
> > >
> > > https://downloads.apache.org/incubator/graphar/KEYS
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1
> > >
> > > Git commit for the release:
> > >
> > >
> https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4
> > >
> > >
> > > The VOTE will be open for at least 72 hours and until the necessary
> > > number of votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > To learn more about apache graphar, please see
> https://graphar.apache.org/
> > >
> > > Checklist for reference:
> > >
> > > [ ] Download links are valid.
> > > [ ] Checksums and PGP signatures are valid.
> > > [ ] Source code distribution has correct names matching the current
> release.
> > > [ ] LICENSE/NOTICE files exist and are correct.
> > > [ ] No unexpected binary files bundled in the source archive.
> > > [ ] All source files have ASF headers.
> > > [ ] Can compile from source.
> > >
> > > More detailed checklist please refer to:
> > >
> > >
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> > >
> > > Step to verify the release, Please refer to:
> > >
> > > https://graphar.apache.org/community/committers/verify
> > >
> > > How to Build GraphAr, please refer to:
> > >
> > > https://graphar.apache.org/community/development
> > >
> > > Thanks,
> > > On behalf of  Apache GraphAr(incubating) community.
> > >
> > > Best,
> > > Weibin Zeng
> > >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-06-23 Thread Weibin Zeng
Dear IPMC Members,

I hope this message finds you well. 

We have recently prepared the Apache GraphAr (incubating) 0.12.0 release which 
has been pending review for a few days.

Could anyone help to review the release artifacts? Your prompt attention and 
feedback on the release would be greatly appreciated, as it is crucial for 
ensuring the quality and adherence to Apache's standards.

Thank you in advance for your help and support.

Best regards,
Weibin Zeng

On 2024/06/20 12:14:08 Zhe Wang wrote:
> +1 no-binding
> 
> On 2024/06/13 08:16:39 Weibin Zeng wrote:
> > Hello,
> > 
> > This a call for a vote to release Apache GraphAr(incubating) version
> > v0.12.0-rc.1
> > 
> > The Apache GraphAr(incubating) community has voted and approved the release
> > of
> > Apache GraphAr(incubating) v0.12.0-rc.1.
> > We now kindly request the Incubator PMC members review and vote on this
> > incubator
> > release.
> > 
> > Apache GraphAr(incubating) - An open source, standard data file format for
> > graph data
> > storage and retrieval.
> > 
> > Apache GraphAr(incubating) community vote thread:
> > 
> > https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7
> > 
> > Community vote result:
> > 
> > https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t
> > 
> > The release candidate:
> > 
> > https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/
> > 
> > Keys to verify the release candidate:
> > 
> > https://downloads.apache.org/incubator/graphar/KEYS
> > 
> > Git tag for the release:
> > 
> > https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1
> > 
> > Git commit for the release:
> > 
> > https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4
> > 
> > 
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> > 
> > Please vote accordingly:
> > 
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> > 
> > To learn more about apache graphar, please see https://graphar.apache.org/
> > 
> > Checklist for reference:
> > 
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distribution has correct names matching the current release.
> > [ ] LICENSE/NOTICE files exist and are correct.
> > [ ] No unexpected binary files bundled in the source archive.
> > [ ] All source files have ASF headers.
> > [ ] Can compile from source.
> > 
> > More detailed checklist please refer to:
> > 
> > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> > 
> > Step to verify the release, Please refer to:
> > 
> > https://graphar.apache.org/community/committers/verify
> > 
> > How to Build GraphAr, please refer to:
> > 
> > https://graphar.apache.org/community/development
> > 
> > Thanks,
> > On behalf of  Apache GraphAr(incubating) community.
> > 
> > Best,
> > Weibin Zeng
> > 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-06-20 Thread Zhe Wang
+1 no-binding

On 2024/06/13 08:16:39 Weibin Zeng wrote:
> Hello,
> 
> This a call for a vote to release Apache GraphAr(incubating) version
> v0.12.0-rc.1
> 
> The Apache GraphAr(incubating) community has voted and approved the release
> of
> Apache GraphAr(incubating) v0.12.0-rc.1.
> We now kindly request the Incubator PMC members review and vote on this
> incubator
> release.
> 
> Apache GraphAr(incubating) - An open source, standard data file format for
> graph data
> storage and retrieval.
> 
> Apache GraphAr(incubating) community vote thread:
> 
> https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7
> 
> Community vote result:
> 
> https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t
> 
> The release candidate:
> 
> https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/
> 
> Keys to verify the release candidate:
> 
> https://downloads.apache.org/incubator/graphar/KEYS
> 
> Git tag for the release:
> 
> https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1
> 
> Git commit for the release:
> 
> https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4
> 
> 
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
> 
> Please vote accordingly:
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> To learn more about apache graphar, please see https://graphar.apache.org/
> 
> Checklist for reference:
> 
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distribution has correct names matching the current release.
> [ ] LICENSE/NOTICE files exist and are correct.
> [ ] No unexpected binary files bundled in the source archive.
> [ ] All source files have ASF headers.
> [ ] Can compile from source.
> 
> More detailed checklist please refer to:
> 
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> 
> Step to verify the release, Please refer to:
> 
> https://graphar.apache.org/community/committers/verify
> 
> How to Build GraphAr, please refer to:
> 
> https://graphar.apache.org/community/development
> 
> Thanks,
> On behalf of  Apache GraphAr(incubating) community.
> 
> Best,
> Weibin Zeng
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-06-17 Thread Xiaoqiao He
+1 (binding)

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] LICENSE and NOTICE exist.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] All source files (include *.h/*.cc/*.py/*.java)) have license headers
if necessary.
[x] Skimmed site and looked good to me.

Best Regards,
- He Xiaoqiao

On Mon, Jun 17, 2024 at 10:03 AM Weibin Zeng  wrote:

> Carry my no-binding +1 from dev list
>
> On 2024/06/13 09:27:57 Calvin Kirs wrote:
> > Carry my +1 binding from dev@ vote.
> >
> > On Thu, Jun 13, 2024 at 4:17 PM Weibin Zeng  wrote:
> >
> > > Hello,
> > >
> > > This a call for a vote to release Apache GraphAr(incubating) version
> > > v0.12.0-rc.1
> > >
> > > The Apache GraphAr(incubating) community has voted and approved the
> release
> > > of
> > > Apache GraphAr(incubating) v0.12.0-rc.1.
> > > We now kindly request the Incubator PMC members review and vote on this
> > > incubator
> > > release.
> > >
> > > Apache GraphAr(incubating) - An open source, standard data file format
> for
> > > graph data
> > > storage and retrieval.
> > >
> > > Apache GraphAr(incubating) community vote thread:
> > >
> > > https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7
> > >
> > > Community vote result:
> > >
> > > https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t
> > >
> > > The release candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/
> > >
> > > Keys to verify the release candidate:
> > >
> > > https://downloads.apache.org/incubator/graphar/KEYS
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1
> > >
> > > Git commit for the release:
> > >
> > >
> > >
> https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4
> > >
> > >
> > > The VOTE will be open for at least 72 hours and until the necessary
> > > number of votes are reached.
> > >
> > > Please vote accordingly:
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > To learn more about apache graphar, please see
> https://graphar.apache.org/
> > >
> > > Checklist for reference:
> > >
> > > [ ] Download links are valid.
> > > [ ] Checksums and PGP signatures are valid.
> > > [ ] Source code distribution has correct names matching the current
> > > release.
> > > [ ] LICENSE/NOTICE files exist and are correct.
> > > [ ] No unexpected binary files bundled in the source archive.
> > > [ ] All source files have ASF headers.
> > > [ ] Can compile from source.
> > >
> > > More detailed checklist please refer to:
> > >
> > >
> > >
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> > >
> > > Step to verify the release, Please refer to:
> > >
> > > https://graphar.apache.org/community/committers/verify
> > >
> > > How to Build GraphAr, please refer to:
> > >
> > > https://graphar.apache.org/community/development
> > >
> > > Thanks,
> > > On behalf of  Apache GraphAr(incubating) community.
> > >
> > > Best,
> > > Weibin Zeng
> > >
> >
> >
> > --
> > Best wishes!
> > CalvinKirs
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-06-16 Thread Weibin Zeng
Carry my no-binding +1 from dev list

On 2024/06/13 09:27:57 Calvin Kirs wrote:
> Carry my +1 binding from dev@ vote.
> 
> On Thu, Jun 13, 2024 at 4:17 PM Weibin Zeng  wrote:
> 
> > Hello,
> >
> > This a call for a vote to release Apache GraphAr(incubating) version
> > v0.12.0-rc.1
> >
> > The Apache GraphAr(incubating) community has voted and approved the release
> > of
> > Apache GraphAr(incubating) v0.12.0-rc.1.
> > We now kindly request the Incubator PMC members review and vote on this
> > incubator
> > release.
> >
> > Apache GraphAr(incubating) - An open source, standard data file format for
> > graph data
> > storage and retrieval.
> >
> > Apache GraphAr(incubating) community vote thread:
> >
> > https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7
> >
> > Community vote result:
> >
> > https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/
> >
> > Keys to verify the release candidate:
> >
> > https://downloads.apache.org/incubator/graphar/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1
> >
> > Git commit for the release:
> >
> >
> > https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4
> >
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache graphar, please see https://graphar.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and PGP signatures are valid.
> > [ ] Source code distribution has correct names matching the current
> > release.
> > [ ] LICENSE/NOTICE files exist and are correct.
> > [ ] No unexpected binary files bundled in the source archive.
> > [ ] All source files have ASF headers.
> > [ ] Can compile from source.
> >
> > More detailed checklist please refer to:
> >
> >
> > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> >
> > Step to verify the release, Please refer to:
> >
> > https://graphar.apache.org/community/committers/verify
> >
> > How to Build GraphAr, please refer to:
> >
> > https://graphar.apache.org/community/development
> >
> > Thanks,
> > On behalf of  Apache GraphAr(incubating) community.
> >
> > Best,
> > Weibin Zeng
> >
> 
> 
> -- 
> Best wishes!
> CalvinKirs
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-06-13 Thread Calvin Kirs
Carry my +1 binding from dev@ vote.

On Thu, Jun 13, 2024 at 4:17 PM Weibin Zeng  wrote:

> Hello,
>
> This a call for a vote to release Apache GraphAr(incubating) version
> v0.12.0-rc.1
>
> The Apache GraphAr(incubating) community has voted and approved the release
> of
> Apache GraphAr(incubating) v0.12.0-rc.1.
> We now kindly request the Incubator PMC members review and vote on this
> incubator
> release.
>
> Apache GraphAr(incubating) - An open source, standard data file format for
> graph data
> storage and retrieval.
>
> Apache GraphAr(incubating) community vote thread:
>
> https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7
>
> Community vote result:
>
> https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/
>
> Keys to verify the release candidate:
>
> https://downloads.apache.org/incubator/graphar/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1
>
> Git commit for the release:
>
>
> https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4
>
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache graphar, please see https://graphar.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and PGP signatures are valid.
> [ ] Source code distribution has correct names matching the current
> release.
> [ ] LICENSE/NOTICE files exist and are correct.
> [ ] No unexpected binary files bundled in the source archive.
> [ ] All source files have ASF headers.
> [ ] Can compile from source.
>
> More detailed checklist please refer to:
>
>
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Step to verify the release, Please refer to:
>
> https://graphar.apache.org/community/committers/verify
>
> How to Build GraphAr, please refer to:
>
> https://graphar.apache.org/community/development
>
> Thanks,
> On behalf of  Apache GraphAr(incubating) community.
>
> Best,
> Weibin Zeng
>


-- 
Best wishes!
CalvinKirs


[VOTE] Release Apache GraphAr(incubating) v0.12.0-rc.1

2024-06-13 Thread Weibin Zeng
Hello,

This a call for a vote to release Apache GraphAr(incubating) version
v0.12.0-rc.1

The Apache GraphAr(incubating) community has voted and approved the release
of
Apache GraphAr(incubating) v0.12.0-rc.1.
We now kindly request the Incubator PMC members review and vote on this
incubator
release.

Apache GraphAr(incubating) - An open source, standard data file format for
graph data
storage and retrieval.

Apache GraphAr(incubating) community vote thread:

https://lists.apache.org/thread/5vhztjjqqzljt5j9rb8w869tsny39sj7

Community vote result:

https://lists.apache.org/thread/jzznmt9jvpnxkbtnjkvyzfbx7s0nob5t

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/graphar/0.12.0-rc.1/

Keys to verify the release candidate:

https://downloads.apache.org/incubator/graphar/KEYS

Git tag for the release:

https://github.com/apache/incubator-graphar/releases/tag/v0.12.0-rc.1

Git commit for the release:

https://github.com/apache/incubator-graphar/commit/8b38f273c283922cffd99f4bee75bc69458cc2c4


The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache graphar, please see https://graphar.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and PGP signatures are valid.
[ ] Source code distribution has correct names matching the current release.
[ ] LICENSE/NOTICE files exist and are correct.
[ ] No unexpected binary files bundled in the source archive.
[ ] All source files have ASF headers.
[ ] Can compile from source.

More detailed checklist please refer to:

https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist

Step to verify the release, Please refer to:

https://graphar.apache.org/community/committers/verify

How to Build GraphAr, please refer to:

https://graphar.apache.org/community/development

Thanks,
On behalf of  Apache GraphAr(incubating) community.

Best,
Weibin Zeng


Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-29 Thread PJ Fanning
The Incubator PMC prefers that git commit ids are included in the vote
emails because git tags can be moved. Git tags are encouraged but we
like to see the Git commit id too.

On Thu, 28 Mar 2024 at 12:06, Xuanwo  wrote:
>
> Hi, I have checked the following and found some issues.
>
> [x] Download links are valid.
> [x] Checksums and signatures.
>
> gpg: Signature made Tue 19 Mar 2024 02:21:30 PM CST
> gpg:using RSA key 8BF38B1BBF93AD717DD63948F3EA26DA0F715C7F
> gpg: checking the trustdb
> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
> gpg: depth: 0  valid:  24  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 24u
> gpg: next trustdb check due at 2024-05-25
> gpg: Good signature from "chunshao.rcs " [ultimate]
> apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
>
> [x] LICENSE/NOTICE files exist
> [-] No unexpected binary files
>
> I have seen many hidden binary files like
>
> - ._.asf.yaml
> - .asf.yaml
> - ._Cargo.lock
> - ._Cargo.toml
> - ._clippy.toml
> - ._CONTRIBUTING.md
> - ._DEPENDENCIES.tsv
>
> Please check the package tool and remove them
>
> [-] All source files have ASF headers
>
> I have seen files like "src/components/skiplist/src/key.rs" been excluded from
> license check, is there a reason for this?
>
> By the way, I recommend relying on released tags rather than individual 
> commits
> in github.
>
> [-] Can compile from source
>
> cargo build failed for:
>
> ```
>1470 |   return std::move(status);
> |  ~^~~~
>   
> /home/xuanwo/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/f04f4dd/librocksdb_sys/rocksdb/db/db_impl/db_impl.cc:1470:19:
>  note: remove ‘std::move’ call
>   cc1plus: all warnings being treated as errors
>   make[3]: *** [CMakeFiles/rocksdb.dir/build.make:555: 
> CMakeFiles/rocksdb.dir/db/db_impl/db_impl.cc.o] Error 1
>   make[2]: *** [CMakeFiles/Makefile2:142: CMakeFiles/rocksdb.dir/all] Error 2
>   make[1]: *** [CMakeFiles/Makefile2:149: CMakeFiles/rocksdb.dir/rule] Error 2
>   make: *** [Makefile:172: rocksdb] Error 2
>   thread 'main' panicked at 
> /home/xuanwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
>
>   command did not execute successfully, got: exit status: 2
> ```
>
> Maybe we should supress the warnings?
>
> On Wed, Mar 27, 2024, at 11:47, 任春韶 wrote:
> > I'm sorry, there was a problem with the formatting of the email I sent just
> > now.
> >
> > Hello, Incubator Community,
> >
> > This is a call for a vote to release Apache HoraeDB(incubating) version
> > v2.0.0-RC5
> >
> > HoraeDB PPMC Vote Thread
> > https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v
> >
> > HoraeDB PPMC Vote Result
> > https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r
> >
> > The release candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
> >
> >
> > This release has been signed with a PGP available here:
> > https://downloads.apache.org/incubator/horaedb/KEYS
> >
> > Git tag for the release
> > https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > Thanks
> >
> > 任春韶  于2024年3月27日周三 11:38写道:
> >
> >> Hello, Incubator Community, This is a call for a vote to release Apache
> >> HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
> >> https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
> >> PPMC Vote Result
> >> https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
> >> release candidate:
> >> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
> >> This release has been signed with a PGP available here:
> >> https://downloads.apache.org/incubator/horaedb/KEYS Git tag for the
> >> release:
> >> https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
> >> Please download, verify, and test. The VOTE will pass after got 3 binding

Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-29 Thread Xuanwo
> 2.  How do you define "binary file"? The files listed are configuration 
> files and cannot be executed.

Hi, please double check this part. They are all hidden files start with ".".

For example, "._.asf.yaml" instead of ".asf.yaml". They should not exist.

On Fri, Mar 29, 2024, at 16:06, Chunshao Ren wrote:
> Thanks for your verification!
>
> 1. "src/components/skiplist/src/key.rs" is modified from 
> alatedb(https://github.com/tikv/agatedb), detailed information can be 
> found at 
> https://github.com/apache/incubator-horaedb/blob/main/NOTICE#L30
>
> 2.  How do you define "binary file"? The files listed are configuration 
> files and cannot be executed.
>
> 3. Fail to compile from source:
> It may be a problem with the gcc version. You can try gcc 8. We will 
> bump our dependency in the next release to support newer gcc versions.
> See https://github.com/apache/incubator-horaedb/issues/1506 for details.
>
> On 2024/03/28 11:05:49 Xuanwo wrote:
>> Hi, I have checked the following and found some issues.
>> 
>> [x] Download links are valid.
>> [x] Checksums and signatures.
>> 
>> gpg: Signature made Tue 19 Mar 2024 02:21:30 PM CST
>> gpg:using RSA key 8BF38B1BBF93AD717DD63948F3EA26DA0F715C7F
>> gpg: checking the trustdb
>> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
>> gpg: depth: 0  valid:  24  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 24u
>> gpg: next trustdb check due at 2024-05-25
>> gpg: Good signature from "chunshao.rcs " [ultimate]
>> apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
>> 
>> [x] LICENSE/NOTICE files exist
>> [-] No unexpected binary files
>> 
>> I have seen many hidden binary files like
>> 
>> - ._.asf.yaml
>> - .asf.yaml
>> - ._Cargo.lock
>> - ._Cargo.toml
>> - ._clippy.toml
>> - ._CONTRIBUTING.md
>> - ._DEPENDENCIES.tsv
>> 
>> Please check the package tool and remove them
>> 
>> [-] All source files have ASF headers
>> 
>> I have seen files like "src/components/skiplist/src/key.rs" been excluded 
>> from
>> license check, is there a reason for this?
>> 
>> By the way, I recommend relying on released tags rather than individual 
>> commits
>> in github.
>> 
>> [-] Can compile from source
>> 
>> cargo build failed for:
>> 
>> ```
>>1470 |   return std::move(status);
>> |  ~^~~~
>>   
>> /home/xuanwo/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/f04f4dd/librocksdb_sys/rocksdb/db/db_impl/db_impl.cc:1470:19:
>>  note: remove ‘std::move’ call
>>   cc1plus: all warnings being treated as errors
>>   make[3]: *** [CMakeFiles/rocksdb.dir/build.make:555: 
>> CMakeFiles/rocksdb.dir/db/db_impl/db_impl.cc.o] Error 1
>>   make[2]: *** [CMakeFiles/Makefile2:142: CMakeFiles/rocksdb.dir/all] Error 2
>>   make[1]: *** [CMakeFiles/Makefile2:149: CMakeFiles/rocksdb.dir/rule] Error 
>> 2
>>   make: *** [Makefile:172: rocksdb] Error 2
>>   thread 'main' panicked at 
>> /home/xuanwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
>> 
>>   command did not execute successfully, got: exit status: 2
>> ```
>> 
>> Maybe we should supress the warnings?
>> 
>> On Wed, Mar 27, 2024, at 11:47, 任春韶 wrote:
>> > I'm sorry, there was a problem with the formatting of the email I sent just
>> > now.
>> >
>> > Hello, Incubator Community,
>> >
>> > This is a call for a vote to release Apache HoraeDB(incubating) version
>> > v2.0.0-RC5
>> >
>> > HoraeDB PPMC Vote Thread
>> > https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v
>> >
>> > HoraeDB PPMC Vote Result
>> > https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r
>> >
>> > The release candidate:
>> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
>> >
>> >
>> > This release has been signed with a PGP available here:
>> > https://downloads.apache.org/incubator/horaedb/KEYS
>> >
>> > Git tag for the release
>> > https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
>> >
>> > Please download, verify, and test.
>> >
>> > The VOTE will pass after got 3 binding approve.
>> >
>> > [ ] +1 approve
>> > [ ] +0 no opinion
>> > [ ] -1 disapprove with the reason
>> >
>> > To learn more about Apa

Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-29 Thread Chunshao Ren
Thanks for your verification!

On 2024/03/29 02:22:28 Suyan wrote:
> +1 non-binding
> 
> I checked:
> [x] Download links are valid.
> [x] Checksums and signatures.
> gpg: Signature made Tue Mar 19 14:21:30 2024 CST
> gpg:using RSA key 8BF38B1BBF93AD717DD63948F3EA26DA0F715C7F
> gpg: checking the trustdb
> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
> gpg: depth: 0  valid:  20  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 20u
> gpg: next trustdb check due at 2024-05-25
> gpg: Good signature from "chunshao.rcs " [ultimate]
> 
> [x] LICENSE/NOTICE files exist
> [x] Can compile from source on macOS(arm64)
> Finished release [optimized + debuginfo] target(s) in 14m 48s
> 
> Sincerely,
> Suyan
> 
> 任春韶  于2024年3月27日周三 11:38写道:
> >
> > Hello, Incubator Community, This is a call for a vote to release Apache
> > HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
> > https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
> > PPMC Vote Result
> > https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
> > release candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
> > This release has been signed with a PGP available here:
> > https://downloads.apache.org/incubator/horaedb/KEYS Git tag for the
> > release:
> > https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5 Please
> > download, verify, and test. The VOTE will pass after got 3 binding approve.
> > [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason To learn
> > more about Apache HoraeDB, please see https://horaedb.apache.org/ Checklist
> > for reference: [ ] Download links are valid. [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist [ ] No unexpected binary files [ ] All
> > source files have ASF headers [ ] Can compile from source Thanks
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-29 Thread Chunshao Ren
Thanks for your verification!

1. "src/components/skiplist/src/key.rs" is modified from 
alatedb(https://github.com/tikv/agatedb), detailed information can be found at 
https://github.com/apache/incubator-horaedb/blob/main/NOTICE#L30

2.  How do you define "binary file"? The files listed are configuration files 
and cannot be executed.

3. Fail to compile from source:
It may be a problem with the gcc version. You can try gcc 8. We will bump our 
dependency in the next release to support newer gcc versions.
See https://github.com/apache/incubator-horaedb/issues/1506 for details.

On 2024/03/28 11:05:49 Xuanwo wrote:
> Hi, I have checked the following and found some issues.
> 
> [x] Download links are valid.
> [x] Checksums and signatures.
> 
> gpg: Signature made Tue 19 Mar 2024 02:21:30 PM CST
> gpg:using RSA key 8BF38B1BBF93AD717DD63948F3EA26DA0F715C7F
> gpg: checking the trustdb
> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
> gpg: depth: 0  valid:  24  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 24u
> gpg: next trustdb check due at 2024-05-25
> gpg: Good signature from "chunshao.rcs " [ultimate]
> apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
> 
> [x] LICENSE/NOTICE files exist
> [-] No unexpected binary files
> 
> I have seen many hidden binary files like
> 
> - ._.asf.yaml
> - .asf.yaml
> - ._Cargo.lock
> - ._Cargo.toml
> - ._clippy.toml
> - ._CONTRIBUTING.md
> - ._DEPENDENCIES.tsv
> 
> Please check the package tool and remove them
> 
> [-] All source files have ASF headers
> 
> I have seen files like "src/components/skiplist/src/key.rs" been excluded from
> license check, is there a reason for this?
> 
> By the way, I recommend relying on released tags rather than individual 
> commits
> in github.
> 
> [-] Can compile from source
> 
> cargo build failed for:
> 
> ```
>1470 |   return std::move(status);
> |  ~^~~~
>   
> /home/xuanwo/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/f04f4dd/librocksdb_sys/rocksdb/db/db_impl/db_impl.cc:1470:19:
>  note: remove ‘std::move’ call
>   cc1plus: all warnings being treated as errors
>   make[3]: *** [CMakeFiles/rocksdb.dir/build.make:555: 
> CMakeFiles/rocksdb.dir/db/db_impl/db_impl.cc.o] Error 1
>   make[2]: *** [CMakeFiles/Makefile2:142: CMakeFiles/rocksdb.dir/all] Error 2
>   make[1]: *** [CMakeFiles/Makefile2:149: CMakeFiles/rocksdb.dir/rule] Error 2
>   make: *** [Makefile:172: rocksdb] Error 2
>   thread 'main' panicked at 
> /home/xuanwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
> 
>   command did not execute successfully, got: exit status: 2
> ```
> 
> Maybe we should supress the warnings?
> 
> On Wed, Mar 27, 2024, at 11:47, 任春韶 wrote:
> > I'm sorry, there was a problem with the formatting of the email I sent just
> > now.
> >
> > Hello, Incubator Community,
> >
> > This is a call for a vote to release Apache HoraeDB(incubating) version
> > v2.0.0-RC5
> >
> > HoraeDB PPMC Vote Thread
> > https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v
> >
> > HoraeDB PPMC Vote Result
> > https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r
> >
> > The release candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
> >
> >
> > This release has been signed with a PGP available here:
> > https://downloads.apache.org/incubator/horaedb/KEYS
> >
> > Git tag for the release
> > https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > Thanks
> >
> > 任春韶  于2024年3月27日周三 11:38写道:
> >
> >> Hello, Incubator Community, This is a call for a vote to release Apache
> >> HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
> >> https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
> >> PPMC Vote Result
> >> https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
> >> release cand

Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-28 Thread Suyan
+1 non-binding

I checked:
[x] Download links are valid.
[x] Checksums and signatures.
gpg: Signature made Tue Mar 19 14:21:30 2024 CST
gpg:using RSA key 8BF38B1BBF93AD717DD63948F3EA26DA0F715C7F
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:  20  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 20u
gpg: next trustdb check due at 2024-05-25
gpg: Good signature from "chunshao.rcs " [ultimate]

[x] LICENSE/NOTICE files exist
[x] Can compile from source on macOS(arm64)
Finished release [optimized + debuginfo] target(s) in 14m 48s

Sincerely,
Suyan

任春韶  于2024年3月27日周三 11:38写道:
>
> Hello, Incubator Community, This is a call for a vote to release Apache
> HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
> PPMC Vote Result
> https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
> release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS Git tag for the
> release:
> https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5 Please
> download, verify, and test. The VOTE will pass after got 3 binding approve.
> [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason To learn
> more about Apache HoraeDB, please see https://horaedb.apache.org/ Checklist
> for reference: [ ] Download links are valid. [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist [ ] No unexpected binary files [ ] All
> source files have ASF headers [ ] Can compile from source Thanks

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-28 Thread Xuanwo
Hi, I have checked the following and found some issues.

[x] Download links are valid.
[x] Checksums and signatures.

gpg: Signature made Tue 19 Mar 2024 02:21:30 PM CST
gpg:using RSA key 8BF38B1BBF93AD717DD63948F3EA26DA0F715C7F
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:  24  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 24u
gpg: next trustdb check due at 2024-05-25
gpg: Good signature from "chunshao.rcs " [ultimate]
apache-horaedb-incubating-v2.0.0-src.tar.gz: OK

[x] LICENSE/NOTICE files exist
[-] No unexpected binary files

I have seen many hidden binary files like

- ._.asf.yaml
- .asf.yaml
- ._Cargo.lock
- ._Cargo.toml
- ._clippy.toml
- ._CONTRIBUTING.md
- ._DEPENDENCIES.tsv

Please check the package tool and remove them

[-] All source files have ASF headers

I have seen files like "src/components/skiplist/src/key.rs" been excluded from
license check, is there a reason for this?

By the way, I recommend relying on released tags rather than individual commits
in github.

[-] Can compile from source

cargo build failed for:

```
   1470 |   return std::move(status);
|  ~^~~~
  
/home/xuanwo/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/f04f4dd/librocksdb_sys/rocksdb/db/db_impl/db_impl.cc:1470:19:
 note: remove ‘std::move’ call
  cc1plus: all warnings being treated as errors
  make[3]: *** [CMakeFiles/rocksdb.dir/build.make:555: 
CMakeFiles/rocksdb.dir/db/db_impl/db_impl.cc.o] Error 1
  make[2]: *** [CMakeFiles/Makefile2:142: CMakeFiles/rocksdb.dir/all] Error 2
  make[1]: *** [CMakeFiles/Makefile2:149: CMakeFiles/rocksdb.dir/rule] Error 2
  make: *** [Makefile:172: rocksdb] Error 2
  thread 'main' panicked at 
/home/xuanwo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:

  command did not execute successfully, got: exit status: 2
```

Maybe we should supress the warnings?

On Wed, Mar 27, 2024, at 11:47, 任春韶 wrote:
> I'm sorry, there was a problem with the formatting of the email I sent just
> now.
>
> Hello, Incubator Community,
>
> This is a call for a vote to release Apache HoraeDB(incubating) version
> v2.0.0-RC5
>
> HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v
>
> HoraeDB PPMC Vote Result
> https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r
>
> The release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
>
>
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS
>
> Git tag for the release
> https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> Thanks
>
> 任春韶  于2024年3月27日周三 11:38写道:
>
>> Hello, Incubator Community, This is a call for a vote to release Apache
>> HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
>> https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
>> PPMC Vote Result
>> https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
>> release candidate:
>> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
>> This release has been signed with a PGP available here:
>> https://downloads.apache.org/incubator/horaedb/KEYS Git tag for the
>> release:
>> https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
>> Please download, verify, and test. The VOTE will pass after got 3 binding
>> approve. [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason
>> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>> Checklist for reference: [ ] Download links are valid. [ ] Checksums and
>> signatures. [ ] LICENSE/NOTICE files exist [ ] No unexpected binary files [
>> ] All source files have ASF headers [ ] Can compile from source Thanks
>>

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-26 Thread 任春韶
I'm sorry, there was a problem with the formatting of the email I sent just
now.

Hello, Incubator Community,

This is a call for a vote to release Apache HoraeDB(incubating) version
v2.0.0-RC5

HoraeDB PPMC Vote Thread
https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v

HoraeDB PPMC Vote Result
https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r

The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5


This release has been signed with a PGP available here:
https://downloads.apache.org/incubator/horaedb/KEYS

Git tag for the release
https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5

Please download, verify, and test.

The VOTE will pass after got 3 binding approve.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about Apache HoraeDB, please see https://horaedb.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

Thanks

任春韶  于2024年3月27日周三 11:38写道:

> Hello, Incubator Community, This is a call for a vote to release Apache
> HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
> PPMC Vote Result
> https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
> release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS Git tag for the
> release:
> https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5
> Please download, verify, and test. The VOTE will pass after got 3 binding
> approve. [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason
> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
> Checklist for reference: [ ] Download links are valid. [ ] Checksums and
> signatures. [ ] LICENSE/NOTICE files exist [ ] No unexpected binary files [
> ] All source files have ASF headers [ ] Can compile from source Thanks
>


[VOTE] Release Apache HoraeDB(incubating) v2.0.0-RC5 - Incubator Vote Round 1

2024-03-26 Thread 任春韶
Hello, Incubator Community, This is a call for a vote to release Apache
HoraeDB(incubating) version v2.0.0-RC5 HoraeDB PPMC Vote Thread
https://lists.apache.org/thread/trvhct3nqgkqkb5mxg4sy26gkn90d31v HoraeDB
PPMC Vote Result
https://lists.apache.org/thread/p6tkbnvt7wrx956d87h077nbls2yls1r The
release candidate:
https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb/v2.0.0-rc.5
This release has been signed with a PGP available here:
https://downloads.apache.org/incubator/horaedb/KEYS Git tag for the
release:
https://github.com/apache/incubator-horaedb/releases/tag/v2.0.0-rc.5 Please
download, verify, and test. The VOTE will pass after got 3 binding approve.
[ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason To learn
more about Apache HoraeDB, please see https://horaedb.apache.org/ Checklist
for reference: [ ] Download links are valid. [ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist [ ] No unexpected binary files [ ] All
source files have ASF headers [ ] Can compile from source Thanks


Re: [RESULT][VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-02-20 Thread Ruixiang Tan
Thank you all!


Best,

Ruixiang Tan

Xuanwo  于2024年2月20日周二 18:15写道:

> nit: The format of this email seems off. We can improve it for next time.
>
> On Thu, Feb 8, 2024, at 13:27, 谭睿翔(Ruixiang Tan) wrote:
> > The vote passes with 6 +1s and no negative votes. There were 3 binding
> +1s.
> > Vote Thread
> > https://lists.apache.org/thread/j165o1c02pm9lkc4b13b6vncygz72w7j
> > Votes
> > Kumfo Yang
> > suyan
> > Xuanwo
> > tison (binding) ShaoFeng Shi (binding) Li Gang (binding) Thanks to
> everyone
> > who participated in the development and review. I will proceed with the
> > release.
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [RESULT][VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-02-20 Thread Xuanwo
nit: The format of this email seems off. We can improve it for next time.

On Thu, Feb 8, 2024, at 13:27, 谭睿翔(Ruixiang Tan) wrote:
> The vote passes with 6 +1s and no negative votes. There were 3 binding +1s.
> Vote Thread
> https://lists.apache.org/thread/j165o1c02pm9lkc4b13b6vncygz72w7j
> Votes
> Kumfo Yang
> suyan
> Xuanwo
> tison (binding) ShaoFeng Shi (binding) Li Gang (binding) Thanks to everyone
> who participated in the development and review. I will proceed with the
> release.

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [RESULT][VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-02-20 Thread tison
I've released the Maven artifacts closed and staged. Please remember
to pull the trigger the next time :D

Best,
tison.

谭睿翔(Ruixiang Tan)  于2024年2月8日周四 13:28写道:
>
> The vote passes with 6 +1s and no negative votes. There were 3 binding +1s.
> Vote Thread
> https://lists.apache.org/thread/j165o1c02pm9lkc4b13b6vncygz72w7j
> Votes
> Kumfo Yang
> suyan
> Xuanwo
> tison (binding) ShaoFeng Shi (binding) Li Gang (binding) Thanks to everyone
> who participated in the development and review. I will proceed with the
> release.

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-02-07 Thread Ruixiang Tan
The vote passes with 6 +1s and no negative votes. There were 3 binding +1s.
Vote Thread
https://lists.apache.org/thread/j165o1c02pm9lkc4b13b6vncygz72w7j
Votes
Kumfo Yang
suyan
Xuanwo
tison (binding) ShaoFeng Shi (binding) Li Gang (binding) Thanks to everyone
who participated in the development and review. I will proceed with the
release.


Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-02-03 Thread tison
Hi,

This voting thread should be able to close now.

Best,
tison.

Xuanwo  于2024年1月30日周二 18:50写道:
>
> Oh, I have read the message in wrong that mixed li gang and Ruixiang Tan.
>
> The vote is correct.
>
> Sorry for the mistake.
>
> On Tue, Jan 30, 2024, at 18:48, Xuanwo wrote:
> > Hi, Ruixiang Tan
> >
> > Thank you for participating in the verification and voting process!
> > However, the
> > declaration of binding is incorrect as only the votes of IPMC members
> > will be considered
> > binding.
> >
> > On Tue, Jan 30, 2024, at 17:43, li gang wrote:
> >> +1 (binding)
> >> I checked
> >> - Download links are valid.
> >> - Files have the word incubating in their name.
> >> - DISCLAIMER,LICENSE and NOTICE files exist.
> >> - Checksums and signatures are valid.
> >> - No unexpected Binary Files.
> >>
> >> 谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:
> >>
> >>> Hello, Incubator Community,
> >>>
> >>> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> >>> version v2.0.0-RC1
> >>>
> >>> HoraeDB PPMC Vote Thread
> >>> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
> >>>
> >>> HoraeDB PPMC Vote Result
> >>> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
> >>>
> >>> The release candidate:
> >>>
> >>> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
> >>>
> >>> This release has been signed with a PGP available here:
> >>> https://downloads.apache.org/incubator/horaedb/KEYS
> >>>
> >>> Git tag for the release:
> >>>
> >>> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
> >>>
> >>> Maven staging repo:
> >>> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
> >>>
> >>> Please download, verify, and test.
> >>>
> >>> The VOTE will pass after got 3 binding approve.
> >>>
> >>> [ ] +1 approve
> >>> [ ] +0 no opinion
> >>> [ ] -1 disapprove with the reason
> >>>
> >>> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
> >>>
> >>> Checklist for reference:
> >>>
> >>> [ ] Download links are valid.
> >>> [ ] Checksums and signatures.
> >>> [ ] LICENSE/NOTICE files exist
> >>> [ ] No unexpected binary files
> >>> [ ] All source files have ASF headers
> >>> [ ] Can compile from source
> >>>
> >>> Thanks
> >>>
> >>
> >>
> >> --
> >>
> >>
> >> --
> >> Best Regards
> >> Gang Li 李岗
> >>
> >> lgcar...@apache.org
> >
> > --
> > Xuanwo
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-30 Thread Xuanwo
Oh, I have read the message in wrong that mixed li gang and Ruixiang Tan. 

The vote is correct.

Sorry for the mistake.

On Tue, Jan 30, 2024, at 18:48, Xuanwo wrote:
> Hi, Ruixiang Tan
>
> Thank you for participating in the verification and voting process! 
> However, the 
> declaration of binding is incorrect as only the votes of IPMC members 
> will be considered 
> binding.
>
> On Tue, Jan 30, 2024, at 17:43, li gang wrote:
>> +1 (binding)
>> I checked
>> - Download links are valid.
>> - Files have the word incubating in their name.
>> - DISCLAIMER,LICENSE and NOTICE files exist.
>> - Checksums and signatures are valid.
>> - No unexpected Binary Files.
>>
>> 谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:
>>
>>> Hello, Incubator Community,
>>>
>>> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
>>> version v2.0.0-RC1
>>>
>>> HoraeDB PPMC Vote Thread
>>> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>>>
>>> HoraeDB PPMC Vote Result
>>> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>>>
>>> The release candidate:
>>>
>>> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>>>
>>> This release has been signed with a PGP available here:
>>> https://downloads.apache.org/incubator/horaedb/KEYS
>>>
>>> Git tag for the release:
>>>
>>> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>>>
>>> Maven staging repo:
>>> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>>>
>>> Please download, verify, and test.
>>>
>>> The VOTE will pass after got 3 binding approve.
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove with the reason
>>>
>>> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>>>
>>> Checklist for reference:
>>>
>>> [ ] Download links are valid.
>>> [ ] Checksums and signatures.
>>> [ ] LICENSE/NOTICE files exist
>>> [ ] No unexpected binary files
>>> [ ] All source files have ASF headers
>>> [ ] Can compile from source
>>>
>>> Thanks
>>>
>>
>>
>> -- 
>>
>>
>> --
>> Best Regards
>> Gang Li 李岗
>>
>> lgcar...@apache.org
>
> -- 
> Xuanwo

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-30 Thread Xuanwo
Hi, Ruixiang Tan

Thank you for participating in the verification and voting process! However, 
the 
declaration of binding is incorrect as only the votes of IPMC members will be 
considered 
binding.

On Tue, Jan 30, 2024, at 17:43, li gang wrote:
> +1 (binding)
> I checked
> - Download links are valid.
> - Files have the word incubating in their name.
> - DISCLAIMER,LICENSE and NOTICE files exist.
> - Checksums and signatures are valid.
> - No unexpected Binary Files.
>
> 谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:
>
>> Hello, Incubator Community,
>>
>> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
>> version v2.0.0-RC1
>>
>> HoraeDB PPMC Vote Thread
>> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>>
>> HoraeDB PPMC Vote Result
>> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>>
>> The release candidate:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>>
>> This release has been signed with a PGP available here:
>> https://downloads.apache.org/incubator/horaedb/KEYS
>>
>> Git tag for the release:
>>
>> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>>
>> Please download, verify, and test.
>>
>> The VOTE will pass after got 3 binding approve.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>>
>> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>>
>> Checklist for reference:
>>
>> [ ] Download links are valid.
>> [ ] Checksums and signatures.
>> [ ] LICENSE/NOTICE files exist
>> [ ] No unexpected binary files
>> [ ] All source files have ASF headers
>> [ ] Can compile from source
>>
>> Thanks
>>
>
>
> -- 
>
>
> --
> Best Regards
> Gang Li 李岗
>
> lgcar...@apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-30 Thread li gang
+1 (binding)
I checked
- Download links are valid.
- Files have the word incubating in their name.
- DISCLAIMER,LICENSE and NOTICE files exist.
- Checksums and signatures are valid.
- No unexpected Binary Files.

谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:

> Hello, Incubator Community,
>
> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> version v2.0.0-RC1
>
> HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>
> HoraeDB PPMC Vote Result
> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> Thanks
>


-- 


--
Best Regards
Gang Li 李岗

lgcar...@apache.org


Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread Suyan
I don't see how to build from source in the project's README or on the website. 
Maybe it’s better to add these instructions to the README, the official 
website, and the vote email templates.

Sincerely,
Suyan

> 2024年1月30日 13:24,tison  写道:
> 
> Thanks for your verification!
> 
> One comment as many verifier compile via `cargo`: This pacakge
> provides proto generated for Rust, Java and Golang, running `make` can
> test all the targets. Of course you can test only the Rust part, just
> FYI.
> 
> Best,
> tison.
> 
> Xuanwo  于2024年1月30日周二 13:16写道:
>> 
>> +1 non-binding
>> 
>> [x] Download links are valid.
>> [x] Checksums and signatures.
>> 
>> gpg: Signature made Thu 25 Jan 2024 11:10:58 AM CST
>> gpg:using RSA key 2CBF6E50D296A228B920F6E8CCEBDB0C26E030F5
>> gpg: checking the trustdb
>> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
>> gpg: depth: 0  valid:  19  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 19u
>> gpg: next trustdb check due at 2024-05-25
>> gpg: Good signature from "tanruixiang " [ultimate]
>> 
>> [x] LICENSE/NOTICE files exist
>> [x] No unexpected binary files
>> [x] All source files have ASF headers
>> [x] Can compile from source
>> 
>> cargo build passed on archlinux x86_64
>> 
>>Finished dev [unoptimized + debuginfo] target(s) in 15.08s
>> cargo build  48.83s user 5.94s system 362% cpu 15.115 total
>> 
>> On Mon, Jan 29, 2024, at 16:01, 谭睿翔(Ruixiang Tan) wrote:
>>> Hello, Incubator Community,
>>> 
>>> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
>>> version v2.0.0-RC1
>>> 
>>> HoraeDB PPMC Vote Thread
>>> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>>> 
>>> HoraeDB PPMC Vote Result
>>> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>>> 
>>> The release candidate:
>>> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>>> 
>>> This release has been signed with a PGP available here:
>>> https://downloads.apache.org/incubator/horaedb/KEYS
>>> 
>>> Git tag for the release:
>>> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>>> 
>>> Maven staging repo:
>>> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>>> 
>>> Please download, verify, and test.
>>> 
>>> The VOTE will pass after got 3 binding approve.
>>> 
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove with the reason
>>> 
>>> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>>> 
>>> Checklist for reference:
>>> 
>>> [ ] Download links are valid.
>>> [ ] Checksums and signatures.
>>> [ ] LICENSE/NOTICE files exist
>>> [ ] No unexpected binary files
>>> [ ] All source files have ASF headers
>>> [ ] Can compile from source
>>> 
>>> Thanks
>> 
>> --
>> Xuanwo
>> 
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread tison
Thanks for your verification!

One comment as many verifier compile via `cargo`: This pacakge
provides proto generated for Rust, Java and Golang, running `make` can
test all the targets. Of course you can test only the Rust part, just
FYI.

Best,
tison.

Xuanwo  于2024年1月30日周二 13:16写道:
>
> +1 non-binding
>
> [x] Download links are valid.
> [x] Checksums and signatures.
>
> gpg: Signature made Thu 25 Jan 2024 11:10:58 AM CST
> gpg:using RSA key 2CBF6E50D296A228B920F6E8CCEBDB0C26E030F5
> gpg: checking the trustdb
> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
> gpg: depth: 0  valid:  19  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 19u
> gpg: next trustdb check due at 2024-05-25
> gpg: Good signature from "tanruixiang " [ultimate]
>
> [x] LICENSE/NOTICE files exist
> [x] No unexpected binary files
> [x] All source files have ASF headers
> [x] Can compile from source
>
> cargo build passed on archlinux x86_64
>
> Finished dev [unoptimized + debuginfo] target(s) in 15.08s
> cargo build  48.83s user 5.94s system 362% cpu 15.115 total
>
> On Mon, Jan 29, 2024, at 16:01, 谭睿翔(Ruixiang Tan) wrote:
> > Hello, Incubator Community,
> >
> > This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> > version v2.0.0-RC1
> >
> > HoraeDB PPMC Vote Thread
> > https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
> >
> > HoraeDB PPMC Vote Result
> > https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
> >
> > The release candidate:
> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
> >
> > This release has been signed with a PGP available here:
> > https://downloads.apache.org/incubator/horaedb/KEYS
> >
> > Git tag for the release:
> > https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > Thanks
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread Xuanwo
+1 non-binding

[x] Download links are valid.
[x] Checksums and signatures.

gpg: Signature made Thu 25 Jan 2024 11:10:58 AM CST
gpg:using RSA key 2CBF6E50D296A228B920F6E8CCEBDB0C26E030F5
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:  19  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 19u
gpg: next trustdb check due at 2024-05-25
gpg: Good signature from "tanruixiang " [ultimate]

[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source

cargo build passed on archlinux x86_64

Finished dev [unoptimized + debuginfo] target(s) in 15.08s
cargo build  48.83s user 5.94s system 362% cpu 15.115 total

On Mon, Jan 29, 2024, at 16:01, 谭睿翔(Ruixiang Tan) wrote:
> Hello, Incubator Community,
>
> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> version v2.0.0-RC1
>
> HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>
> HoraeDB PPMC Vote Result
> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>
> The release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS
>
> Git tag for the release:
> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> Thanks

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread ShaoFeng Shi
+1 binding,

I checked:

- Download links are valid.
- Checksums and signatures are valid
- LICENSE/NOTICE files exist
- No unexpected binary files
- Compile success from source with “cargo build --release” on Windows 10.


Best regards,

Shaofeng Shi 史少锋
Apache Kylin PMC member,
Apache Incubator PMC member,
Email: shaofeng...@apache.org






Suyan  于2024年1月29日周一 17:05写道:

> +1 non-binding
>
> [x] Download links are valid.
> [x] Checksums and signatures.
> gpg: Signature made 四  1/25 11:10:58 2024 CST
> gpg:using RSA key 2CBF6E50D296A228B920F6E8CCEBDB0C26E030F5
> gpg: checking the trustdb
> gpg: marginals needed: 3  completes needed: 1  trust model: pgp
> gpg: depth: 0  valid:  13  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 13u
> gpg: next trustdb check due at 2024-05-25
> gpg: Good signature from "tanruixiang " [ultimate]
>
> [x] LICENSE/NOTICE files exist
> [x] No unexpected binary files
> [x] All source files have ASF headers
> [x] Can compile from source
> Build success on Apple Silicon M1(arm64)
>Compiling horaedbproto v2.0.0
> (/Users/yan/Downloads/apache-horaedb-proto-incubating-v2.0.0-src)
> Finished release [optimized] target(s) in 36.14s
>
> Sincerely,
> Suyan
>
> 谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:
> >
> > Hello, Incubator Community,
> >
> > This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> > version v2.0.0-RC1
> >
> > HoraeDB PPMC Vote Thread
> > https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
> >
> > HoraeDB PPMC Vote Result
> > https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
> >
> > The release candidate:
> >
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
> >
> > This release has been signed with a PGP available here:
> > https://downloads.apache.org/incubator/horaedb/KEYS
> >
> > Git tag for the release:
> >
> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
> >
> > Maven staging repo:
> >
> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache HoraeDB, please see
> https://horaedb.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > Thanks
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread Suyan
+1 non-binding

[x] Download links are valid.
[x] Checksums and signatures.
gpg: Signature made 四  1/25 11:10:58 2024 CST
gpg:using RSA key 2CBF6E50D296A228B920F6E8CCEBDB0C26E030F5
gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:  13  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 13u
gpg: next trustdb check due at 2024-05-25
gpg: Good signature from "tanruixiang " [ultimate]

[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source
Build success on Apple Silicon M1(arm64)
   Compiling horaedbproto v2.0.0
(/Users/yan/Downloads/apache-horaedb-proto-incubating-v2.0.0-src)
Finished release [optimized] target(s) in 36.14s

Sincerely,
Suyan

谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:
>
> Hello, Incubator Community,
>
> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> version v2.0.0-RC1
>
> HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>
> HoraeDB PPMC Vote Result
> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>
> The release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS
>
> Git tag for the release:
> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> Thanks

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread tison
Carry my +1 binding from the dev list.

Best,
tison.

Kumfo Yang  于2024年1月29日周一 16:31写道:
>
> +1 approve
>
> 谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:
>
> > Hello, Incubator Community,
> >
> > This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> > version v2.0.0-RC1
> >
> > HoraeDB PPMC Vote Thread
> > https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
> >
> > HoraeDB PPMC Vote Result
> > https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
> >
> > This release has been signed with a PGP available here:
> > https://downloads.apache.org/incubator/horaedb/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > Thanks
> >

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread Kumfo Yang
+1 approve

谭睿翔(Ruixiang Tan)  于2024年1月29日周一 16:02写道:

> Hello, Incubator Community,
>
> This is a call for a vote to release Apache HoraeDB-Proto(incubating)
> version v2.0.0-RC1
>
> HoraeDB PPMC Vote Thread
> https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n
>
> HoraeDB PPMC Vote Result
> https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/
>
> This release has been signed with a PGP available here:
> https://downloads.apache.org/incubator/horaedb/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachehoraedb-1054/
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about Apache HoraeDB, please see https://horaedb.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> Thanks
>


[VOTE] Release Apache HoraeDB-Proto(incubating) v2.0.0-RC1 - Incubator Vote Round 1

2024-01-29 Thread Ruixiang Tan
Hello, Incubator Community,

This is a call for a vote to release Apache HoraeDB-Proto(incubating)
version v2.0.0-RC1

HoraeDB PPMC Vote Thread
https://lists.apache.org/thread/8vcshqr96nl2mjgw0sppn2grnyvz639n

HoraeDB PPMC Vote Result
https://lists.apache.org/thread/zrowgg1gvpcsx62rkps66sqblowtm50k

The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/horaedb/horaedb-proto/v2.0.0-RC1/

This release has been signed with a PGP available here:
https://downloads.apache.org/incubator/horaedb/KEYS

Git tag for the release:
https://github.com/apache/incubator-horaedb-proto/releases/tag/release-v2.0.0-rc.1

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachehoraedb-1054/

Please download, verify, and test.

The VOTE will pass after got 3 binding approve.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about Apache HoraeDB, please see https://horaedb.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

Thanks


[RESULT][VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-06 Thread Xuanwo
Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) 0.44.1 has passed with
5 +1 binding and 0 +1 non-binding votes, no +0 or -1 votes.

Binding votes:

- tison
- Sheng Wu
- Willem Jiang
- Shaofeng Shi
- Jean-Baptiste Onofré

Vote thread: https://lists.apache.org/thread/6tnsy691s0w4k0v82gxl4zz7wszqorfn

Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out the 
announcement soon.

Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-04 Thread Jean-Baptiste Onofré
+1 (binding)

I checked:
- Hashes and signatures are good
- incubating is in the version
- LICENSE and NOTICE look good
- DISCLAIMER is present
- ASF headers are present
- No binary found in the source distribution

Regards
JB

On Wed, Jan 3, 2024 at 8:33 AM Xuanwo  wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.44.1. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/r76vnpfm2g1rhf1q33x7bmtmw137dlb4
>
> Vote result thread:
>
> https://lists.apache.org/thread/rbh65l5sbrd1bd45d2nm2h20lqhzy7x1
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.1-rc.1/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.44.1-rc.1
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1023/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-04 Thread ShaoFeng Shi
+1 (binding), LGTM

I checked the followings:
- Source file signature is valid;
- SHA512 is correct;
- LICENSE, README and NOTICE are presented;
- Download links are correct;
- Apache header is included in every source file;


Best regards,

Shaofeng Shi 史少锋
Apache Kylin PMC member,
Apache Incubator PMC member,
Email: shaofeng...@apache.org






Willem Jiang  于2024年1月4日周四 20:03写道:

> +1 Binding.
>
> Here is what I checked:
> [x] Download links are valid.
> [x] Checksums and signatures.
> [x] LICENSE/NOTICE files exist
> [x] DISCLAIMER files exist
> [x] Artifacts has the Incubating in the name
> [x] No unexpected binary files
> [x] All source files have ASF headers
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Wed, Jan 3, 2024 at 3:34 PM Xuanwo  wrote:
> >
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) 0.44.1. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and
> efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/r76vnpfm2g1rhf1q33x7bmtmw137dlb4
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/rbh65l5sbrd1bd45d2nm2h20lqhzy7x1
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.1-rc.1/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.44.1-rc.1
> >
> > Maven staging repo:
> >
> >
> https://repository.apache.org/content/repositories/orgapacheopendal-1023/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see
> https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release
> candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-04 Thread Willem Jiang
+1 Binding.

Here is what I checked:
[x] Download links are valid.
[x] Checksums and signatures.
[x] LICENSE/NOTICE files exist
[x] DISCLAIMER files exist
[x] Artifacts has the Incubating in the name
[x] No unexpected binary files
[x] All source files have ASF headers


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Wed, Jan 3, 2024 at 3:34 PM Xuanwo  wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.44.1. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/r76vnpfm2g1rhf1q33x7bmtmw137dlb4
>
> Vote result thread:
>
> https://lists.apache.org/thread/rbh65l5sbrd1bd45d2nm2h20lqhzy7x1
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.1-rc.1/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.44.1-rc.1
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1023/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-04 Thread Sheng Wu
+1 binding

- Compiling from source codes passed on Mac M3
- ASC checked.
- LICENSE and NOTICE are there
- DISCLAIMER exists
- Download links work
- Version correct

Good luck

Sheng Wu 吴晟
Twitter, wusheng1108

tison  于2024年1月3日周三 15:35写道:
>
> Carry my +1 from the dev list
>
> Best,
> tison.
>
> Xuanwo  于2024年1月3日周三 15:33写道:
> >
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) 0.44.1. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/r76vnpfm2g1rhf1q33x7bmtmw137dlb4
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/rbh65l5sbrd1bd45d2nm2h20lqhzy7x1
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.1-rc.1/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.44.1-rc.1
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1023/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-02 Thread tison
Carry my +1 from the dev list

Best,
tison.

Xuanwo  于2024年1月3日周三 15:33写道:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.44.1. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/r76vnpfm2g1rhf1q33x7bmtmw137dlb4
>
> Vote result thread:
>
> https://lists.apache.org/thread/rbh65l5sbrd1bd45d2nm2h20lqhzy7x1
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.1-rc.1/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.44.1-rc.1
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1023/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) 0.44.1 - Incubator Vote Round 1

2024-01-02 Thread Xuanwo
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) 0.44.1. We now kindly request the IPMC members
review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/r76vnpfm2g1rhf1q33x7bmtmw137dlb4

Vote result thread:

https://lists.apache.org/thread/rbh65l5sbrd1bd45d2nm2h20lqhzy7x1

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.1-rc.1/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.44.1-rc.1

Maven staging repo:

https://repository.apache.org/content/repositories/orgapacheopendal-1023/

Please download, verify, and test.

The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Here is python script in release to help you verify the release candidate:

./scripts/verify.py

Thanks

Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [RESULT][VOTE] Release Apache OpenDAL, incubating, 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-30 Thread Justin Mclean
Hi,

It’s best to wait for 72 hours before closing a vote.

Kind Regards,
Justin

> On 31 Dec 2023, at 1:19 pm, Liuqing Yue  wrote:
> 
> Hi Incubator PMC,
> 
> The vote to release Apache OpenDAL(incubating) 0.44.0-rc.1 has passed with
> 3 +1 binding and 1 +1 non-binding votes, no +0 or -1 votes.
> 
> Binding votes:
> 
> - tison
> - Sheng Wu
> - He Xiaoqiao
> 
> Non-Binding votes:
> 
> - Xuanwo
> 
> Vote thread: https://lists.apache.org/thread/dpb2lzjdgcmz4j68s5ksklp9m9xcdcf4
> 
> Thanks for reviewing and voting for our release candidate.
> 
> We will proceed with publishing the approved artifacts and sending out
> the announcement soon.
> 
> Thanks
> 
> Liuqing
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache OpenDAL, incubating, 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-30 Thread Liuqing Yue
Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) 0.44.0-rc.1 has passed with
3 +1 binding and 1 +1 non-binding votes, no +0 or -1 votes.

Binding votes:

- tison
- Sheng Wu
- He Xiaoqiao

Non-Binding votes:

- Xuanwo

Vote thread: https://lists.apache.org/thread/dpb2lzjdgcmz4j68s5ksklp9m9xcdcf4

Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out
the announcement soon.

Thanks

Liuqing

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-30 Thread Xiaoqiao He
+1(binding)

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] LICENSE files exist.
[x] NOTICE is included.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] All source files have license headers if necessary.
[x] Use `./scripts/verify.py` to verify and build the core module, it works
fine.

One nit but not blocker issue is that README.md does not include `how to
build`
or `how to build sub-module`. It will be helpful to newbies if include it.

Best Regards,
- He Xiaoqiao

On Sat, Dec 30, 2023 at 9:25 PM Sheng Wu  wrote:

> +1 binding
>
> 1. Faced the same issue as Tison. MacOS M3 finder extracting doesn't work.
> 2. `tav -xvf` works with compiling on MacOS.
> 3. LICENSE and NOTICE are there.
> 4. gpg signed verified.
> 5. sha is there.
>
> One nit, release managers is using the GPG key for two mail boxes(one
> for gmail, the other for apache mail box). This should be fine, but
> when I use GPG Keychain UI, it reports signed by gmail only.
> This could be confusing. Recommend using a specific GPG key by using
> apache mail box for ASF release only.
>
> Sheng Wu 吴晟
> Twitter, wusheng1108
>
> tison  于2023年12月29日周五 22:21写道:
> >
> > +1 (binding)
> >
> > Thank you Xuanwo. I use macos Finder's extract UI and it fails to
> > build. Using `tar -xvf` works.
> >
> > Best,
> > tison.
> >
> > Xuanwo  于2023年12月29日周五 22:00写道:
> > >
> > > Hi, tison
> > >
> > > The tarball doesn't have `bindings/c` in the `Cargo.toml`
> > >
> > > ```toml
> > >   18   │ [workspace]
> > >   19   │ default-members = ["core"]
> > >   20   │ exclude = [
> > >   21   │ "examples",
> > >   22   │
> > >   23   │ ]
> > >   24   │ members = [
> > >   25   │   "core",
> > >   26   │   "core/fuzz",
> > >   27   │   "core/edge/*",
> > >   28   │   "core/benches/vs_*",
> > >   29   │
> > >   30   │   "bindings/nodejs",
> > >   31   │   "bindings/python",
> > >   32   │   "bindings/java",
> > >   33   │
> > >   34   │
> > >   35   │ ]
> > >   36   │ resolver = "2"
> > > ```
> > >
> > > We used to met dirty cache issues on other platforms. Would you like
> to double check it?
> > >
> > > Use `tar -xvf` to extract the tarball instead of using a system
> decompression application.
> > >
> > > On Fri, Dec 29, 2023, at 16:30, tison wrote:
> > > > -1 binding
> > > >
> > > > + Download links valid
> > > > + GPG sign correctly
> > > >
> > > > $ for i in (*.tgz|*.tar.gz|*.nupkg); do echo $i; gpg --verify $i.asc
> $i; done
> > > > apache-opendal-incubating-0.44.0-src.tar.gz
> > > > gpg: Signature made 二 12/26 20:49:34 2023 CST
> > > > gpg:using RSA key
> 25812FA45EC6D2DDCBE4B6604F43CB2BC2E9EFE5
> > > > gpg: Good signature from "dqhl76 (Identifier for authoring code on
> > > > GitHub) " [unknown]
> > > > gpg: aka "Liuqing Yue (Apache Committer)
> > > > " [unknown]
> > > > gpg: WARNING: This key is not certified with a trusted signature!
> > > > gpg:  There is no indication that the signature belongs to
> the owner.
> > > > Primary key fingerprint: 2581 2FA4 5EC6 D2DD CBE4  B660 4F43 CB2B
> C2E9 EFE5
> > > >
> > > > + Checksum matched
> > > > + LICENSE and NOTICE exists
> > > >
> > > > - Cannot build and test Java binding:
> > > >
> > > > Caused by:
> > > >   failed to read
> > > >
> `/Users/tison/Labs/vropendal/apache-opendal-incubating-0.44.0-src/bindings/c/Cargo.toml`
> > > >
> > > > Caused by:
> > > >   No such file or directory (os error 2)
> > > >
> > > > Seems we exclude those directories and it cause build failure.
> > > >
> > > > Best,
> > > > tison.
> > > >
> > > > Xuanwo  于2023年12月28日周四 13:14写道:
> > > >>
> > > >> Carry my non-binding +1 VOTE from the dev@o.a.o
> > > >>
> > > >> On Thu, Dec 28, 2023, at 13:12, Liuqing Yue wrote:
> > > >> > Hello Incubator PMC,
> > > >> >
> > > >> > The Apache OpenDAL community has voted and approved the release
> of A

Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-30 Thread Sheng Wu
+1 binding

1. Faced the same issue as Tison. MacOS M3 finder extracting doesn't work.
2. `tav -xvf` works with compiling on MacOS.
3. LICENSE and NOTICE are there.
4. gpg signed verified.
5. sha is there.

One nit, release managers is using the GPG key for two mail boxes(one
for gmail, the other for apache mail box). This should be fine, but
when I use GPG Keychain UI, it reports signed by gmail only.
This could be confusing. Recommend using a specific GPG key by using
apache mail box for ASF release only.

Sheng Wu 吴晟
Twitter, wusheng1108

tison  于2023年12月29日周五 22:21写道:
>
> +1 (binding)
>
> Thank you Xuanwo. I use macos Finder's extract UI and it fails to
> build. Using `tar -xvf` works.
>
> Best,
> tison.
>
> Xuanwo  于2023年12月29日周五 22:00写道:
> >
> > Hi, tison
> >
> > The tarball doesn't have `bindings/c` in the `Cargo.toml`
> >
> > ```toml
> >   18   │ [workspace]
> >   19   │ default-members = ["core"]
> >   20   │ exclude = [
> >   21   │ "examples",
> >   22   │
> >   23   │ ]
> >   24   │ members = [
> >   25   │   "core",
> >   26   │   "core/fuzz",
> >   27   │   "core/edge/*",
> >   28   │   "core/benches/vs_*",
> >   29   │
> >   30   │   "bindings/nodejs",
> >   31   │   "bindings/python",
> >   32   │   "bindings/java",
> >   33   │
> >   34   │
> >   35   │ ]
> >   36   │ resolver = "2"
> > ```
> >
> > We used to met dirty cache issues on other platforms. Would you like to 
> > double check it?
> >
> > Use `tar -xvf` to extract the tarball instead of using a system 
> > decompression application.
> >
> > On Fri, Dec 29, 2023, at 16:30, tison wrote:
> > > -1 binding
> > >
> > > + Download links valid
> > > + GPG sign correctly
> > >
> > > $ for i in (*.tgz|*.tar.gz|*.nupkg); do echo $i; gpg --verify $i.asc $i; 
> > > done
> > > apache-opendal-incubating-0.44.0-src.tar.gz
> > > gpg: Signature made 二 12/26 20:49:34 2023 CST
> > > gpg:using RSA key 25812FA45EC6D2DDCBE4B6604F43CB2BC2E9EFE5
> > > gpg: Good signature from "dqhl76 (Identifier for authoring code on
> > > GitHub) " [unknown]
> > > gpg: aka "Liuqing Yue (Apache Committer)
> > > " [unknown]
> > > gpg: WARNING: This key is not certified with a trusted signature!
> > > gpg:  There is no indication that the signature belongs to the 
> > > owner.
> > > Primary key fingerprint: 2581 2FA4 5EC6 D2DD CBE4  B660 4F43 CB2B C2E9 
> > > EFE5
> > >
> > > + Checksum matched
> > > + LICENSE and NOTICE exists
> > >
> > > - Cannot build and test Java binding:
> > >
> > > Caused by:
> > >   failed to read
> > > `/Users/tison/Labs/vropendal/apache-opendal-incubating-0.44.0-src/bindings/c/Cargo.toml`
> > >
> > > Caused by:
> > >   No such file or directory (os error 2)
> > >
> > > Seems we exclude those directories and it cause build failure.
> > >
> > > Best,
> > > tison.
> > >
> > > Xuanwo  于2023年12月28日周四 13:14写道:
> > >>
> > >> Carry my non-binding +1 VOTE from the dev@o.a.o
> > >>
> > >> On Thu, Dec 28, 2023, at 13:12, Liuqing Yue wrote:
> > >> > Hello Incubator PMC,
> > >> >
> > >> > The Apache OpenDAL community has voted and approved the release of 
> > >> > Apache
> > >> > OpenDAL(incubating) 0.44.0-rc.1. We now kindly request the IPMC members
> > >> > review and vote for this release.
> > >> >
> > >> > OpenDAL is a data access layer that allows users to easily and 
> > >> > efficiently
> > >> > retrieve data from various storage services in a unified way.
> > >> >
> > >> > OpenDAL community vote thread:
> > >> >
> > >> > https://lists.apache.org/thread/nycyfc1m6819bj8vsb20vmbnlhs0kbdn
> > >> >
> > >> > Vote result thread:
> > >> >
> > >> > https://lists.apache.org/thread/pfnlmn9vqn1rqdy54wzm3mkx1wnt9mv6
> > >> >
> > >> > The release candidate:
> > >> >
> > >> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.0-rc.1/
> > >> >
> > >> > This release has been signed with a PGP available here:
> > >> &

Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-29 Thread tison
+1 (binding)

Thank you Xuanwo. I use macos Finder's extract UI and it fails to
build. Using `tar -xvf` works.

Best,
tison.

Xuanwo  于2023年12月29日周五 22:00写道:
>
> Hi, tison
>
> The tarball doesn't have `bindings/c` in the `Cargo.toml`
>
> ```toml
>   18   │ [workspace]
>   19   │ default-members = ["core"]
>   20   │ exclude = [
>   21   │ "examples",
>   22   │
>   23   │ ]
>   24   │ members = [
>   25   │   "core",
>   26   │   "core/fuzz",
>   27   │   "core/edge/*",
>   28   │   "core/benches/vs_*",
>   29   │
>   30   │   "bindings/nodejs",
>   31   │   "bindings/python",
>   32   │   "bindings/java",
>   33   │
>   34   │
>   35   │ ]
>   36   │ resolver = "2"
> ```
>
> We used to met dirty cache issues on other platforms. Would you like to 
> double check it?
>
> Use `tar -xvf` to extract the tarball instead of using a system decompression 
> application.
>
> On Fri, Dec 29, 2023, at 16:30, tison wrote:
> > -1 binding
> >
> > + Download links valid
> > + GPG sign correctly
> >
> > $ for i in (*.tgz|*.tar.gz|*.nupkg); do echo $i; gpg --verify $i.asc $i; 
> > done
> > apache-opendal-incubating-0.44.0-src.tar.gz
> > gpg: Signature made 二 12/26 20:49:34 2023 CST
> > gpg:using RSA key 25812FA45EC6D2DDCBE4B6604F43CB2BC2E9EFE5
> > gpg: Good signature from "dqhl76 (Identifier for authoring code on
> > GitHub) " [unknown]
> > gpg: aka "Liuqing Yue (Apache Committer)
> > " [unknown]
> > gpg: WARNING: This key is not certified with a trusted signature!
> > gpg:  There is no indication that the signature belongs to the 
> > owner.
> > Primary key fingerprint: 2581 2FA4 5EC6 D2DD CBE4  B660 4F43 CB2B C2E9 EFE5
> >
> > + Checksum matched
> > + LICENSE and NOTICE exists
> >
> > - Cannot build and test Java binding:
> >
> > Caused by:
> >   failed to read
> > `/Users/tison/Labs/vropendal/apache-opendal-incubating-0.44.0-src/bindings/c/Cargo.toml`
> >
> > Caused by:
> >   No such file or directory (os error 2)
> >
> > Seems we exclude those directories and it cause build failure.
> >
> > Best,
> > tison.
> >
> > Xuanwo  于2023年12月28日周四 13:14写道:
> >>
> >> Carry my non-binding +1 VOTE from the dev@o.a.o
> >>
> >> On Thu, Dec 28, 2023, at 13:12, Liuqing Yue wrote:
> >> > Hello Incubator PMC,
> >> >
> >> > The Apache OpenDAL community has voted and approved the release of Apache
> >> > OpenDAL(incubating) 0.44.0-rc.1. We now kindly request the IPMC members
> >> > review and vote for this release.
> >> >
> >> > OpenDAL is a data access layer that allows users to easily and 
> >> > efficiently
> >> > retrieve data from various storage services in a unified way.
> >> >
> >> > OpenDAL community vote thread:
> >> >
> >> > https://lists.apache.org/thread/nycyfc1m6819bj8vsb20vmbnlhs0kbdn
> >> >
> >> > Vote result thread:
> >> >
> >> > https://lists.apache.org/thread/pfnlmn9vqn1rqdy54wzm3mkx1wnt9mv6
> >> >
> >> > The release candidate:
> >> >
> >> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.0-rc.1/
> >> >
> >> > This release has been signed with a PGP available here:
> >> >
> >> > https://downloads.apache.org/incubator/opendal/KEYS
> >> >
> >> > Git tag for the release:
> >> >
> >> > https://github.com/apache/incubator-opendal/releases/tag/v0.44.0-rc.1
> >> >
> >> > Maven staging repo:
> >> >
> >> > https://repository.apache.org/content/repositories/orgapacheopendal-1022/
> >> >
> >> > Please download, verify, and test.
> >> >
> >> > The VOTE will be open for at least 72 hours and until the necessary
> >> > number of votes are reached.
> >> >
> >> > [ ] +1 approve
> >> > [ ] +0 no opinion
> >> > [ ] -1 disapprove with the reason
> >> >
> >> > To learn more about apache opendal, please see 
> >> > https://opendal.apache.org/
> >> >
> >> > Checklist for reference:
> >> >
> >> > [ ] Download links are valid.
> >> > [ ] Checksums an

Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-29 Thread Xuanwo
Hi, tison

The tarball doesn't have `bindings/c` in the `Cargo.toml`

```toml
  18   │ [workspace]
  19   │ default-members = ["core"]
  20   │ exclude = [
  21   │ "examples",
  22   │
  23   │ ]
  24   │ members = [
  25   │   "core",
  26   │   "core/fuzz",
  27   │   "core/edge/*",
  28   │   "core/benches/vs_*",
  29   │
  30   │   "bindings/nodejs",
  31   │   "bindings/python",
  32   │   "bindings/java",
  33   │
  34   │
  35   │ ]
  36   │ resolver = "2"
```

We used to met dirty cache issues on other platforms. Would you like to double 
check it?

Use `tar -xvf` to extract the tarball instead of using a system decompression 
application.

On Fri, Dec 29, 2023, at 16:30, tison wrote:
> -1 binding
>
> + Download links valid
> + GPG sign correctly
>
> $ for i in (*.tgz|*.tar.gz|*.nupkg); do echo $i; gpg --verify $i.asc $i; done
> apache-opendal-incubating-0.44.0-src.tar.gz
> gpg: Signature made 二 12/26 20:49:34 2023 CST
> gpg:using RSA key 25812FA45EC6D2DDCBE4B6604F43CB2BC2E9EFE5
> gpg: Good signature from "dqhl76 (Identifier for authoring code on
> GitHub) " [unknown]
> gpg: aka "Liuqing Yue (Apache Committer)
> " [unknown]
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:  There is no indication that the signature belongs to the owner.
> Primary key fingerprint: 2581 2FA4 5EC6 D2DD CBE4  B660 4F43 CB2B C2E9 EFE5
>
> + Checksum matched
> + LICENSE and NOTICE exists
>
> - Cannot build and test Java binding:
>
> Caused by:
>   failed to read
> `/Users/tison/Labs/vropendal/apache-opendal-incubating-0.44.0-src/bindings/c/Cargo.toml`
>
> Caused by:
>   No such file or directory (os error 2)
>
> Seems we exclude those directories and it cause build failure.
>
> Best,
> tison.
>
> Xuanwo  于2023年12月28日周四 13:14写道:
>>
>> Carry my non-binding +1 VOTE from the dev@o.a.o
>>
>> On Thu, Dec 28, 2023, at 13:12, Liuqing Yue wrote:
>> > Hello Incubator PMC,
>> >
>> > The Apache OpenDAL community has voted and approved the release of Apache
>> > OpenDAL(incubating) 0.44.0-rc.1. We now kindly request the IPMC members
>> > review and vote for this release.
>> >
>> > OpenDAL is a data access layer that allows users to easily and efficiently
>> > retrieve data from various storage services in a unified way.
>> >
>> > OpenDAL community vote thread:
>> >
>> > https://lists.apache.org/thread/nycyfc1m6819bj8vsb20vmbnlhs0kbdn
>> >
>> > Vote result thread:
>> >
>> > https://lists.apache.org/thread/pfnlmn9vqn1rqdy54wzm3mkx1wnt9mv6
>> >
>> > The release candidate:
>> >
>> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.0-rc.1/
>> >
>> > This release has been signed with a PGP available here:
>> >
>> > https://downloads.apache.org/incubator/opendal/KEYS
>> >
>> > Git tag for the release:
>> >
>> > https://github.com/apache/incubator-opendal/releases/tag/v0.44.0-rc.1
>> >
>> > Maven staging repo:
>> >
>> > https://repository.apache.org/content/repositories/orgapacheopendal-1022/
>> >
>> > Please download, verify, and test.
>> >
>> > The VOTE will be open for at least 72 hours and until the necessary
>> > number of votes are reached.
>> >
>> > [ ] +1 approve
>> > [ ] +0 no opinion
>> > [ ] -1 disapprove with the reason
>> >
>> > To learn more about apache opendal, please see https://opendal.apache.org/
>> >
>> > Checklist for reference:
>> >
>> > [ ] Download links are valid.
>> > [ ] Checksums and signatures.
>> > [ ] LICENSE/NOTICE files exist
>> > [ ] No unexpected binary files
>> > [ ] All source files have ASF headers
>> > [ ] Can compile from source
>> >
>> > More detailed checklist please refer to:
>> > https://github.com/apache/incubator-opendal/tree/main/scripts
>> >
>> > To compile from source, please refer to:
>> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>> >
>> > Here is python script in release to help you verify the release candidate:
>> >
>> > ./scripts/verify.py
>> >
>> > Thanks
>> >
>> > Liuqing Yue
>> >
>> > -
>> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> > For additional commands, e-mail: general-h...@incubator.apache.org
>>
>> --
>> Xuanwo
>>
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-29 Thread tison
-1 binding

+ Download links valid
+ GPG sign correctly

$ for i in (*.tgz|*.tar.gz|*.nupkg); do echo $i; gpg --verify $i.asc $i; done
apache-opendal-incubating-0.44.0-src.tar.gz
gpg: Signature made 二 12/26 20:49:34 2023 CST
gpg:using RSA key 25812FA45EC6D2DDCBE4B6604F43CB2BC2E9EFE5
gpg: Good signature from "dqhl76 (Identifier for authoring code on
GitHub) " [unknown]
gpg: aka "Liuqing Yue (Apache Committer)
" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 2581 2FA4 5EC6 D2DD CBE4  B660 4F43 CB2B C2E9 EFE5

+ Checksum matched
+ LICENSE and NOTICE exists

- Cannot build and test Java binding:

Caused by:
  failed to read
`/Users/tison/Labs/vropendal/apache-opendal-incubating-0.44.0-src/bindings/c/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

Seems we exclude those directories and it cause build failure.

Best,
tison.

Xuanwo  于2023年12月28日周四 13:14写道:
>
> Carry my non-binding +1 VOTE from the dev@o.a.o
>
> On Thu, Dec 28, 2023, at 13:12, Liuqing Yue wrote:
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) 0.44.0-rc.1. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/nycyfc1m6819bj8vsb20vmbnlhs0kbdn
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/pfnlmn9vqn1rqdy54wzm3mkx1wnt9mv6
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.0-rc.1/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.44.0-rc.1
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1022/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Liuqing Yue
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-27 Thread Xuanwo
Carry my non-binding +1 VOTE from the dev@o.a.o

On Thu, Dec 28, 2023, at 13:12, Liuqing Yue wrote:
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.44.0-rc.1. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/nycyfc1m6819bj8vsb20vmbnlhs0kbdn
>
> Vote result thread:
>
> https://lists.apache.org/thread/pfnlmn9vqn1rqdy54wzm3mkx1wnt9mv6
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.0-rc.1/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.44.0-rc.1
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1022/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Liuqing Yue
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) 0.44.0-rc.1 - Incubator Vote Round 1

2023-12-27 Thread Liuqing Yue
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) 0.44.0-rc.1. We now kindly request the IPMC members
review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/nycyfc1m6819bj8vsb20vmbnlhs0kbdn

Vote result thread:

https://lists.apache.org/thread/pfnlmn9vqn1rqdy54wzm3mkx1wnt9mv6

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.44.0-rc.1/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.44.0-rc.1

Maven staging repo:

https://repository.apache.org/content/repositories/orgapacheopendal-1022/

Please download, verify, and test.

The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Here is python script in release to help you verify the release candidate:

./scripts/verify.py

Thanks

Liuqing Yue

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache OpenDAL(incubating) v0.43.0-rc.3 - Incubator Vote Round 1

2023-12-07 Thread G-XD
Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) v0.43.0-rc.3 has passed with
3 +1 binding and 1 +1 non-binding votes, no +0 or -1 votes.

Binding votes:

- tison
- Liu Ted
- Willem Jiang

Non-Binding votes:

- Xuanwo

Vote thread:
https://lists.apache.org/thread/y97fl4g1j0tgrswbhqrpknwy1hhq31zy

Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out the
announcement soon.

Best,
Xiangdong Gai


Re: [VOTE] Release Apache OpenDAL(incubating) v0.43.0-rc.3 - Incubator Vote Round 1

2023-12-07 Thread Willem Jiang
+1 Binding.

Here is what I checked:
[x] Download links are valid.
[x] Checksums and signatures.
[x] LICENSE/NOTICE files exist
[x] DISCLAIMER files exist
[x] Artifacts has the Incubating in the name
[x] No unexpected binary files
[x] All source files have ASF headers

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Tue, Dec 5, 2023 at 11:29 AM tison  wrote:
>
> +1 binding
>
> [x] Download links are valid.
> [x] Checksums and signatures.
> [x] LICENSE/NOTICE files exist
> [x] DISCLIAMER files exist
> [x] No unexpected binary files
> [x] All source files have ASF headers
> [x] Can compile from source
>   cargo build
>   cd bindings/java ; ./mvnw test
>
>
> Best,
> tison.
>
> Xuanwo  于2023年12月4日周一 11:40写道:
> >
> > Carrying my non-binding +1 vote from the opendal community.
> >
> > On Mon, Dec 4, 2023, at 11:30, G-XD wrote:
> > > Hello Incubator PMC,
> > >
> > > The Apache OpenDAL community has voted and approved the release of Apache
> > > OpenDAL(incubating) v0.43.0-rc.3. We now kindly request the IPMC members
> > > review and vote for this release.
> > >
> > > OpenDAL is a data access layer that allows users to easily and efficiently
> > > retrieve data from various storage services in a unified way.
> > >
> > > OpenDAL community vote thread:
> > >
> > > https://lists.apache.org/thread/7pt30hmwv4gkdqh72oq680vjsbbw0fns
> > >
> > > Vote result thread:
> > >
> > > https://lists.apache.org/thread/52qd705vs9tf8cw10zvmxtzlq5t31x92
> > >
> > > The release candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.43.0-rc.3/
> > >
> > > This release has been signed with a PGP available here:
> > >
> > > https://downloads.apache.org/incubator/opendal/KEYS
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-opendal/releases/tag/v0.43.0-rc.3
> > >
> > > Maven staging repo:
> > >
> > > https://repository.apache.org/content/repositories/orgapacheopendal-1021/
> > >
> > > Please download, verify, and test.
> > >
> > > The VOTE will be open for at least 72 hours and until the necessary
> > > number of votes are reached.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > To learn more about apache opendal, please see https://opendal.apache.org/
> > >
> > > Checklist for reference:
> > >
> > > [ ] Download links are valid.
> > > [ ] Checksums and signatures.
> > > [ ] LICENSE/NOTICE files exist
> > > [ ] No unexpected binary files
> > > [ ] All source files have ASF headers
> > > [ ] Can compile from source
> > >
> > > More detailed checklist please refer to:
> > > https://github.com/apache/incubator-opendal/tree/main/scripts
> > >
> > > To compile from source, please refer to:
> > > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> > >
> > > Here is python script in release to help you verify the release candidate:
> > >
> > > ./scripts/verify.py
> > >
> > > Thanks
> > >
> > > Xiangdong Gai
> >
> > --
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



回复:Re: [VOTE] Release Apache OpenDAL(incubating) v0.43.0-rc.3 - Incubator Vote Round 1

2023-12-04 Thread Liu Ted
+1 (binding)
[x] Download links are valid.[x] LICENSE/NOTICE files exist[x] DISCLIAMER files 
exist[x] No unexpected binary files[x] All source files have ASF headers

Best regards,

Ted Liu 
 
  2023 年 12 月 5 日周二 11:30,tison 写道:   +1 binding

[x] Download links are valid.
[x] Checksums and signatures.
[x] LICENSE/NOTICE files exist
[x] DISCLIAMER files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source
  cargo build
  cd bindings/java ; ./mvnw test


Best,
tison.

Xuanwo  于2023年12月4日周一 11:40写道:
>
> Carrying my non-binding +1 vote from the opendal community.
>
> On Mon, Dec 4, 2023, at 11:30, G-XD wrote:
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.43.0-rc.3. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/7pt30hmwv4gkdqh72oq680vjsbbw0fns
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/52qd705vs9tf8cw10zvmxtzlq5t31x92
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.43.0-rc.3/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.43.0-rc.3
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1021/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Xiangdong Gai
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

  


Re: [VOTE] Release Apache OpenDAL(incubating) v0.43.0-rc.3 - Incubator Vote Round 1

2023-12-04 Thread tison
+1 binding

[x] Download links are valid.
[x] Checksums and signatures.
[x] LICENSE/NOTICE files exist
[x] DISCLIAMER files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source
  cargo build
  cd bindings/java ; ./mvnw test


Best,
tison.

Xuanwo  于2023年12月4日周一 11:40写道:
>
> Carrying my non-binding +1 vote from the opendal community.
>
> On Mon, Dec 4, 2023, at 11:30, G-XD wrote:
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.43.0-rc.3. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/7pt30hmwv4gkdqh72oq680vjsbbw0fns
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/52qd705vs9tf8cw10zvmxtzlq5t31x92
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.43.0-rc.3/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.43.0-rc.3
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1021/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Xiangdong Gai
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.43.0-rc.3 - Incubator Vote Round 1

2023-12-03 Thread Xuanwo
Carrying my non-binding +1 vote from the opendal community.

On Mon, Dec 4, 2023, at 11:30, G-XD wrote:
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.43.0-rc.3. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/7pt30hmwv4gkdqh72oq680vjsbbw0fns
>
> Vote result thread:
>
> https://lists.apache.org/thread/52qd705vs9tf8cw10zvmxtzlq5t31x92
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.43.0-rc.3/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.43.0-rc.3
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1021/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Xiangdong Gai

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) v0.43.0-rc.3 - Incubator Vote Round 1

2023-12-03 Thread G-XD
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) v0.43.0-rc.3. We now kindly request the IPMC members
review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/7pt30hmwv4gkdqh72oq680vjsbbw0fns

Vote result thread:

https://lists.apache.org/thread/52qd705vs9tf8cw10zvmxtzlq5t31x92

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.43.0-rc.3/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.43.0-rc.3

Maven staging repo:

https://repository.apache.org/content/repositories/orgapacheopendal-1021/

Please download, verify, and test.

The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Here is python script in release to help you verify the release candidate:

./scripts/verify.py

Thanks

Xiangdong Gai


Re: [VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-16 Thread Justin Mclean
Hi,

Sorry, but it -1 binding from me

I checked:
- incubating in name
- signatures and hashes are fine
- LICENSE is missing mention of [1]. NOTICE is also incorrect, and would need 
to include info from The Netty Project NOTICE file.
- no unexpected binary files
- all source fils have ASF headers

Kind Regards,
Justin

1. ./scripts/merge_local_staging.sh
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-15 Thread Willem Jiang
+1 binding.

I checked
- incubating in the release kit name
- The checksums and signatures are validated.
- The LICENSE and NOTICE files look good to me.
- There is a DISCLAIMER in the release kits
- No binary files in the source release kits


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Sun, Nov 12, 2023 at 10:12 AM Mingzhuo Yin  wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.42.0-rc.3. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/2gqd6pm1k0cc1j0lq79d4ply721dmky2
>
> Vote result thread:
>
> https://lists.apache.org/thread/z8pv6c5rdv5ohn4fcgk4n40n9cfxtwdp
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.42.0-rc.3/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.42.0-rc.3
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1018/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Sincerely,
> Mingzhuo Yin

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-14 Thread PJ Fanning
+1 (binding)

* Release files are ok - good checksum and signature
* LICENSE/NOTICE/DISCLAIMER look ok
* ASF headers
* no unexpected binary files
* Cargo and Java builds succeed

On Tue, 14 Nov 2023 at 15:46, tison  wrote:
>
> +1 binding
>
> I checked
>
> [x] Download links are valid.
> [x] Checksums and signatures.
>
> The signature is "Mingzhuo Yin " using the apache mail.
> This is expected.
>
> [x] LICENSE/NOTICE/DISCLAIMER files exist
> [x] No unexpected binary files
> [x] All source files have ASF headers
> [x] Can compile from source
>
> * cargo build - OK
> * cd bindings/java; ./mvnw clean install - OK
>
> Best,
> tison.
>
>
> Mingzhuo Yin  于2023年11月12日周日 10:11写道:
>
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.42.0-rc.3. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/2gqd6pm1k0cc1j0lq79d4ply721dmky2
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/z8pv6c5rdv5ohn4fcgk4n40n9cfxtwdp
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.42.0-rc.3/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.42.0-rc.3
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1018/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Sincerely,
> > Mingzhuo Yin
> >

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-14 Thread tison
+1 binding

I checked

[x] Download links are valid.
[x] Checksums and signatures.

The signature is "Mingzhuo Yin " using the apache mail.
This is expected.

[x] LICENSE/NOTICE/DISCLAIMER files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source

* cargo build - OK
* cd bindings/java; ./mvnw clean install - OK

Best,
tison.


Mingzhuo Yin  于2023年11月12日周日 10:11写道:

> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.42.0-rc.3. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/2gqd6pm1k0cc1j0lq79d4ply721dmky2
>
> Vote result thread:
>
> https://lists.apache.org/thread/z8pv6c5rdv5ohn4fcgk4n40n9cfxtwdp
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.42.0-rc.3/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.42.0-rc.3
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1018/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Sincerely,
> Mingzhuo Yin
>


[VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-11 Thread Mingzhuo Yin
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) v0.42.0-rc.3. We now kindly request the IPMC members
review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/2gqd6pm1k0cc1j0lq79d4ply721dmky2

Vote result thread:

https://lists.apache.org/thread/z8pv6c5rdv5ohn4fcgk4n40n9cfxtwdp

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.42.0-rc.3/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.42.0-rc.3

Maven staging repo:

https://repository.apache.org/content/repositories/orgapacheopendal-1018/

Please download, verify, and test.

The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Here is python script in release to help you verify the release candidate:

./scripts/verify.py

Thanks

Sincerely,
Mingzhuo Yin


[RESULT][VOTE] Release Apache OpenDAL(incubating) 0.41.0-rc.1 - Incubator Vote Round 1

2023-10-16 Thread Suyan
Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) 0.41.0-rc.1 has passed with
3 +1 binding and 1 +1 non-binding votes, no +0 or -1 votes.

Binding votes:

- Sheng Wu
- Liu Ted
- Xiaoqiao He

Non-Binding votes:

- Xuanwo

Vote thread: https://lists.apache.org/thread/fo3qw3xvhpzsytslpxjd71yo82m94236

Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out
the announcement soon.

Sincerely,
Suyan

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.41.0-rc.1 - Incubator Vote Round 1

2023-10-15 Thread Xiaoqiao He
+1(binding)

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] LICENSE files exist.
[x] NOTICE is included.
[x] DISCLAIMER is included.
[x] All source files have license headers if necessary.

Best Regards,
- He Xiaoqiao


On Fri, Oct 13, 2023 at 10:01 PM Sheng Wu  wrote:

> +1 binding.
>
> 1. Version checked.
> 2. Download link correct
> 3. Compiling passed for core(rust), python, nodejs, Java(jar with aarm)
> 4. asc checked
> 5. LICENSE and NOTICE exist
>
>
> Sheng Wu 吴晟
> Twitter, wusheng1108
>
> Xuanwo  于2023年10月13日周五 01:27写道:
> >
> > Carry my non-binding +1 vote from OpenDAL community.
> >
> > On Thu, Oct 12, 2023, at 15:30, Suyan wrote:
> > > Hello Incubator PMC,
> > >
> > > The Apache OpenDAL community has voted and approved the release of
> Apache
> > > OpenDAL(incubating) 0.41.0-rc.1. We would like to request the IPMC
> members
> > > to review and vote for this release.
> > >
> > > OpenDAL is a data access layer that allows users to easily and
> efficiently
> > > retrieve data from various storage services in a unified way.
> > >
> > > OpenDAL community vote thread:
> > >
> > > https://lists.apache.org/thread/zwr6m8qpgj82r7wkxmnovb6yv19hl7ng
> > >
> > > Vote result thread:
> > >
> > > https://lists.apache.org/thread/lm5t2f6v31lp8bmltoppqsxowxvos89x
> > >
> > > The release candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.41.0-rc.1/
> > >
> > > This release has been signed with a PGP available here:
> > >
> > > https://downloads.apache.org/incubator/opendal/KEYS
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-opendal/releases/tag/v0.41.0-rc.1/
> > >
> > > Maven staging repo:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapacheopendal-1015/
> > >
> > > Please download, verify, and test.
> > >
> > > The VOTE will be open for at least 72 hours and until the necessary
> > > number of votes are reached.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > To learn more about Apache OpenDAL(incubating), please see
> > > https://opendal.apache.org/
> > >
> > > Checklist for reference:
> > >
> > > [ ] Download links are valid.
> > > [ ] Checksums and signatures.
> > > [ ] LICENSE/NOTICE files exist
> > > [ ] No unexpected binary files
> > > [ ] All source files have ASF headers
> > > [ ] Can compile from source
> > >
> > > More detailed checklist please refer to:
> > > https://github.com/apache/incubator-opendal/tree/main/scripts
> > >
> > > To compile from the source, please refer to:
> > > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> > >
> > > Here is a Python script in release to help you verify the release
> candidate:
> > >
> > > ./scripts/verify.py
> > >
> > > Thanks
> > >
> > > Sincerely,
> > > Suyan
> > >
> > > -
> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> > --
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


回复:Re: [VOTE] Release Apache OpenDAL(incubating) 0.41.0-rc.1 - Incubator Vote Round 1

2023-10-15 Thread Liu Ted
+1 binding.
[x] Download links are valid
[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers

Ted Liu
 
 
  2023 年 10 月 13 日周五 22:09,Sheng Wu 写道:   +1 binding.

1. Version checked.
2. Download link correct
3. Compiling passed for core(rust), python, nodejs, Java(jar with aarm)
4. asc checked
5. LICENSE and NOTICE exist


Sheng Wu 吴晟
Twitter, wusheng1108

Xuanwo  于2023年10月13日周五 01:27写道:
>
> Carry my non-binding +1 vote from OpenDAL community.
>
> On Thu, Oct 12, 2023, at 15:30, Suyan wrote:
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) 0.41.0-rc.1. We would like to request the IPMC members
> > to review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/zwr6m8qpgj82r7wkxmnovb6yv19hl7ng
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/lm5t2f6v31lp8bmltoppqsxowxvos89x
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.41.0-rc.1/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.41.0-rc.1/
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1015/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache OpenDAL(incubating), please see
> > https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from the source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is a Python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Sincerely,
> > Suyan
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

  


Re: [VOTE] Release Apache OpenDAL(incubating) 0.41.0-rc.1 - Incubator Vote Round 1

2023-10-13 Thread Sheng Wu
+1 binding.

1. Version checked.
2. Download link correct
3. Compiling passed for core(rust), python, nodejs, Java(jar with aarm)
4. asc checked
5. LICENSE and NOTICE exist


Sheng Wu 吴晟
Twitter, wusheng1108

Xuanwo  于2023年10月13日周五 01:27写道:
>
> Carry my non-binding +1 vote from OpenDAL community.
>
> On Thu, Oct 12, 2023, at 15:30, Suyan wrote:
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) 0.41.0-rc.1. We would like to request the IPMC members
> > to review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/zwr6m8qpgj82r7wkxmnovb6yv19hl7ng
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/lm5t2f6v31lp8bmltoppqsxowxvos89x
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.41.0-rc.1/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.41.0-rc.1/
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1015/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about Apache OpenDAL(incubating), please see
> > https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from the source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is a Python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Sincerely,
> > Suyan
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.41.0-rc.1 - Incubator Vote Round 1

2023-10-12 Thread Xuanwo
Carry my non-binding +1 vote from OpenDAL community.

On Thu, Oct 12, 2023, at 15:30, Suyan wrote:
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.41.0-rc.1. We would like to request the IPMC members
> to review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/zwr6m8qpgj82r7wkxmnovb6yv19hl7ng
>
> Vote result thread:
>
> https://lists.apache.org/thread/lm5t2f6v31lp8bmltoppqsxowxvos89x
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.41.0-rc.1/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.41.0-rc.1/
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1015/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about Apache OpenDAL(incubating), please see
> https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from the source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is a Python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Sincerely,
> Suyan
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) 0.41.0-rc.1 - Incubator Vote Round 1

2023-10-12 Thread Suyan
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) 0.41.0-rc.1. We would like to request the IPMC members
to review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/zwr6m8qpgj82r7wkxmnovb6yv19hl7ng

Vote result thread:

https://lists.apache.org/thread/lm5t2f6v31lp8bmltoppqsxowxvos89x

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.41.0-rc.1/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.41.0-rc.1/

Maven staging repo:

https://repository.apache.org/content/repositories/orgapacheopendal-1015/

Please download, verify, and test.

The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about Apache OpenDAL(incubating), please see
https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from the source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Here is a Python script in release to help you verify the release candidate:

./scripts/verify.py

Thanks

Sincerely,
Suyan

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[CANCEL][VOTE] Release Apache OpenDAL(incubating) - Incubator Vote Round 1

2023-10-12 Thread Suyan
Hi Incubator PMC,

Because of missing version in the last vote mail's subject, the last
vote has been canceled.

Sorry for any inconvenience.

The last vote thread:
https://lists.apache.org/thread/2y0t7zdjcgmhb3pcztdohxd3kmnn0jrc

Sincerely,
Suyan

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) - Incubator Vote Round 1

2023-10-12 Thread Suyan
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) 0.41.0-rc.1. We would like to request the IPMC members
to review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/zwr6m8qpgj82r7wkxmnovb6yv19hl7ng

Vote result thread:

https://lists.apache.org/thread/lm5t2f6v31lp8bmltoppqsxowxvos89x

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.41.0-rc.1/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.41.0-rc.1/

Maven staging repo:

https://repository.apache.org/content/repositories/orgapacheopendal-1015/

Please download, verify, and test.

The VOTE will be open for at least 72 hours and until the necessary
number of votes are reached.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about Apache OpenDAL(incubating), please see
https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from the source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Here is a Python script in release to help you verify the release candidate:

./scripts/verify.py

Thanks

Sincerely,
Suyan

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [RESULT][VOTE] Release Apache OpenDAL(incubating) v0.40.0 - Incubator Vote Round 1

2023-09-20 Thread Xuanwo
Sorry for the typo.

${release_version} should be replaced by v0.40.0.

On Thu, Sep 21, 2023, at 13:30, Xuanwo wrote:
> Hi Incubator PMC,
>
> The vote to release Apache OpenDAL(incubating) ${release_version} has 
> passed with
> 3 +1 binding, no +0 or -1 votes.
>
> Binding votes:
>
> - Zili Chen
> - Willem Jiang
> - Xiaoqiao He
>
> Vote thread: https://lists.apache.org/thread/sgz168no4n0dcqcy63nljhjq6kd3qm65
>
> We will proceed with publishing the approved artifacts and sending out 
> the announcement soon.
>
> Furthermore, we still have the following tasks to refine for the 
> upcoming release:
>
> Willem Jiang noted that our VOTE concluded too quickly and recommended 
> keeping it open for a minimum of three days. To address this, we have 
> updated our VOTE email template to ensure alignment with this practice. 
> You can view the changes here: 
> https://github.com/apache/incubator-opendal/pull/3145
>
> Sheng Wu pointed out that we did not include our compiling 
> documentation in the VOTE email. We have created a new issue at 
> https://github.com/apache/incubator-opendal/issues/3147 and will 
> resolve this before the next release.
>
> Thanks for reviewing and voting for our release candidate, see you next time!
>
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache OpenDAL(incubating) v0.40.0 - Incubator Vote Round 1

2023-09-20 Thread Xuanwo
Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) ${release_version} has passed 
with
3 +1 binding, no +0 or -1 votes.

Binding votes:

- Zili Chen
- Willem Jiang
- Xiaoqiao He

Vote thread: https://lists.apache.org/thread/sgz168no4n0dcqcy63nljhjq6kd3qm65

We will proceed with publishing the approved artifacts and sending out the 
announcement soon.

Furthermore, we still have the following tasks to refine for the upcoming 
release:

Willem Jiang noted that our VOTE concluded too quickly and recommended keeping 
it open for a minimum of three days. To address this, we have updated our VOTE 
email template to ensure alignment with this practice. You can view the changes 
here: https://github.com/apache/incubator-opendal/pull/3145

Sheng Wu pointed out that we did not include our compiling documentation in the 
VOTE email. We have created a new issue at 
https://github.com/apache/incubator-opendal/issues/3147 and will resolve this 
before the next release.

Thanks for reviewing and voting for our release candidate, see you next time!

Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.40.0-rc.2 - Incubator Vote Round 1

2023-09-20 Thread Xuanwo
> I just found out the PPMC vote started yesterday. We must wait 72
> hours even if we have more than 3 +1.
> If you want to speed up the voting process, you can invite the mentors
> to join the PPMC vote.

Thank you for the reminder. I will update our VOTE email template to align with 
this behavior.

On Tue, Sep 19, 2023, at 21:08, Willem Jiang wrote:
> Hi
>
> +1(binding)
>  Here is what I checked:
> - The checksums and signatures are validated.
> - The LICENSE and NOTICE files look good to me.
> - There is a DISCLAIMER file about incubating.
> - No binary files in the source release.
>
> @Xuanwo
> I just found out the PPMC vote started yesterday. We must wait 72
> hours even if we have more than 3 +1.
> If you want to speed up the voting process, you can invite the mentors
> to join the PPMC vote.
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
>
> On Tue, Sep 19, 2023 at 12:10 PM Xuanwo  wrote:
>>
>> Hello Incubator PMC,
>>
>> The Apache OpenDAL community has voted and approved the release of Apache
>> OpenDAL(incubating) v0.40.0-rc.2. We now kindly request the IPMC members
>> review and vote for this release.
>>
>> OpenDAL is a data access layer that allows users to easily and efficiently
>> retrieve data from various storage services in a unified way.
>>
>> OpenDAL community vote thread:
>>
>> https://lists.apache.org/thread/x7gns8r31pk785f7ocblj16s7n8hxoy6
>>
>> Vote result thread:
>>
>> https://lists.apache.org/thread/x3gfxx6hj48lcjdcl1jtv4o34mhmxjwj
>>
>> The release candidate:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.40.0-rc2/
>>
>> This release has been signed with a PGP available here:
>>
>> https://downloads.apache.org/incubator/opendal/KEYS
>>
>> Git tag for the release:
>>
>> https://github.com/apache/incubator-opendal/releases/tag/v0.40.0-rc.2
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapacheopendal-1014/
>>
>> Please download, verify, and test.
>>
>> The VOTE will pass after got 3 binding approve.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>>
>> To learn more about apache opendal, please see https://opendal.apache.org/
>>
>> Checklist for reference:
>>
>> [ ] Download links are valid.
>> [ ] Checksums and signatures.
>> [ ] LICENSE/NOTICE files exist
>> [ ] No unexpected binary files
>> [ ] All source files have ASF headers
>> [ ] Can compile from source
>>
>> More detailed checklist please refer to:
>> https://github.com/apache/incubator-opendal/tree/main/scripts
>>
>> To compile from source, please refer to:
>> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>>
>> Thanks
>>
>> Xuanwo
>>
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.40.0-rc.2 - Incubator Vote Round 1

2023-09-19 Thread Xiaoqiao He
+1(binding)

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] LICENSE files exist.
[x] NOTICE is included.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] All source files have license headers if necessary.

Best Regards,
- He Xiaoqiao


On Tue, Sep 19, 2023 at 9:11 PM Willem Jiang  wrote:

> Hi
>
> +1(binding)
>  Here is what I checked:
> - The checksums and signatures are validated.
> - The LICENSE and NOTICE files look good to me.
> - There is a DISCLAIMER file about incubating.
> - No binary files in the source release.
>
> @Xuanwo
> I just found out the PPMC vote started yesterday. We must wait 72
> hours even if we have more than 3 +1.
> If you want to speed up the voting process, you can invite the mentors
> to join the PPMC vote.
>
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
>
> On Tue, Sep 19, 2023 at 12:10 PM Xuanwo  wrote:
> >
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.40.0-rc.2. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and
> efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/x7gns8r31pk785f7ocblj16s7n8hxoy6
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/x3gfxx6hj48lcjdcl1jtv4o34mhmxjwj
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.40.0-rc2/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.40.0-rc.2
> >
> > Maven staging repo:
> >
> https://repository.apache.org/content/repositories/orgapacheopendal-1014/
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see
> https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Thanks
> >
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache OpenDAL(incubating) v0.40.0-rc.2 - Incubator Vote Round 1

2023-09-19 Thread Willem Jiang
Hi

+1(binding)
 Here is what I checked:
- The checksums and signatures are validated.
- The LICENSE and NOTICE files look good to me.
- There is a DISCLAIMER file about incubating.
- No binary files in the source release.

@Xuanwo
I just found out the PPMC vote started yesterday. We must wait 72
hours even if we have more than 3 +1.
If you want to speed up the voting process, you can invite the mentors
to join the PPMC vote.


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem


On Tue, Sep 19, 2023 at 12:10 PM Xuanwo  wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.40.0-rc.2. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/x7gns8r31pk785f7ocblj16s7n8hxoy6
>
> Vote result thread:
>
> https://lists.apache.org/thread/x3gfxx6hj48lcjdcl1jtv4o34mhmxjwj
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.40.0-rc2/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.40.0-rc.2
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapacheopendal-1014/
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Thanks
>
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.40.0-rc.2 - Incubator Vote Round 1

2023-09-19 Thread Xuanwo
Makes sense, we should use the same version to build dyn libs for all bindings.

I will start a issue to track this.

On Tue, Sep 19, 2023, at 17:23, Zili Chen wrote:
> +1 (binding)
>
> [x] Download links are valid.
> [x] Checksums and signatures.
> [x] LICENSE/NOTICE files exist
> [x] DISCLAIMER file exists
> [x] All source files have ASF headers
> [x] Can compile from source (opendal-java) and test passed.
>
> One suggestion here: Is it possible to pin a Rust version for a 
> specific release? Currently, we're using the "stable" channel where the 
> version is resolved at the runtime, and thus it's not quite 
> reproducible.
>
> On 2023/09/19 04:08:20 Xuanwo wrote:
>> Hello Incubator PMC,
>> 
>> The Apache OpenDAL community has voted and approved the release of Apache
>> OpenDAL(incubating) v0.40.0-rc.2. We now kindly request the IPMC members
>> review and vote for this release.
>> 
>> OpenDAL is a data access layer that allows users to easily and efficiently
>> retrieve data from various storage services in a unified way.
>> 
>> OpenDAL community vote thread:
>> 
>> https://lists.apache.org/thread/x7gns8r31pk785f7ocblj16s7n8hxoy6
>> 
>> Vote result thread:
>> 
>> https://lists.apache.org/thread/x3gfxx6hj48lcjdcl1jtv4o34mhmxjwj
>> 
>> The release candidate:
>> 
>> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.40.0-rc2/
>> 
>> This release has been signed with a PGP available here:
>> 
>> https://downloads.apache.org/incubator/opendal/KEYS
>> 
>> Git tag for the release:
>> 
>> https://github.com/apache/incubator-opendal/releases/tag/v0.40.0-rc.2
>> 
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapacheopendal-1014/
>> 
>> Please download, verify, and test.
>> 
>> The VOTE will pass after got 3 binding approve.
>> 
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>> 
>> To learn more about apache opendal, please see https://opendal.apache.org/
>> 
>> Checklist for reference:
>> 
>> [ ] Download links are valid.
>> [ ] Checksums and signatures.
>> [ ] LICENSE/NOTICE files exist
>> [ ] No unexpected binary files
>> [ ] All source files have ASF headers
>> [ ] Can compile from source
>> 
>> More detailed checklist please refer to:
>> https://github.com/apache/incubator-opendal/tree/main/scripts
>> 
>> To compile from source, please refer to:
>> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>> 
>> Thanks
>> 
>> Xuanwo
>> 
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
>> 
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.40.0-rc.2 - Incubator Vote Round 1

2023-09-19 Thread Zili Chen
+1 (binding)

[x] Download links are valid.
[x] Checksums and signatures.
[x] LICENSE/NOTICE files exist
[x] DISCLAIMER file exists
[x] All source files have ASF headers
[x] Can compile from source (opendal-java) and test passed.

One suggestion here: Is it possible to pin a Rust version for a specific 
release? Currently, we're using the "stable" channel where the version is 
resolved at the runtime, and thus it's not quite reproducible.

On 2023/09/19 04:08:20 Xuanwo wrote:
> Hello Incubator PMC,
> 
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.40.0-rc.2. We now kindly request the IPMC members
> review and vote for this release.
> 
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
> 
> OpenDAL community vote thread:
> 
> https://lists.apache.org/thread/x7gns8r31pk785f7ocblj16s7n8hxoy6
> 
> Vote result thread:
> 
> https://lists.apache.org/thread/x3gfxx6hj48lcjdcl1jtv4o34mhmxjwj
> 
> The release candidate:
> 
> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.40.0-rc2/
> 
> This release has been signed with a PGP available here:
> 
> https://downloads.apache.org/incubator/opendal/KEYS
> 
> Git tag for the release:
> 
> https://github.com/apache/incubator-opendal/releases/tag/v0.40.0-rc.2
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapacheopendal-1014/
> 
> Please download, verify, and test.
> 
> The VOTE will pass after got 3 binding approve.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> To learn more about apache opendal, please see https://opendal.apache.org/
> 
> Checklist for reference:
> 
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
> 
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
> 
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> 
> Thanks
> 
> Xuanwo
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) v0.40.0-rc.2 - Incubator Vote Round 1

2023-09-18 Thread Xuanwo
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) v0.40.0-rc.2. We now kindly request the IPMC members
review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/x7gns8r31pk785f7ocblj16s7n8hxoy6

Vote result thread:

https://lists.apache.org/thread/x3gfxx6hj48lcjdcl1jtv4o34mhmxjwj

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.40.0-rc2/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git tag for the release:

https://github.com/apache/incubator-opendal/releases/tag/v0.40.0-rc.2

Maven staging repo:
https://repository.apache.org/content/repositories/orgapacheopendal-1014/

Please download, verify, and test.

The VOTE will pass after got 3 binding approve.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md

Thanks

Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [RESULT][VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-18 Thread Xuanwo
Thanks a lot for carrying the VOTE!

On Fri, Aug 18, 2023, at 19:34, Jun Ouyang wrote:
> Hi Incubator PMC,
>
> The vote to release Apache OpenDAL(incubating) v0.39.0-rc2 has passed with
> 5 +1 binding and 1 +1 non-binding votes, no +0 or -1 votes.
>
> Binding votes:
>
> *- *tison
> - Liang Chen
> *- *Liu Ted
> *- *kezhenxu94
> - Xiaoqiao He
>
> Non-Binding votes:
>
> - xuanwo
>
>
> Vote thread: https://lists.apache.org/thread/z10fb1y93oq4xf3jqd1tzgoczknd9cv3
>
> Thanks for reviewing and voting for our release candidate.
>
> We will proceed with publishing the approved artifacts and sending out
> the announcement soon.

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-18 Thread Jun Ouyang
Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) v0.39.0-rc2 has passed with
5 +1 binding and 1 +1 non-binding votes, no +0 or -1 votes.

Binding votes:

*- *tison
- Liang Chen
*- *Liu Ted
*- *kezhenxu94
- Xiaoqiao He

Non-Binding votes:

- xuanwo


Vote thread: https://lists.apache.org/thread/z10fb1y93oq4xf3jqd1tzgoczknd9cv3

Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out
the announcement soon.


Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-16 Thread kezhenxu94



> On Aug 16, 2023, at 10:38, Xuanwo  wrote:
> 
>> The following files are lack of license headers:
> 
> This issue has been addressed in our main branch, but it is not included in 
> this release. We anticipate that it will be resolved in the next one.

Thank you, although I see the issue still exists in main branch. I'll check the 
same in next release.


>> - Do they have to be binary files in tests?
> 
> These files do not necessarily have to be in binary format. In fact, the 
> content inside these files does not affect our test results. We generate 
> these files for services that are read-only, such as HTTP, IPFS, or other 
> services that have not yet implemented "write" functionality. It is 
> acceptable for us to replace these binary files with readable ones.

If readable files are acceptable in this case, this is a preferable fix to me.


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread Xuanwo
> The following files are lack of license headers:

This issue has been addressed in our main branch, but it is not included in 
this release. We anticipate that it will be resolved in the next one.

On Wed, Aug 16, 2023, at 08:24, kezhenxu94 wrote:
> +1 (binding), there are some issues you might want to fix in future releases.
>
> - shasum is correct.
> - tarball is signed by Jun Ouyang .
> - LICENSE, NOTICE, DISCLAIMER are in place.
> - The following binary files should be addressed:
>
> ./apache-opendal-incubating-0.39.0-src/core/tests/data/normal_file
> ./apache-opendal-incubating-0.39.0-src/core/tests/data/special_file  
> !@#$%Ü&()_+-=;',
>
> - The following files are lack of license headers:
>
> examples/rust/00-setup/Cargo.toml
> examples/rust/00-setup/src/main.rs
> examples/rust/01-init-operator/Cargo.toml
> examples/rust/01-init-operator/src/main.rs
> examples/rust/02-async-io/Cargo.toml
> examples/rust/02-async-io/src/main.rs 
>
>> On Aug 2, 2023, at 23:11, Jun Ouyang  wrote:
>> 
>> Hello Incubator PMC,
>> 
>> The Apache OpenDAL community has voted and approved the release of Apache
>> OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
>> review and vote for this release.
>> 
>> OpenDAL is a data access layer that allows users to easily and efficiently
>> retrieve data from various storage services in a unified way.
>> 
>> OpenDAL community vote thread:
>> 
>> https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
>> 
>> Vote result thread:
>> 
>> https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
>> 
>> The release candidate:
>> 
>> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
>> 
>> This release has been signed with a PGP available here:
>> 
>> https://downloads.apache.org/incubator/opendal/KEYS
>> 
>> Git branch for the release:
>> 
>> https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
>> 
>> Please download, verify, and test.
>> 
>> The VOTE will pass after got 3 binding approve.
>> 
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>> 
>> To learn more about apache opendal, please see https://opendal.apache.org/
>> 
>> Checklist for reference:
>> 
>> [ ] Download links are valid.
>> [ ] Checksums and signatures.
>> [ ] LICENSE/NOTICE files exist
>> [ ] No unexpected binary files
>> [ ] All source files have ASF headers
>> [ ] Can compile from source
>> 
>> More detailed checklist please refer to:
>> https://github.com/apache/incubator-opendal/tree/main/scripts
>> 
>> To compile from source, please refer to:
>> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>> 
>> 
>> 
>> -- 
>> *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
>> *Thanks,*
>> *Jun Ouyang*
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread Xuanwo
> - Do they have to be binary files in tests?

These files do not necessarily have to be in binary format. In fact, the 
content inside these files does not affect our test results. We generate these 
files for services that are read-only, such as HTTP, IPFS, or other services 
that have not yet implemented "write" functionality. It is acceptable for us to 
replace these binary files with readable ones.

> - How are they generated?

This file was generated locally on my Arch Linux system by reading from 
/dev/urandom.

On Wed, Aug 16, 2023, at 09:20, kezhenxu94 wrote:
> It's not an issue what the binary files are used for,
> the issue exists when the binary files are not reviewable.
>
> My questions:
>
> - Do they have to be binary files in tests?
> - How are they generated?
>
> You don't have to generate these files on testing, but
> I'd expect to see the source files that generate these binary files.
>
>
>
> — 
> Ke (柯振旭)
> GitHub @kezhenxu94
> ASF member
>
>
>> On Aug 16, 2023, at 08:43, tison  wrote:
>> 
>>> The following binary files should be addressed
>> 
>> They are not "unexpected" binary files but testfile. I remember Flink hosts
>> similar "binary files" for verifying checkpoint migrations[1].
>> 
>> Since they are for regression tests, generating on testing seems
>> meaningless.
>> 
>> Best,
>> tison.
>> 
>> [1]
>> https://github.com/apache/flink/blob/master/flink-streaming-java/src/test/resources/win-op-migration-test-accum-aligned-flink1.3-snapshot
>> 
>> 
>> kezhenxu94  于2023年8月16日周三 08:24写道:
>> 
>>> +1 (binding), there are some issues you might want to fix in future
>>> releases.
>>> 
>>> - shasum is correct.
>>> - tarball is signed by Jun Ouyang .
>>> - LICENSE, NOTICE, DISCLAIMER are in place.
>>> - The following binary files should be addressed:
>>> 
>>> ./apache-opendal-incubating-0.39.0-src/core/tests/data/normal_file
>>> ./apache-opendal-incubating-0.39.0-src/core/tests/data/special_file
>>> !@#$%Ü&()_+-=;',
>>> 
>>> - The following files are lack of license headers:
>>> 
>>> examples/rust/00-setup/Cargo.toml
>>> examples/rust/00-setup/src/main.rs
>>> examples/rust/01-init-operator/Cargo.toml
>>> examples/rust/01-init-operator/src/main.rs
>>> examples/rust/02-async-io/Cargo.toml
>>> examples/rust/02-async-io/src/main.rs
>>> 
>>>> On Aug 2, 2023, at 23:11, Jun Ouyang  wrote:
>>>> 
>>>> Hello Incubator PMC,
>>>> 
>>>> The Apache OpenDAL community has voted and approved the release of Apache
>>>> OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
>>>> review and vote for this release.
>>>> 
>>>> OpenDAL is a data access layer that allows users to easily and
>>> efficiently
>>>> retrieve data from various storage services in a unified way.
>>>> 
>>>> OpenDAL community vote thread:
>>>> 
>>>> https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
>>>> 
>>>> Vote result thread:
>>>> 
>>>> https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
>>>> 
>>>> The release candidate:
>>>> 
>>>> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
>>>> 
>>>> This release has been signed with a PGP available here:
>>>> 
>>>> https://downloads.apache.org/incubator/opendal/KEYS
>>>> 
>>>> Git branch for the release:
>>>> 
>>>> https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
>>>> 
>>>> Please download, verify, and test.
>>>> 
>>>> The VOTE will pass after got 3 binding approve.
>>>> 
>>>> [ ] +1 approve
>>>> [ ] +0 no opinion
>>>> [ ] -1 disapprove with the reason
>>>> 
>>>> To learn more about apache opendal, please see
>>> https://opendal.apache.org/
>>>> 
>>>> Checklist for reference:
>>>> 
>>>> [ ] Download links are valid.
>>>> [ ] Checksums and signatures.
>>>> [ ] LICENSE/NOTICE files exist
>>>> [ ] No unexpected binary files
>>>> [ ] All source files have ASF headers
>>>> [ ] Can compile from source
>>>> 
>>>> More detailed checklist please refer to:
>>>> https://github.com/apache/incubator-opendal/tree/main/scripts
>>>> 
>>>> To compile from source, please refer to:
>>>> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>>>> 
>>>> 
>>>> 
>>>> --
>>>> *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
>>>> *Thanks,*
>>>> *Jun Ouyang*
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>>> For additional commands, e-mail: general-h...@incubator.apache.org
>>> 
>>> 
>
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread Xiaoqiao He
+1(binding)

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] LICENSE files exist.
[x] NOTICE is included.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] All source files have license headers if necessary.

Best Regards,
- He Xiaoqiao


On Wed, Aug 16, 2023 at 9:20 AM kezhenxu94  wrote:

> It's not an issue what the binary files are used for,
> the issue exists when the binary files are not reviewable.
>
> My questions:
>
> - Do they have to be binary files in tests?
> - How are they generated?
>
> You don't have to generate these files on testing, but
> I'd expect to see the source files that generate these binary files.
>
>
>
> —
> Ke (柯振旭)
> GitHub @kezhenxu94
> ASF member
>
>
> > On Aug 16, 2023, at 08:43, tison  wrote:
> >
> >> The following binary files should be addressed
> >
> > They are not "unexpected" binary files but testfile. I remember Flink
> hosts
> > similar "binary files" for verifying checkpoint migrations[1].
> >
> > Since they are for regression tests, generating on testing seems
> > meaningless.
> >
> > Best,
> > tison.
> >
> > [1]
> >
> https://github.com/apache/flink/blob/master/flink-streaming-java/src/test/resources/win-op-migration-test-accum-aligned-flink1.3-snapshot
> >
> >
> > kezhenxu94  于2023年8月16日周三 08:24写道:
> >
> >> +1 (binding), there are some issues you might want to fix in future
> >> releases.
> >>
> >> - shasum is correct.
> >> - tarball is signed by Jun Ouyang .
> >> - LICENSE, NOTICE, DISCLAIMER are in place.
> >> - The following binary files should be addressed:
> >>
> >> ./apache-opendal-incubating-0.39.0-src/core/tests/data/normal_file
> >> ./apache-opendal-incubating-0.39.0-src/core/tests/data/special_file
> >> !@#$%Ü&()_+-=;',
> >>
> >> - The following files are lack of license headers:
> >>
> >> examples/rust/00-setup/Cargo.toml
> >> examples/rust/00-setup/src/main.rs
> >> examples/rust/01-init-operator/Cargo.toml
> >> examples/rust/01-init-operator/src/main.rs
> >> examples/rust/02-async-io/Cargo.toml
> >> examples/rust/02-async-io/src/main.rs
> >>
> >>> On Aug 2, 2023, at 23:11, Jun Ouyang  wrote:
> >>>
> >>> Hello Incubator PMC,
> >>>
> >>> The Apache OpenDAL community has voted and approved the release of
> Apache
> >>> OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> >>> review and vote for this release.
> >>>
> >>> OpenDAL is a data access layer that allows users to easily and
> >> efficiently
> >>> retrieve data from various storage services in a unified way.
> >>>
> >>> OpenDAL community vote thread:
> >>>
> >>> https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
> >>>
> >>> Vote result thread:
> >>>
> >>> https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
> >>>
> >>> The release candidate:
> >>>
> >>> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
> >>>
> >>> This release has been signed with a PGP available here:
> >>>
> >>> https://downloads.apache.org/incubator/opendal/KEYS
> >>>
> >>> Git branch for the release:
> >>>
> >>> https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
> >>>
> >>> Please download, verify, and test.
> >>>
> >>> The VOTE will pass after got 3 binding approve.
> >>>
> >>> [ ] +1 approve
> >>> [ ] +0 no opinion
> >>> [ ] -1 disapprove with the reason
> >>>
> >>> To learn more about apache opendal, please see
> >> https://opendal.apache.org/
> >>>
> >>> Checklist for reference:
> >>>
> >>> [ ] Download links are valid.
> >>> [ ] Checksums and signatures.
> >>> [ ] LICENSE/NOTICE files exist
> >>> [ ] No unexpected binary files
> >>> [ ] All source files have ASF headers
> >>> [ ] Can compile from source
> >>>
> >>> More detailed checklist please refer to:
> >>> https://github.com/apache/incubator-opendal/tree/main/scripts
> >>>
> >>> To compile from source, please refer to:
> >>> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >>>
> >>>
> >>>
> >>> --
> >>> *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> >>> *Thanks,*
> >>> *Jun Ouyang*
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> >> For additional commands, e-mail: general-h...@incubator.apache.org
> >>
> >>
>
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread kezhenxu94
It's not an issue what the binary files are used for,
the issue exists when the binary files are not reviewable.

My questions:

- Do they have to be binary files in tests?
- How are they generated?

You don't have to generate these files on testing, but
I'd expect to see the source files that generate these binary files.



— 
Ke (柯振旭)
GitHub @kezhenxu94
ASF member


> On Aug 16, 2023, at 08:43, tison  wrote:
> 
>> The following binary files should be addressed
> 
> They are not "unexpected" binary files but testfile. I remember Flink hosts
> similar "binary files" for verifying checkpoint migrations[1].
> 
> Since they are for regression tests, generating on testing seems
> meaningless.
> 
> Best,
> tison.
> 
> [1]
> https://github.com/apache/flink/blob/master/flink-streaming-java/src/test/resources/win-op-migration-test-accum-aligned-flink1.3-snapshot
> 
> 
> kezhenxu94  于2023年8月16日周三 08:24写道:
> 
>> +1 (binding), there are some issues you might want to fix in future
>> releases.
>> 
>> - shasum is correct.
>> - tarball is signed by Jun Ouyang .
>> - LICENSE, NOTICE, DISCLAIMER are in place.
>> - The following binary files should be addressed:
>> 
>> ./apache-opendal-incubating-0.39.0-src/core/tests/data/normal_file
>> ./apache-opendal-incubating-0.39.0-src/core/tests/data/special_file
>> !@#$%Ü&()_+-=;',
>> 
>> - The following files are lack of license headers:
>> 
>> examples/rust/00-setup/Cargo.toml
>> examples/rust/00-setup/src/main.rs
>> examples/rust/01-init-operator/Cargo.toml
>> examples/rust/01-init-operator/src/main.rs
>> examples/rust/02-async-io/Cargo.toml
>> examples/rust/02-async-io/src/main.rs
>> 
>>> On Aug 2, 2023, at 23:11, Jun Ouyang  wrote:
>>> 
>>> Hello Incubator PMC,
>>> 
>>> The Apache OpenDAL community has voted and approved the release of Apache
>>> OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
>>> review and vote for this release.
>>> 
>>> OpenDAL is a data access layer that allows users to easily and
>> efficiently
>>> retrieve data from various storage services in a unified way.
>>> 
>>> OpenDAL community vote thread:
>>> 
>>> https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
>>> 
>>> Vote result thread:
>>> 
>>> https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
>>> 
>>> The release candidate:
>>> 
>>> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
>>> 
>>> This release has been signed with a PGP available here:
>>> 
>>> https://downloads.apache.org/incubator/opendal/KEYS
>>> 
>>> Git branch for the release:
>>> 
>>> https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
>>> 
>>> Please download, verify, and test.
>>> 
>>> The VOTE will pass after got 3 binding approve.
>>> 
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove with the reason
>>> 
>>> To learn more about apache opendal, please see
>> https://opendal.apache.org/
>>> 
>>> Checklist for reference:
>>> 
>>> [ ] Download links are valid.
>>> [ ] Checksums and signatures.
>>> [ ] LICENSE/NOTICE files exist
>>> [ ] No unexpected binary files
>>> [ ] All source files have ASF headers
>>> [ ] Can compile from source
>>> 
>>> More detailed checklist please refer to:
>>> https://github.com/apache/incubator-opendal/tree/main/scripts
>>> 
>>> To compile from source, please refer to:
>>> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>>> 
>>> 
>>> 
>>> --
>>> *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
>>> *Thanks,*
>>> *Jun Ouyang*
>> 
>> 
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
>> 



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread tison
> The following binary files should be addressed

They are not "unexpected" binary files but testfile. I remember Flink hosts
similar "binary files" for verifying checkpoint migrations[1].

Since they are for regression tests, generating on testing seems
meaningless.

Best,
tison.

[1]
https://github.com/apache/flink/blob/master/flink-streaming-java/src/test/resources/win-op-migration-test-accum-aligned-flink1.3-snapshot


kezhenxu94  于2023年8月16日周三 08:24写道:

> +1 (binding), there are some issues you might want to fix in future
> releases.
>
> - shasum is correct.
> - tarball is signed by Jun Ouyang .
> - LICENSE, NOTICE, DISCLAIMER are in place.
> - The following binary files should be addressed:
>
> ./apache-opendal-incubating-0.39.0-src/core/tests/data/normal_file
> ./apache-opendal-incubating-0.39.0-src/core/tests/data/special_file
> !@#$%Ü&()_+-=;',
>
> - The following files are lack of license headers:
>
> examples/rust/00-setup/Cargo.toml
> examples/rust/00-setup/src/main.rs
> examples/rust/01-init-operator/Cargo.toml
> examples/rust/01-init-operator/src/main.rs
> examples/rust/02-async-io/Cargo.toml
> examples/rust/02-async-io/src/main.rs
>
> > On Aug 2, 2023, at 23:11, Jun Ouyang  wrote:
> >
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and
> efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git branch for the release:
> >
> > https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see
> https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> >
> >
> > --
> > *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> > *Thanks,*
> > *Jun Ouyang*
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread kezhenxu94
+1 (binding), there are some issues you might want to fix in future releases.

- shasum is correct.
- tarball is signed by Jun Ouyang .
- LICENSE, NOTICE, DISCLAIMER are in place.
- The following binary files should be addressed:

./apache-opendal-incubating-0.39.0-src/core/tests/data/normal_file
./apache-opendal-incubating-0.39.0-src/core/tests/data/special_file  
!@#$%Ü&()_+-=;',

- The following files are lack of license headers:

examples/rust/00-setup/Cargo.toml
examples/rust/00-setup/src/main.rs
examples/rust/01-init-operator/Cargo.toml
examples/rust/01-init-operator/src/main.rs
examples/rust/02-async-io/Cargo.toml
examples/rust/02-async-io/src/main.rs 

> On Aug 2, 2023, at 23:11, Jun Ouyang  wrote:
> 
> Hello Incubator PMC,
> 
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> review and vote for this release.
> 
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
> 
> OpenDAL community vote thread:
> 
> https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
> 
> Vote result thread:
> 
> https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
> 
> The release candidate:
> 
> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
> 
> This release has been signed with a PGP available here:
> 
> https://downloads.apache.org/incubator/opendal/KEYS
> 
> Git branch for the release:
> 
> https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
> 
> Please download, verify, and test.
> 
> The VOTE will pass after got 3 binding approve.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> To learn more about apache opendal, please see https://opendal.apache.org/
> 
> Checklist for reference:
> 
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
> 
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
> 
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> 
> 
> 
> -- 
> *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> *Thanks,*
> *Jun Ouyang*


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



回复:Re: [VOTE] Release Apache OpenDAL(incubating) ^_v0.39.0^_-rc2 - Incubator Vote Round 1

2023-08-15 Thread Liu Ted
+1 (binding)

[x] Download links are valid
[x] Checksums and signatues.
[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers

Best regards,

Ted Liu
 
 
  2023 年 8 月 15 日周二 22:04,Liang Chen 写道:   +1 (binding)


I checked:

- incubating in name, all source files have ASF headers

- signatures and hashes are ok

- LICENSE and NOTICE are ok

- No binary files


Regards

Liang

tison  于2023年8月15日周二 12:36写道:

> +1 (binding)
>
> I checked
>
> = LICENSE / NOTICE / DISCLAIMER file exist
> = License headers are properly set
> = No unexpected binaries files
> = Can compile from source with rustc 1.71.1 (eb26296b5 2023-08-03) on macOS
> M1 chip
>
> Best,
> tison.
>
>
> Xuanwo  于2023年8月6日周日 00:08写道:
>
> > Carry my non-binding VOTE from OpenDAL community thread:
> >
> > [x] Download links are valid.
> > [x] Checksums and signatures.
> >
> > > Check signature
> > gpg: Signature made Mon 31 Jul 2023 07:53:36 PM CST
> > gpg:                using RSA key 7E4FF04B4C636FE512C7BF59A50ED55B99CE93=
> > 07
> > gpg: Good signature from "Jun Ouyang " [ultimate]
> > Success to verify the gpg sign
> > > Check sha512sum
> > apache-opendal-incubating-0.39.0-src.tar.gz: OK
> > Success to verify the checksum
> >
> > [x] LICENSE/NOTICE files exist
> > [x] No unexpected binary files
> > [x] All source files have ASF headers
> > [x] Can compile from source
> >
> > On Wed, Aug 2, 2023, at 23:11, Jun Ouyang wrote:
> > > Hello Incubator PMC,
> > >
> > > The Apache OpenDAL community has voted and approved the release of
> Apache
> > > OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> > > review and vote for this release.
> > >
> > > OpenDAL is a data access layer that allows users to easily and
> > efficiently
> > > retrieve data from various storage services in a unified way.
> > >
> > > OpenDAL community vote thread:
> > >
> > > https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
> > >
> > > Vote result thread:
> > >
> > > https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
> > >
> > > The release candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
> > >
> > > This release has been signed with a PGP available here:
> > >
> > > https://downloads.apache.org/incubator/opendal/KEYS
> > >
> > > Git branch for the release:
> > >
> > > https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
> > >
> > > Please download, verify, and test.
> > >
> > > The VOTE will pass after got 3 binding approve.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > To learn more about apache opendal, please see
> > https://opendal.apache.org/
> > >
> > > Checklist for reference:
> > >
> > > [ ] Download links are valid.
> > > [ ] Checksums and signatures.
> > > [ ] LICENSE/NOTICE files exist
> > > [ ] No unexpected binary files
> > > [ ] All source files have ASF headers
> > > [ ] Can compile from source
> > >
> > > More detailed checklist please refer to:
> > > https://github.com/apache/incubator-opendal/tree/main/scripts
> > >
> > > To compile from source, please refer to:
> > > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> > >
> > >
> > >
> > > --
> > > *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> > > *Thanks,*
> > > *Jun Ouyang*
> >
> > --
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>
  


Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread Liang Chen
+1 (binding)


I checked:

- incubating in name, all source files have ASF headers

- signatures and hashes are ok

- LICENSE and NOTICE are ok

- No binary files


Regards

Liang

tison  于2023年8月15日周二 12:36写道:

> +1 (binding)
>
> I checked
>
> = LICENSE / NOTICE / DISCLAIMER file exist
> = License headers are properly set
> = No unexpected binaries files
> = Can compile from source with rustc 1.71.1 (eb26296b5 2023-08-03) on macOS
> M1 chip
>
> Best,
> tison.
>
>
> Xuanwo  于2023年8月6日周日 00:08写道:
>
> > Carry my non-binding VOTE from OpenDAL community thread:
> >
> > [x] Download links are valid.
> > [x] Checksums and signatures.
> >
> > > Check signature
> > gpg: Signature made Mon 31 Jul 2023 07:53:36 PM CST
> > gpg:using RSA key 7E4FF04B4C636FE512C7BF59A50ED55B99CE93=
> > 07
> > gpg: Good signature from "Jun Ouyang " [ultimate]
> > Success to verify the gpg sign
> > > Check sha512sum
> > apache-opendal-incubating-0.39.0-src.tar.gz: OK
> > Success to verify the checksum
> >
> > [x] LICENSE/NOTICE files exist
> > [x] No unexpected binary files
> > [x] All source files have ASF headers
> > [x] Can compile from source
> >
> > On Wed, Aug 2, 2023, at 23:11, Jun Ouyang wrote:
> > > Hello Incubator PMC,
> > >
> > > The Apache OpenDAL community has voted and approved the release of
> Apache
> > > OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> > > review and vote for this release.
> > >
> > > OpenDAL is a data access layer that allows users to easily and
> > efficiently
> > > retrieve data from various storage services in a unified way.
> > >
> > > OpenDAL community vote thread:
> > >
> > > https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
> > >
> > > Vote result thread:
> > >
> > > https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
> > >
> > > The release candidate:
> > >
> > > https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
> > >
> > > This release has been signed with a PGP available here:
> > >
> > > https://downloads.apache.org/incubator/opendal/KEYS
> > >
> > > Git branch for the release:
> > >
> > > https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
> > >
> > > Please download, verify, and test.
> > >
> > > The VOTE will pass after got 3 binding approve.
> > >
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > To learn more about apache opendal, please see
> > https://opendal.apache.org/
> > >
> > > Checklist for reference:
> > >
> > > [ ] Download links are valid.
> > > [ ] Checksums and signatures.
> > > [ ] LICENSE/NOTICE files exist
> > > [ ] No unexpected binary files
> > > [ ] All source files have ASF headers
> > > [ ] Can compile from source
> > >
> > > More detailed checklist please refer to:
> > > https://github.com/apache/incubator-opendal/tree/main/scripts
> > >
> > > To compile from source, please refer to:
> > > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> > >
> > >
> > >
> > > --
> > > *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> > > *Thanks,*
> > > *Jun Ouyang*
> >
> > --
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>


Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-15 Thread tison
+1 (binding)

I checked

= LICENSE / NOTICE / DISCLAIMER file exist
= License headers are properly set
= No unexpected binaries files
= Can compile from source with rustc 1.71.1 (eb26296b5 2023-08-03) on macOS
M1 chip

Best,
tison.


Xuanwo  于2023年8月6日周日 00:08写道:

> Carry my non-binding VOTE from OpenDAL community thread:
>
> [x] Download links are valid.
> [x] Checksums and signatures.
>
> > Check signature
> gpg: Signature made Mon 31 Jul 2023 07:53:36 PM CST
> gpg:using RSA key 7E4FF04B4C636FE512C7BF59A50ED55B99CE93=
> 07
> gpg: Good signature from "Jun Ouyang " [ultimate]
> Success to verify the gpg sign
> > Check sha512sum
> apache-opendal-incubating-0.39.0-src.tar.gz: OK
> Success to verify the checksum
>
> [x] LICENSE/NOTICE files exist
> [x] No unexpected binary files
> [x] All source files have ASF headers
> [x] Can compile from source
>
> On Wed, Aug 2, 2023, at 23:11, Jun Ouyang wrote:
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and
> efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git branch for the release:
> >
> > https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
> >
> > Please download, verify, and test.
> >
> > The VOTE will pass after got 3 binding approve.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see
> https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> >
> >
> > --
> > *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> > *Thanks,*
> > *Jun Ouyang*
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-05 Thread Xuanwo
Carry my non-binding VOTE from OpenDAL community thread:

[x] Download links are valid.
[x] Checksums and signatures.

> Check signature
gpg: Signature made Mon 31 Jul 2023 07:53:36 PM CST
gpg:using RSA key 7E4FF04B4C636FE512C7BF59A50ED55B99CE93=
07
gpg: Good signature from "Jun Ouyang " [ultimate]
Success to verify the gpg sign
> Check sha512sum
apache-opendal-incubating-0.39.0-src.tar.gz: OK
Success to verify the checksum

[x] LICENSE/NOTICE files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source

On Wed, Aug 2, 2023, at 23:11, Jun Ouyang wrote:
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c
>
> Vote result thread:
>
> https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git branch for the release:
>
> https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2
>
> Please download, verify, and test.
>
> The VOTE will pass after got 3 binding approve.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
>
>
> -- 
> *GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
> *Thanks,*
> *Jun Ouyang*

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache OpenDAL(incubating) v0.39.0-rc2 - Incubator Vote Round 1

2023-08-02 Thread Jun Ouyang
Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) v0.39.0-rc2. We now kindly request the IPMC members
review and vote for this release.

OpenDAL is a data access layer that allows users to easily and efficiently
retrieve data from various storage services in a unified way.

OpenDAL community vote thread:

https://lists.apache.org/thread/7f9x4znmghj5k48f6yhyoho8q0lbs67c

Vote result thread:

https://lists.apache.org/thread/3g08w0b1h5187fq94l4y9gw8vlqw322g

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/v0.39.0-rc2/

This release has been signed with a PGP available here:

https://downloads.apache.org/incubator/opendal/KEYS

Git branch for the release:

https://github.com/apache/incubator-opendal/tree/release-0.39.0-rc2

Please download, verify, and test.

The VOTE will pass after got 3 binding approve.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about apache opendal, please see https://opendal.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] All source files have ASF headers
[ ] Can compile from source

More detailed checklist please refer to:
https://github.com/apache/incubator-opendal/tree/main/scripts

To compile from source, please refer to:
https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md



-- 
*GPG public key: 4A6D297E6F74638E4D5F8E99152AC7B5F7608B26*
*Thanks,*
*Jun Ouyang*


Re: [RESULT][VOTE] Release Apache OpenDAL(incubating) 0.38.1 - Incubator Vote Round 1

2023-07-28 Thread Zili Chen
> since I'm not incubator committers

Actually, you are an incubator committer. But only IPMC members' vote is 
binding.

On 2023/07/21 04:49:21 Xuanwo wrote:
> My vote is not binding (since I'm not incubator committers)
> 
> On Fri, Jul 21, 2023, at 12:31, cai lue wrote:
> > Hi Incubator PMC,
> >
> > The vote to release Apache OpenDAL(incubating) 0.38.1 has passed with
> > 3 + 1 binding and 0 non-binding votes, no +0 or -1 votes.
> >
> > Binding votes:
> >
> > - CalvinKirs
> >
> > - tison
> >
> > - Xuanwo
> >
> > - Justin
> >
> > Vote thread: 
> > https://lists.apache.org/thread/jokj2v9p7zwozjpz1hjpd5k2jbgzo5oh
> >
> > Thanks for reviewing and voting for our release candidate.
> >
> > We will proceed with publishing the approved artifacts and sending out 
> > the announcement soon.
> >
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> 
> -- 
> Xuanwo
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [RESULT][VOTE] Release Apache OpenDAL(incubating) 0.38.1 - Incubator Vote Round 1

2023-07-20 Thread Xuanwo
My vote is not binding (since I'm not incubator committers)

On Fri, Jul 21, 2023, at 12:31, cai lue wrote:
> Hi Incubator PMC,
>
> The vote to release Apache OpenDAL(incubating) 0.38.1 has passed with
> 3 + 1 binding and 0 non-binding votes, no +0 or -1 votes.
>
> Binding votes:
>
> - CalvinKirs
>
> - tison
>
> - Xuanwo
>
> - Justin
>
> Vote thread: 
> https://lists.apache.org/thread/jokj2v9p7zwozjpz1hjpd5k2jbgzo5oh
>
> Thanks for reviewing and voting for our release candidate.
>
> We will proceed with publishing the approved artifacts and sending out 
> the announcement soon.
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache OpenDAL(incubating) 0.38.1 - Incubator Vote Round 1

2023-07-20 Thread cai lue

Hi Incubator PMC,

The vote to release Apache OpenDAL(incubating) 0.38.1 has passed with
3 + 1 binding and 0 non-binding votes, no +0 or -1 votes.

Binding votes:

- CalvinKirs

- tison

- Xuanwo

- Justin

Vote thread: 
https://lists.apache.org/thread/jokj2v9p7zwozjpz1hjpd5k2jbgzo5oh


Thanks for reviewing and voting for our release candidate.

We will proceed with publishing the approved artifacts and sending out 
the announcement soon.



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.38.1-rc1 - Incubator Vote Round 1

2023-07-20 Thread Calvin Kirs
+1 (binding)

I checked:
- incubating in name
- signatures and hashes are fine
- disclaimer exists
- license and notice files look good
- file have correct ASF headers if necessary

On Thu, Jul 20, 2023 at 6:39 PM tison  wrote:
>
> +1 (binding)
>
> I checked:
> - incubating in name
> - signatures and checksum are file
> - No unexpected binary files
> - LICENSE and NOTICE are fine
> - DISCLAIMER file exists
> - Compiled from source
>
> Best,
> tison.
>
>
> Xuanwo  于2023年7月18日周二 13:20写道:
>
> > Thanks for the VOTE and verify!
> >
> > > 1. ./bindings/python/python/opendal/layers.pyi
> >
> > Tracked at https://github.com/apache/incubator-opendal/issues/2662, we
> > expect to fix it in next release.
> >
> > > 2. ./examples/rust/01-init-operator/src/main.rs
> >
> > Those files are served as rust examples docs, we plan to remove them in
> > release.
> >
> > On Tue, Jul 18, 2023, at 13:10, Justin Mclean wrote:
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > I checked:
> > > - incubating in name
> > > - signatures and hashes are file
> > > - No unexpected binary files
> > > - LICENSE and NOTICE are fine
> > > - a few files don’t have ASF headers e.g. [1][2]
> > >
> > > I don’t have an environment set up to compile this, but including some
> > > easy to find instructions in the release on how to compile is a good
> > > idea.
> > >
> > > Kind Regards,
> > > Justin
> > >
> > > 1. ./bindings/python/python/opendal/layers.pyi
> > > 2. ./examples/rust/01-init-operator/src/main.rs
> > > -
> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> > --
> > Xuanwo
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >



-- 
Best wishes!
CalvinKirs

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) 0.38.1-rc1 - Incubator Vote Round 1

2023-07-20 Thread tison
+1 (binding)

I checked:
- incubating in name
- signatures and checksum are file
- No unexpected binary files
- LICENSE and NOTICE are fine
- DISCLAIMER file exists
- Compiled from source

Best,
tison.


Xuanwo  于2023年7月18日周二 13:20写道:

> Thanks for the VOTE and verify!
>
> > 1. ./bindings/python/python/opendal/layers.pyi
>
> Tracked at https://github.com/apache/incubator-opendal/issues/2662, we
> expect to fix it in next release.
>
> > 2. ./examples/rust/01-init-operator/src/main.rs
>
> Those files are served as rust examples docs, we plan to remove them in
> release.
>
> On Tue, Jul 18, 2023, at 13:10, Justin Mclean wrote:
> > Hi,
> >
> > +1 (binding)
> >
> > I checked:
> > - incubating in name
> > - signatures and hashes are file
> > - No unexpected binary files
> > - LICENSE and NOTICE are fine
> > - a few files don’t have ASF headers e.g. [1][2]
> >
> > I don’t have an environment set up to compile this, but including some
> > easy to find instructions in the release on how to compile is a good
> > idea.
> >
> > Kind Regards,
> > Justin
> >
> > 1. ./bindings/python/python/opendal/layers.pyi
> > 2. ./examples/rust/01-init-operator/src/main.rs
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
>
> --
> Xuanwo
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache OpenDAL(incubating) 0.38.1-rc1 - Incubator Vote Round 1

2023-07-17 Thread Xuanwo
Thanks for the VOTE and verify!

> 1. ./bindings/python/python/opendal/layers.pyi

Tracked at https://github.com/apache/incubator-opendal/issues/2662, we expect 
to fix it in next release.

> 2. ./examples/rust/01-init-operator/src/main.rs

Those files are served as rust examples docs, we plan to remove them in release.

On Tue, Jul 18, 2023, at 13:10, Justin Mclean wrote:
> Hi,
>
> +1 (binding) 
>
> I checked:
> - incubating in name
> - signatures and hashes are file
> - No unexpected binary files
> - LICENSE and NOTICE are fine
> - a few files don’t have ASF headers e.g. [1][2]
>
> I don’t have an environment set up to compile this, but including some 
> easy to find instructions in the release on how to compile is a good 
> idea.
>
> Kind Regards,
> Justin
>
> 1. ./bindings/python/python/opendal/layers.pyi
> 2. ./examples/rust/01-init-operator/src/main.rs
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org

-- 
Xuanwo

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



  1   2   3   4   5   6   7   8   >