Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-12-25 Thread Zikuan An
Hi Justin,

On behalf of the Apache DevLake community,

we made corrections based on your comments in v0.19.0-rc2. So we want to
invite you to vote for v0.19.0-rc3 first.


The voting thread is available at:

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


Thank you very much for your time and contribution as an IPMC mentor. Your
guidance and support for the Apache DevLake project is invaluable.



Best,

Zikuan An

Zikuan An  于2023年11月21日周二 13:47写道:

> Hi Justin,
>
> Thank you once again for your valuable insights.
> Based on your previous suggestions, I have made some updates to the
> version.
> I would greatly appreciate it if you could kindly review it once more to
> ensure everything is in order.
> Your expertise and guidance in this matter are immensely appreciated.
>
> You can find the updated version here:
> https://github.com/apache/incubator-devlake/pull/6483/files
>
> Kind Regards,
> Zikuan
>
>
> Justin Mclean  于2023年11月21日周二 06:02写道:
>
>> Hi,
>>
>> I think a little more work is needed:
>> - It is unclear what license yarn-3.4.1.cjs is under - why not just say
>> it contains multiple pieces of 3rd party code under different licenses?
>> - You are misisng the BSD license for Yarn. The full text of the license
>> needs to be included.
>> - You still need to, as required by the license, include the full text of
>> the MIT licenses, which include the copyright line.
>> - What code is "Copyright (c) 2015, Rebecca Turner”, and what license is
>> it under?
>> - What code is "Copyright Joyent, Inc. and other Node contributors.”, and
>> what license is it under?
>> - What code is "Copyright Node.js contributors. All rights reserved.",
>> and what license is it under?
>> - What code is "Copyright (c) 2014 Blake Embrey (he...@blakeembrey.com)”,
>> and what license is it under?
>>
>> Kind Regards,
>> Justin
>>
>>
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>>
>>


Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-20 Thread Zikuan An
Hi Justin,

Thank you once again for your valuable insights.
Based on your previous suggestions, I have made some updates to the
version.
I would greatly appreciate it if you could kindly review it once more to
ensure everything is in order.
Your expertise and guidance in this matter are immensely appreciated.

You can find the updated version here:
https://github.com/apache/incubator-devlake/pull/6483/files

Kind Regards,
Zikuan


Justin Mclean  于2023年11月21日周二 06:02写道:

> Hi,
>
> I think a little more work is needed:
> - It is unclear what license yarn-3.4.1.cjs is under - why not just say it
> contains multiple pieces of 3rd party code under different licenses?
> - You are misisng the BSD license for Yarn. The full text of the license
> needs to be included.
> - You still need to, as required by the license, include the full text of
> the MIT licenses, which include the copyright line.
> - What code is "Copyright (c) 2015, Rebecca Turner”, and what license is
> it under?
> - What code is "Copyright Joyent, Inc. and other Node contributors.”, and
> what license is it under?
> - What code is "Copyright Node.js contributors. All rights reserved.", and
> what license is it under?
> - What code is "Copyright (c) 2014 Blake Embrey (he...@blakeembrey.com)”,
> and what license is it under?
>
> Kind Regards,
> Justin
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-20 Thread Junren Yu
hi xuanwo,

The repository in the link you posted is incorrect usage. Although it has 
specified the yarn version in package.json, and yarn.lock also indicates this 
version, when the user actually uses it, since yarn2 depends on this file, if 
Not specifying yarnPath will cause yarn to be installed directly using npm, and 
the uploaded yarn.lock will become invalid. This will lead to changes in 
dependent versions and cause many other problems.

On 2023/11/21 00:26:53 Xuanwo wrote:
> For example, we can specify "packageManager" in package.json so that we don't 
> need to include this binary in code:
> 
> https://github.com/apache/incubator-opendal/blob/main/website/package.json#L44C4-L44C18
> 
> On Tue, Nov 21, 2023, at 08:22, Xuanwo wrote:
> >> - It is unclear what license yarn-3.4.1.cjs is under - why not just say 
> >> it contains multiple pieces of 3rd party code under different licenses?
> >
> > yarn-3.4.1.cjs js a binary too. How about use `corepack` to ensure we are 
> > using
> > the same version of yarn instead?
> >
> > For more inforamtion about corepack: https://nodejs.org/api/corepack.html
> >
> > On Tue, Nov 21, 2023, at 06:01, Justin Mclean wrote:
> >> Hi,
> >>
> >> I think a little more work is needed:
> >> - It is unclear what license yarn-3.4.1.cjs is under - why not just say 
> >> it contains multiple pieces of 3rd party code under different licenses?
> >> - You are misisng the BSD license for Yarn. The full text of the 
> >> license needs to be included.
> >> - You still need to, as required by the license, include the full text 
> >> of the MIT licenses, which include the copyright line.
> >> - What code is "Copyright (c) 2015, Rebecca Turner”, and what license 
> >> is it under?
> >> - What code is "Copyright Joyent, Inc. and other Node contributors.”, 
> >> and what license is it under?
> >> - What code is "Copyright Node.js contributors. All rights reserved.", 
> >> and what license is it under?
> >> - What code is "Copyright (c) 2014 Blake Embrey 
> >> (he...@blakeembrey.com)”, and what license is it under?
> >>
> >> Kind Regards,
> >> Justin 
> >>
> >>
> >> -
> >> 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
> 
> -- 
> 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 DevLake (Incubating) v0.19.0-rc2

2023-11-20 Thread Xuanwo
For example, we can specify "packageManager" in package.json so that we don't 
need to include this binary in code:

https://github.com/apache/incubator-opendal/blob/main/website/package.json#L44C4-L44C18

On Tue, Nov 21, 2023, at 08:22, Xuanwo wrote:
>> - It is unclear what license yarn-3.4.1.cjs is under - why not just say 
>> it contains multiple pieces of 3rd party code under different licenses?
>
> yarn-3.4.1.cjs js a binary too. How about use `corepack` to ensure we are 
> using
> the same version of yarn instead?
>
> For more inforamtion about corepack: https://nodejs.org/api/corepack.html
>
> On Tue, Nov 21, 2023, at 06:01, Justin Mclean wrote:
>> Hi,
>>
>> I think a little more work is needed:
>> - It is unclear what license yarn-3.4.1.cjs is under - why not just say 
>> it contains multiple pieces of 3rd party code under different licenses?
>> - You are misisng the BSD license for Yarn. The full text of the 
>> license needs to be included.
>> - You still need to, as required by the license, include the full text 
>> of the MIT licenses, which include the copyright line.
>> - What code is "Copyright (c) 2015, Rebecca Turner”, and what license 
>> is it under?
>> - What code is "Copyright Joyent, Inc. and other Node contributors.”, 
>> and what license is it under?
>> - What code is "Copyright Node.js contributors. All rights reserved.", 
>> and what license is it under?
>> - What code is "Copyright (c) 2014 Blake Embrey 
>> (he...@blakeembrey.com)”, and what license is it under?
>>
>> Kind Regards,
>> Justin 
>>
>>
>> -
>> 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

-- 
Xuanwo

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



Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-20 Thread Xuanwo
> - It is unclear what license yarn-3.4.1.cjs is under - why not just say 
> it contains multiple pieces of 3rd party code under different licenses?

yarn-3.4.1.cjs js a binary too. How about use `corepack` to ensure we are using
the same version of yarn instead?

For more inforamtion about corepack: https://nodejs.org/api/corepack.html

On Tue, Nov 21, 2023, at 06:01, Justin Mclean wrote:
> Hi,
>
> I think a little more work is needed:
> - It is unclear what license yarn-3.4.1.cjs is under - why not just say 
> it contains multiple pieces of 3rd party code under different licenses?
> - You are misisng the BSD license for Yarn. The full text of the 
> license needs to be included.
> - You still need to, as required by the license, include the full text 
> of the MIT licenses, which include the copyright line.
> - What code is "Copyright (c) 2015, Rebecca Turner”, and what license 
> is it under?
> - What code is "Copyright Joyent, Inc. and other Node contributors.”, 
> and what license is it under?
> - What code is "Copyright Node.js contributors. All rights reserved.", 
> and what license is it under?
> - What code is "Copyright (c) 2014 Blake Embrey 
> (he...@blakeembrey.com)”, and what license is it under?
>
> Kind Regards,
> Justin 
>
>
> -
> 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 DevLake (Incubating) v0.19.0-rc2

2023-11-20 Thread Justin Mclean
Hi,

I think a little more work is needed:
- It is unclear what license yarn-3.4.1.cjs is under - why not just say it 
contains multiple pieces of 3rd party code under different licenses?
- You are misisng the BSD license for Yarn. The full text of the license needs 
to be included.
- You still need to, as required by the license, include the full text of the 
MIT licenses, which include the copyright line.
- What code is "Copyright (c) 2015, Rebecca Turner”, and what license is it 
under?
- What code is "Copyright Joyent, Inc. and other Node contributors.”, and what 
license is it under?
- What code is "Copyright Node.js contributors. All rights reserved.", and what 
license is it under?
- What code is "Copyright (c) 2014 Blake Embrey (he...@blakeembrey.com)”, and 
what license is it under?

Kind Regards,
Justin 


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



Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-20 Thread Zikuan An
Hi Justin,

Thank you for your suggestion very much.
I have made the necessary fixes in the version. I would be grateful if you
could kindly assist me in reviewing it for accuracy.
You can find the updated version here:
https://github.com/apache/incubator-devlake/pull/6483/files

Kind Regards,
Zikuan

Justin Mclean  于2023年11月17日周五 06:03写道:

> Hi,
>
> Sorry, but it’s -1 (binding) from me. As I pointed out in my last review,
> multiple pieces of 3rd party code exist under different licenses, not just
> one.
>
> I suggest you look for copyright statements and work out the 3rd party
> software and licenses from that.  I can see:
>   Copyright (c) 2014 Blake Embrey (he...@blakeembrey.com)
>   Copyright (c) 2015, Rebecca Turner
>   Copyright Joyent, Inc. and other Node contributors.
>   Copyright Node.js contributors. All rights reserved.
>  * Copyright (c) 2014-2016, Jon Schlinkert.
>  * Copyright (c) 2014-2017, Jon Schlinkert.
>  * Copyright (c) 2014-present, Jon Schlinkert.
>  * Copyright (c) 2015-present, Jon Schlinkert.
>  * Copyright © 2015-2018, Jon Schlinkert.
>
> Kind Regards,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-16 Thread Justin Mclean
Hi,

Sorry, but it’s -1 (binding) from me. As I pointed out in my last review, 
multiple pieces of 3rd party code exist under different licenses, not just one.

I suggest you look for copyright statements and work out the 3rd party software 
and licenses from that.  I can see:
  Copyright (c) 2014 Blake Embrey (he...@blakeembrey.com)
  Copyright (c) 2015, Rebecca Turner
  Copyright Joyent, Inc. and other Node contributors.
  Copyright Node.js contributors. All rights reserved.
 * Copyright (c) 2014-2016, Jon Schlinkert.
 * Copyright (c) 2014-2017, Jon Schlinkert.
 * Copyright (c) 2014-present, Jon Schlinkert.
 * Copyright (c) 2015-present, Jon Schlinkert.
 * Copyright © 2015-2018, Jon Schlinkert.

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



Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-16 Thread Craig Russell
Hi Zikuan,

Just for the record, adding the license *near* the beginning, as was done with 
yarn-3.4.1.cjs, is perfectly fine. It just needs to be easily found.

That is, there is no need for the license to be the first text, as long as it 
is not after the real content.

Warm regards,
Craig

> On Nov 16, 2023, at 01:59, Zikuan An  wrote:
> 
> Hi Felix,
> 
> The file config-ui/.yarn/releases/yarn-3.4.1.cjs is used to specify the
> yarn version and is a generated file. I added the BSD License
> ,
> but it cannot be added at the beginning of the file because adding it at
> the beginning will make the file unusable.
> 
> Best,
> Zikuan An
> 
> Felix Cheung  于2023年11月16日周四 10:22写道:
> 
>> +1 binding
>> 
>> - incubating in name
>> - signature and hash fine
>> - DISCLAIMER is fine
>> - LICENSE and NOTICE are fine
>> - No unexpected binary files
>> - All source files have ASF headers
>> 
>> what is this file config-ui/.yarn/releases/yarn-3.4.1.cjs - seems to have
>> code in it (and it does not have a license header)
>> 
>> 
>> On Wed, Nov 15, 2023 at 6:17 AM Willem Jiang 
>> wrote:
>> 
>>> +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.
>>> 
>>> Willem Jiang
>>> 
>>> Twitter: willemjiang
>>> Weibo: 姜宁willem
>>> 
>>> On Fri, Nov 10, 2023 at 10:28 PM Zikuan An  wrote:
 
 Hello everyone,
 
 This is a call for the vote to release Apache DevLake (Incubating)
 v0.19.0-rc2.
 The Apache DevLake community has voted on and approved a proposal to
 release Apache DevLake (Incubating) version v0.19.0-rc2.
 
 
 We now kindly request the Incubator PMC members review and vote on this
 incubator release.
 
 Community vote thread:
 
 https://lists.apache.org/thread/zqhrctqz39xyslfjsd0zz30gtdbv4t20
 
 
 Community vote result thread:
 
 https://lists.apache.org/thread/g06ns1vbqopyw6r460m25pvcvwh932s6
 
 
 The release candidates:
 
 
>>> 
>> https://dist.apache.org/repos/dist/dev/incubator/devlake/0.19.0-incubating-rc2
 
 
 Git tag for the release:
 
 https://github.com/apache/incubator-devlake/releases/tag/v0.19.0-rc2
 
 
 Keys to verify the Release Candidate:
 
 https://downloads.apache.org/incubator/devlake/KEYS
 
 
 How to build:
 
 https://devlake.apache.org/docs/DeveloperManuals/DeveloperSetup
 
 
 The vote will be open for at least 72 hours or until the necessary
>> number
 of votes is reached.
 
 Please vote accordingly:
 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 disapprove with the reason
 
 
 Thanks
 
 Zikuan An
>>> 
>>> -
>>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>>> For additional commands, e-mail: general-h...@incubator.apache.org
>>> 
>>> 
>> 

Craig L Russell
c...@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 DevLake (Incubating) v0.19.0-rc2

2023-11-16 Thread Zikuan An
Hi Felix,

The file config-ui/.yarn/releases/yarn-3.4.1.cjs is used to specify the
yarn version and is a generated file. I added the BSD License
,
but it cannot be added at the beginning of the file because adding it at
the beginning will make the file unusable.

Best,
Zikuan An

Felix Cheung  于2023年11月16日周四 10:22写道:

> +1 binding
>
> - incubating in name
> - signature and hash fine
> - DISCLAIMER is fine
> - LICENSE and NOTICE are fine
> - No unexpected binary files
> - All source files have ASF headers
>
> what is this file config-ui/.yarn/releases/yarn-3.4.1.cjs - seems to have
> code in it (and it does not have a license header)
>
>
> On Wed, Nov 15, 2023 at 6:17 AM Willem Jiang 
> wrote:
>
> > +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.
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Fri, Nov 10, 2023 at 10:28 PM Zikuan An  wrote:
> > >
> > > Hello everyone,
> > >
> > > This is a call for the vote to release Apache DevLake (Incubating)
> > > v0.19.0-rc2.
> > > The Apache DevLake community has voted on and approved a proposal to
> > > release Apache DevLake (Incubating) version v0.19.0-rc2.
> > >
> > >
> > > We now kindly request the Incubator PMC members review and vote on this
> > > incubator release.
> > >
> > > Community vote thread:
> > >
> > > https://lists.apache.org/thread/zqhrctqz39xyslfjsd0zz30gtdbv4t20
> > >
> > >
> > > Community vote result thread:
> > >
> > > https://lists.apache.org/thread/g06ns1vbqopyw6r460m25pvcvwh932s6
> > >
> > >
> > > The release candidates:
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/devlake/0.19.0-incubating-rc2
> > >
> > >
> > > Git tag for the release:
> > >
> > > https://github.com/apache/incubator-devlake/releases/tag/v0.19.0-rc2
> > >
> > >
> > > Keys to verify the Release Candidate:
> > >
> > > https://downloads.apache.org/incubator/devlake/KEYS
> > >
> > >
> > > How to build:
> > >
> > > https://devlake.apache.org/docs/DeveloperManuals/DeveloperSetup
> > >
> > >
> > > The vote will be open for at least 72 hours or until the necessary
> number
> > > of votes is reached.
> > >
> > > Please vote accordingly:
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > >
> > > Thanks
> > >
> > > Zikuan An
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>


Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-15 Thread Felix Cheung
+1 binding

- incubating in name
- signature and hash fine
- DISCLAIMER is fine
- LICENSE and NOTICE are fine
- No unexpected binary files
- All source files have ASF headers

what is this file config-ui/.yarn/releases/yarn-3.4.1.cjs - seems to have
code in it (and it does not have a license header)


On Wed, Nov 15, 2023 at 6:17 AM Willem Jiang  wrote:

> +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.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Fri, Nov 10, 2023 at 10:28 PM Zikuan An  wrote:
> >
> > Hello everyone,
> >
> > This is a call for the vote to release Apache DevLake (Incubating)
> > v0.19.0-rc2.
> > The Apache DevLake community has voted on and approved a proposal to
> > release Apache DevLake (Incubating) version v0.19.0-rc2.
> >
> >
> > We now kindly request the Incubator PMC members review and vote on this
> > incubator release.
> >
> > Community vote thread:
> >
> > https://lists.apache.org/thread/zqhrctqz39xyslfjsd0zz30gtdbv4t20
> >
> >
> > Community vote result thread:
> >
> > https://lists.apache.org/thread/g06ns1vbqopyw6r460m25pvcvwh932s6
> >
> >
> > The release candidates:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/devlake/0.19.0-incubating-rc2
> >
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-devlake/releases/tag/v0.19.0-rc2
> >
> >
> > Keys to verify the Release Candidate:
> >
> > https://downloads.apache.org/incubator/devlake/KEYS
> >
> >
> > How to build:
> >
> > https://devlake.apache.org/docs/DeveloperManuals/DeveloperSetup
> >
> >
> > The vote will be open for at least 72 hours or until the necessary number
> > of votes is reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> >
> > Thanks
> >
> > Zikuan An
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache DevLake (Incubating) v0.19.0-rc2

2023-11-15 Thread Willem Jiang
+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.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Fri, Nov 10, 2023 at 10:28 PM Zikuan An  wrote:
>
> Hello everyone,
>
> This is a call for the vote to release Apache DevLake (Incubating)
> v0.19.0-rc2.
> The Apache DevLake community has voted on and approved a proposal to
> release Apache DevLake (Incubating) version v0.19.0-rc2.
>
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
> Community vote thread:
>
> https://lists.apache.org/thread/zqhrctqz39xyslfjsd0zz30gtdbv4t20
>
>
> Community vote result thread:
>
> https://lists.apache.org/thread/g06ns1vbqopyw6r460m25pvcvwh932s6
>
>
> The release candidates:
>
> https://dist.apache.org/repos/dist/dev/incubator/devlake/0.19.0-incubating-rc2
>
>
> Git tag for the release:
>
> https://github.com/apache/incubator-devlake/releases/tag/v0.19.0-rc2
>
>
> Keys to verify the Release Candidate:
>
> https://downloads.apache.org/incubator/devlake/KEYS
>
>
> How to build:
>
> https://devlake.apache.org/docs/DeveloperManuals/DeveloperSetup
>
>
> The vote will be open for at least 72 hours or until the necessary number
> of votes is reached.
>
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
>
> Thanks
>
> Zikuan An

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