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
>
>