You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Chojan Shang <ps...@outlook.com> on 2023/06/28 14:30:50 UTC

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

Hello Incubator PMC,

The Apache OpenDAL community has voted and approved the release of Apache
OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm

Vote result thread:

https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd

The release candidate:

https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/

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.38.0-rc1

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.

Sincerely,
PsiACE

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

Posted by tison <wa...@gmail.com>.
+1 binding

I checked

- GPG sign matched
- Checksum verified
- LICENSE and NOTICE exist
- DISCLIAIMER exists
- Compile from source

Best,
tison.


Xuanwo <xu...@apache.org> 于2023年7月3日周一 00:18写道:

> Carry my non-binding vote from the OpenDAL Community:
>
> - [x] Download links are valid.
> - [x] Checksums and signatures.
>
> gpg: Signature made Wed 28 Jun 2023 01:36:00 PM CST
> gpg: using RSA key 6885C1ACE8126B01866CFB41646F38033D700795
> gpg: Good signature from "Chojan Shang <ps...@apache.org>" [ultimate]
>
> - [x] LICENSE/NOTICE files exist
> - [x] No unexpected binary files
> - [x] All source files have ASF headers
> - [x] Can compile from source (tested on Archlinux x86_64)
>
> On Thu, Jun 29, 2023, at 01:48, PJ Fanning wrote:
> > Thanks Xuanwo for the explanation.
> >
> > +1 (binding)
> >
> > - I checked the downloads and the SHA512 and ASC files are valid.
> > - LICENSE/NOTICE/DISCLAIMER are fine
> > - no binary files
> > - ASF headers on source files
> > - `cargo build` works fine
> >
> > On Wed, 28 Jun 2023 at 17:43, Xuanwo <xu...@apache.org> wrote:
> >>
> >> Thanks for raising those questions!
> >>
> >> - For
> https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
> >>
> >> `Borrow` here is more like `Inspired`, we don't take hyper's code
> directly. We should update the comments here.
> >>
> >> hyper code can be found here:
> https://docs.rs/hyper/latest/src/hyper/body/to_bytes.rs.html#47-82
> >>
> >> - For
> https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
> >>
> >> memcached service has been completely rewritten and no longer contains
> any code from bb8-memcached. The comment here is outdated and needs to be
> updated.
> >>
> >> On Wed, Jun 28, 2023, at 23:08, PJ Fanning wrote:
> >> > The release looks good to me, generally.
> >> >
> >> > I'm wondering about your LICENSE [1] though.
> >> > It doesn't appear to acknowledge some third party code that is
> borrowed [2] [3].
> >> >
> >> > Apologies if this has been addressed before but I can't find any
> >> > discussion about this in previous vote threads.
> >> >
> >> >
> >> >
> >> > [1] https://github.com/apache/incubator-opendal/blob/main/LICENSE
> >> > [2]
> >> >
> https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
> >> > [3]
> >> >
> https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
> >> >
> >> > On Wed, 28 Jun 2023 at 15:31, Chojan Shang <ps...@outlook.com>
> wrote:
> >> >>
> >> >> Hello Incubator PMC,
> >> >>
> >> >> The Apache OpenDAL community has voted and approved the release of
> Apache
> >> >> OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
> >> >>
> >> >> Vote result thread:
> >> >>
> >> >> https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
> >> >>
> >> >> The release candidate:
> >> >>
> >> >> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
> >> >>
> >> >> 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.38.0-rc1
> >> >>
> >> >> 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.
> >> >>
> >> >> Sincerely,
> >> >> PsiACE
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> >> > For additional commands, e-mail: general-help@incubator.apache.org
> >>
> >> --
> >> Xuanwo
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> >> For additional commands, e-mail: general-help@incubator.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: general-help@incubator.apache.org
>
> --
> Xuanwo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>
>

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

Posted by Xuanwo <xu...@apache.org>.
Carry my non-binding vote from the OpenDAL Community:

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

gpg: Signature made Wed 28 Jun 2023 01:36:00 PM CST
gpg: using RSA key 6885C1ACE8126B01866CFB41646F38033D700795
gpg: Good signature from "Chojan Shang <ps...@apache.org>" [ultimate]

- [x] LICENSE/NOTICE files exist
- [x] No unexpected binary files
- [x] All source files have ASF headers
- [x] Can compile from source (tested on Archlinux x86_64)

On Thu, Jun 29, 2023, at 01:48, PJ Fanning wrote:
> Thanks Xuanwo for the explanation.
>
> +1 (binding)
>
> - I checked the downloads and the SHA512 and ASC files are valid.
> - LICENSE/NOTICE/DISCLAIMER are fine
> - no binary files
> - ASF headers on source files
> - `cargo build` works fine
>
> On Wed, 28 Jun 2023 at 17:43, Xuanwo <xu...@apache.org> wrote:
>>
>> Thanks for raising those questions!
>>
>> - For https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
>>
>> `Borrow` here is more like `Inspired`, we don't take hyper's code directly. We should update the comments here.
>>
>> hyper code can be found here: https://docs.rs/hyper/latest/src/hyper/body/to_bytes.rs.html#47-82
>>
>> - For https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
>>
>> memcached service has been completely rewritten and no longer contains any code from bb8-memcached. The comment here is outdated and needs to be updated.
>>
>> On Wed, Jun 28, 2023, at 23:08, PJ Fanning wrote:
>> > The release looks good to me, generally.
>> >
>> > I'm wondering about your LICENSE [1] though.
>> > It doesn't appear to acknowledge some third party code that is borrowed [2] [3].
>> >
>> > Apologies if this has been addressed before but I can't find any
>> > discussion about this in previous vote threads.
>> >
>> >
>> >
>> > [1] https://github.com/apache/incubator-opendal/blob/main/LICENSE
>> > [2]
>> > https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
>> > [3]
>> > https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
>> >
>> > On Wed, 28 Jun 2023 at 15:31, Chojan Shang <ps...@outlook.com> wrote:
>> >>
>> >> Hello Incubator PMC,
>> >>
>> >> The Apache OpenDAL community has voted and approved the release of Apache
>> >> OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
>> >>
>> >> Vote result thread:
>> >>
>> >> https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
>> >>
>> >> The release candidate:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
>> >>
>> >> 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.38.0-rc1
>> >>
>> >> 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.
>> >>
>> >> Sincerely,
>> >> PsiACE
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>> > For additional commands, e-mail: general-help@incubator.apache.org
>>
>> --
>> Xuanwo
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: general-help@incubator.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org

-- 
Xuanwo

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


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

Posted by PJ Fanning <fa...@gmail.com>.
Thanks Xuanwo for the explanation.

+1 (binding)

- I checked the downloads and the SHA512 and ASC files are valid.
- LICENSE/NOTICE/DISCLAIMER are fine
- no binary files
- ASF headers on source files
- `cargo build` works fine

On Wed, 28 Jun 2023 at 17:43, Xuanwo <xu...@apache.org> wrote:
>
> Thanks for raising those questions!
>
> - For https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
>
> `Borrow` here is more like `Inspired`, we don't take hyper's code directly. We should update the comments here.
>
> hyper code can be found here: https://docs.rs/hyper/latest/src/hyper/body/to_bytes.rs.html#47-82
>
> - For https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
>
> memcached service has been completely rewritten and no longer contains any code from bb8-memcached. The comment here is outdated and needs to be updated.
>
> On Wed, Jun 28, 2023, at 23:08, PJ Fanning wrote:
> > The release looks good to me, generally.
> >
> > I'm wondering about your LICENSE [1] though.
> > It doesn't appear to acknowledge some third party code that is borrowed [2] [3].
> >
> > Apologies if this has been addressed before but I can't find any
> > discussion about this in previous vote threads.
> >
> >
> >
> > [1] https://github.com/apache/incubator-opendal/blob/main/LICENSE
> > [2]
> > https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
> > [3]
> > https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
> >
> > On Wed, 28 Jun 2023 at 15:31, Chojan Shang <ps...@outlook.com> wrote:
> >>
> >> Hello Incubator PMC,
> >>
> >> The Apache OpenDAL community has voted and approved the release of Apache
> >> OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
> >>
> >> Vote result thread:
> >>
> >> https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
> >>
> >> The release candidate:
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
> >>
> >> 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.38.0-rc1
> >>
> >> 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.
> >>
> >> Sincerely,
> >> PsiACE
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: general-help@incubator.apache.org
>
> --
> Xuanwo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
>

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


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

Posted by Xuanwo <xu...@apache.org>.
Thanks for raising those questions!

- For https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94

`Borrow` here is more like `Inspired`, we don't take hyper's code directly. We should update the comments here.

hyper code can be found here: https://docs.rs/hyper/latest/src/hyper/body/to_bytes.rs.html#47-82

- For https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275

memcached service has been completely rewritten and no longer contains any code from bb8-memcached. The comment here is outdated and needs to be updated.

On Wed, Jun 28, 2023, at 23:08, PJ Fanning wrote:
> The release looks good to me, generally.
>
> I'm wondering about your LICENSE [1] though.
> It doesn't appear to acknowledge some third party code that is borrowed [2] [3].
>
> Apologies if this has been addressed before but I can't find any
> discussion about this in previous vote threads.
>
>
>
> [1] https://github.com/apache/incubator-opendal/blob/main/LICENSE
> [2] 
> https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
> [3] 
> https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275
>
> On Wed, 28 Jun 2023 at 15:31, Chojan Shang <ps...@outlook.com> wrote:
>>
>> Hello Incubator PMC,
>>
>> The Apache OpenDAL community has voted and approved the release of Apache
>> OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
>>
>> Vote result thread:
>>
>> https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
>>
>> The release candidate:
>>
>> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
>>
>> 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.38.0-rc1
>>
>> 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.
>>
>> Sincerely,
>> PsiACE
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org

-- 
Xuanwo

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


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

Posted by PJ Fanning <fa...@apache.org>.
The release looks good to me, generally.

I'm wondering about your LICENSE [1] though.
It doesn't appear to acknowledge some third party code that is borrowed [2] [3].

Apologies if this has been addressed before but I can't find any
discussion about this in previous vote threads.



[1] https://github.com/apache/incubator-opendal/blob/main/LICENSE
[2] https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/raw/http_util/body.rs#L94
[3] https://github.com/apache/incubator-opendal/blob/a8ae017877d38a4362099eab6380d8f54fa4ab6f/core/src/services/memcached/backend.rs#L275

On Wed, 28 Jun 2023 at 15:31, Chojan Shang <ps...@outlook.com> wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
>
> Vote result thread:
>
> https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
>
> 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.38.0-rc1
>
> 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.
>
> Sincerely,
> PsiACE

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


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

Posted by Kent Yao <ya...@apache.org>.
+1 (nonbinding), I have checked:

[✓] The checksums and signatures are validated
[✓] The LICENSE and NOTICE are fine
[✓] DISCLAIMER is present
[✓] No binary files in the source release
[✓] incubating in the name
[✓] Successfully built the binary from the source on my Mac

Kent Yao

On 2023/07/04 09:39:23 Willem Jiang wrote:
> +1. 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.
> 
> Willem Jiang
> 
> Twitter: willemjiang
> Weibo: 姜宁willem
> 
> 
> On Wed, Jun 28, 2023 at 10:31 PM Chojan Shang <ps...@outlook.com> wrote:
> >
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
> >
> > 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.38.0-rc1
> >
> > 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.
> >
> > Sincerely,
> > PsiACE
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
> 
> 

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


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

Posted by Willem Jiang <wi...@gmail.com>.
+1. 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.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem


On Wed, Jun 28, 2023 at 10:31 PM Chojan Shang <ps...@outlook.com> wrote:
>
> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) 0.38.0-rc1. 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/ny0t1szlkrb8060j0w9gnj45oov18snm
>
> Vote result thread:
>
> https://lists.apache.org/thread/0l64s4w4yh19nzgfhg3cslm7cq10k7yd
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.38.0-rc1/
>
> 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.38.0-rc1
>
> 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.
>
> Sincerely,
> PsiACE

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