Re: [VOTE] Release Apache Uniffle (Incubating) 0.6.0 rc1

2022-10-09 Thread Felix Cheung
Also, strongly recommend the first release is with the WIP DISCLAIMER 
https://incubator.apache.org/policy/incubation.html#disclaimers

From: Kaijie Chen 
Sent: Sunday, October 9, 2022 3:58:21 AM
To: dev@uniffle.apache.org 
Subject: Re: [VOTE] Release Apache Uniffle (Incubating) 0.6.0 rc1

Looks like the non-ascii charactor in some files is caused by misuse of Chinese 
colon.

I have submitted a PR to fix this. Please cherry-pick if you feel it's 
necessary.
https://github.com/apache/incubator-uniffle/pull/255

Kaijie

On 2022/10/09 10:38:07 Kaijie Chen wrote:
> +1 (non-binding)
>
>  [x] Download links are valid.
>  [x] Checksums and PGP signatures are valid.
>  [x] Source code distributions have correct names matching the current 
> release.
>  [x] LICENSE and NOTICE files are correct for each Uniffle repo.
>  [x] All files have license headers if necessary.
>  [x] No unlicensed compiled archives bundled in source archive.
>
> ---
>
> $ find . -exec file {} \; | awk -F : '{print $2}' | sort | uniq -c
>  123  ASCII text
>   16  Bourne-Again shell script text executable, ASCII text
>1  C++ source text, ASCII text
>4  Java source text, ASCII text
>  332  Java source, ASCII text
>1  Java source, Unicode text, UTF-8 text
>1  PNG image data, 1645 x 802, 8-bit/color RGBA, non-interlaced
>1  PNG image data, 439 x 447, 8-bit/color RGBA, non-interlaced
>1  PNG image data, 997 x 499, 8-bit/color RGBA, non-interlaced
>1  Python script text executable, ASCII text
>   21  XML 1.0 document text, ASCII text
>1  c program text, ASCII text
>  299  directory
>1  empty
>2  exported SGML document text, ASCII text
>1  exported SGML document text, Unicode text, UTF-8 text
>1  makefile script text, ASCII text
>3  unified diff output text, ASCII text
>
> Best,
> Kaijie Chen
>
> On 2022/10/09 09:41:16 roryqi wrote:
> > Hello Uniffle community
> >
> >This is a call for vote to release Apache Uniffle (Incubating)
> > version 0.6.0-rc1.
> >
> >The release candidates:
> >https://dist.apache.org/repos/dist/dev/incubator/uniffle/0.6.0-rc1/
> >
> >Git tag for the release:
> >https://github.com/apache/incubator-uniffle/commits/v0.6.0-rc1
> >
> >Keys to verify the Release Candidate:
> >https://downloads.apache.org/incubator/uniffle/KEYS
> >
> >GPG user ID:
> >roryqi
> >
> >The vote will be open for at least 72 hours or until 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 distributions have correct names matching the
> > current release.
> >[ ] LICENSE and NOTICE files are correct for each Uniffle repo.
> >[ ] All files have license headers if necessary.
> >[ ] No unlicensed compiled archives bundled in source archive.
> >
> >More detail checklist  please refer:
> > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> >
> > Thanks
> >   roryqi
> >
>


Re: [VOTE] Release Apache Uniffle (Incubating) 0.6.0 rc1

2022-10-09 Thread Kaijie Chen
Looks like the non-ascii charactor in some files is caused by misuse of Chinese 
colon.

I have submitted a PR to fix this. Please cherry-pick if you feel it's 
necessary.
https://github.com/apache/incubator-uniffle/pull/255

Kaijie

On 2022/10/09 10:38:07 Kaijie Chen wrote:
> +1 (non-binding)
> 
>  [x] Download links are valid.
>  [x] Checksums and PGP signatures are valid.
>  [x] Source code distributions have correct names matching the current 
> release.
>  [x] LICENSE and NOTICE files are correct for each Uniffle repo.
>  [x] All files have license headers if necessary.
>  [x] No unlicensed compiled archives bundled in source archive.
> 
> ---
> 
> $ find . -exec file {} \; | awk -F : '{print $2}' | sort | uniq -c
>  123  ASCII text
>   16  Bourne-Again shell script text executable, ASCII text
>1  C++ source text, ASCII text
>4  Java source text, ASCII text
>  332  Java source, ASCII text
>1  Java source, Unicode text, UTF-8 text
>1  PNG image data, 1645 x 802, 8-bit/color RGBA, non-interlaced
>1  PNG image data, 439 x 447, 8-bit/color RGBA, non-interlaced
>1  PNG image data, 997 x 499, 8-bit/color RGBA, non-interlaced
>1  Python script text executable, ASCII text
>   21  XML 1.0 document text, ASCII text
>1  c program text, ASCII text
>  299  directory
>1  empty
>2  exported SGML document text, ASCII text
>1  exported SGML document text, Unicode text, UTF-8 text
>1  makefile script text, ASCII text
>3  unified diff output text, ASCII text
> 
> Best,
> Kaijie Chen
> 
> On 2022/10/09 09:41:16 roryqi wrote:
> > Hello Uniffle community
> > 
> >This is a call for vote to release Apache Uniffle (Incubating)
> > version 0.6.0-rc1.
> > 
> >The release candidates:
> >https://dist.apache.org/repos/dist/dev/incubator/uniffle/0.6.0-rc1/
> > 
> >Git tag for the release:
> >https://github.com/apache/incubator-uniffle/commits/v0.6.0-rc1
> > 
> >Keys to verify the Release Candidate:
> >https://downloads.apache.org/incubator/uniffle/KEYS
> > 
> >GPG user ID:
> >roryqi
> > 
> >The vote will be open for at least 72 hours or until 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 distributions have correct names matching the
> > current release.
> >[ ] LICENSE and NOTICE files are correct for each Uniffle repo.
> >[ ] All files have license headers if necessary.
> >[ ] No unlicensed compiled archives bundled in source archive.
> > 
> >More detail checklist  please refer:
> > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> > 
> > Thanks
> >   roryqi
> > 
> 


Re: [VOTE] Release Apache Uniffle (Incubating) 0.6.0 rc1

2022-10-09 Thread Kaijie Chen
+1 (non-binding)

 [x] Download links are valid.
 [x] Checksums and PGP signatures are valid.
 [x] Source code distributions have correct names matching the current release.
 [x] LICENSE and NOTICE files are correct for each Uniffle repo.
 [x] All files have license headers if necessary.
 [x] No unlicensed compiled archives bundled in source archive.

---

$ find . -exec file {} \; | awk -F : '{print $2}' | sort | uniq -c
 123  ASCII text
  16  Bourne-Again shell script text executable, ASCII text
   1  C++ source text, ASCII text
   4  Java source text, ASCII text
 332  Java source, ASCII text
   1  Java source, Unicode text, UTF-8 text
   1  PNG image data, 1645 x 802, 8-bit/color RGBA, non-interlaced
   1  PNG image data, 439 x 447, 8-bit/color RGBA, non-interlaced
   1  PNG image data, 997 x 499, 8-bit/color RGBA, non-interlaced
   1  Python script text executable, ASCII text
  21  XML 1.0 document text, ASCII text
   1  c program text, ASCII text
 299  directory
   1  empty
   2  exported SGML document text, ASCII text
   1  exported SGML document text, Unicode text, UTF-8 text
   1  makefile script text, ASCII text
   3  unified diff output text, ASCII text

Best,
Kaijie Chen

On 2022/10/09 09:41:16 roryqi wrote:
> Hello Uniffle community
> 
>This is a call for vote to release Apache Uniffle (Incubating)
> version 0.6.0-rc1.
> 
>The release candidates:
>https://dist.apache.org/repos/dist/dev/incubator/uniffle/0.6.0-rc1/
> 
>Git tag for the release:
>https://github.com/apache/incubator-uniffle/commits/v0.6.0-rc1
> 
>Keys to verify the Release Candidate:
>https://downloads.apache.org/incubator/uniffle/KEYS
> 
>GPG user ID:
>roryqi
> 
>The vote will be open for at least 72 hours or until 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 distributions have correct names matching the
> current release.
>[ ] LICENSE and NOTICE files are correct for each Uniffle repo.
>[ ] All files have license headers if necessary.
>[ ] No unlicensed compiled archives bundled in source archive.
> 
>More detail checklist  please refer:
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> 
> Thanks
>   roryqi
> 


Re: [VOTE] Release Apache Uniffle (Incubating) 0.6.0 rc1

2022-10-09 Thread zhang junfan
+1

Thanks for your effort @roryqi
On Oct 9, 2022, 5:41 PM +0800, roryqi , wrote:
> Hello Uniffle community
>
> This is a call for vote to release Apache Uniffle (Incubating)
> version 0.6.0-rc1.
>
> The release candidates:
> https://dist.apache.org/repos/dist/dev/incubator/uniffle/0.6.0-rc1/
>
> Git tag for the release:
> https://github.com/apache/incubator-uniffle/commits/v0.6.0-rc1
>
> Keys to verify the Release Candidate:
> https://downloads.apache.org/incubator/uniffle/KEYS
>
> GPG user ID:
> roryqi
>
> The vote will be open for at least 72 hours or until 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 distributions have correct names matching the
> current release.
> [ ] LICENSE and NOTICE files are correct for each Uniffle repo.
> [ ] All files have license headers if necessary.
> [ ] No unlicensed compiled archives bundled in source archive.
>
> More detail checklist please refer:
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Thanks
> roryqi