You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by "kaijchen (via GitHub)" <gi...@apache.org> on 2023/02/16 06:48:02 UTC

[GitHub] [incubator-uniffle] kaijchen opened a new issue, #611: [Umbrella] Release 0.7.0

kaijchen opened a new issue, #611:
URL: https://github.com/apache/incubator-uniffle/issues/611

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues) and found no similar issues.
   
   
   ### Describe the proposal
   
   Release Apache Uniffle 0.7.0
   
   ### Task list
   
   - [ ] Checkout `branch-0.7`.
   - [ ] Tag and release `0.7.0-rc1`.
   - [ ] Tag and release `0.7.0-rc2` (optional).
   - [ ] Tag and release `0.7.0`.
   - [ ] Bump master to `0.8.0-SNAPSHOT`.
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1449254328

   > I have sent the vote email to [dev@uniffle.apache.org](mailto:dev@uniffle.apache.org)
   
   Thanks. 
   
   > Comparing to 0.6.1, a bug fix of memory leak is included:
   
   Minor versions are not like patch versions, the changes may be too many to describe in a sentence.
   Maybe you can include the link to the (proposed) release note instead when voting in the incubator mailing list.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447845524

   I have drafted the release. could you help check this? https://github.com/apache/incubator-uniffle/releases/tag/untagged-e126c5971ca7ac9e1d6d @advancedxy @kaijchen @jerqi 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447880341

   > OK. Could you tell me the steps or commands to build this tarball?
   
   Since we are making source release only, you can use `git-archive` to create the tarball.
   
   > And how to upload this?
   
   Put the tarball, checksum and signature in SVN, and upload it.
   See: https://linkis.apache.org/zh-CN/community/how-to-release/#3-%E5%8F%91%E5%B8%83apache-svn%E4%BB%93%E5%BA%93


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] advancedxy commented on issue #611: [Umbrella] Release 0.7.0

Posted by "advancedxy (via GitHub)" <gi...@apache.org>.
advancedxy commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1502601304

   > All done.
   
   Thanks, great work. 🎉 .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447863740

   > > I have drafted the release. could you help check this? https://github.com/apache/incubator-uniffle/releases/tag/untagged-e126c5971ca7ac9e1d6d @advancedxy @kaijchen @jerqi
   > 
   > Please bump version in `branch-0.7` to `0.7.0`. Also, it's recommended to push a tag manually.
   > 
   > ```shell
   > git checkout branch-0.7
   > git tag v0.7.0
   > git push origin v0.7.0
   > ```
   
   OK. Do we need to set a rc version? @kaijchen 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447853878

   > I have drafted the release. could you help check this? https://github.com/apache/incubator-uniffle/releases/tag/untagged-e126c5971ca7ac9e1d6d @advancedxy @kaijchen @jerqi
   
   https://github.com/apache/incubator-uniffle/pull/322
   https://github.com/apache/incubator-uniffle/pull/307
   https://github.com/apache/incubator-uniffle/pull/249
   The three prs should be highlighted, too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447874973

   > Yes, the tarball should be named apache-uniffle-0.7.0-rc1-incubating-src.tar.gz.
   
   Sorry, no `rc1` in tarball name, see https://dist.apache.org/repos/dist/dev/incubator/uniffle/0.6.1-rc2/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447875995

   > > Yes, the tarball should be named apache-uniffle-0.7.0-rc1-incubating-src.tar.gz.
   > 
   > OK. Could you tell me the steps or commands to build this tarball?
   
   And how to upload this? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447873914

   > Yes, the tarball should be named apache-uniffle-0.7.0-rc1-incubating-src.tar.gz.
   
   OK. Could you tell me the steps or commands to build this tarball? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1448039890

   > > I have drafted the release. could you help check this? https://github.com/apache/incubator-uniffle/releases/tag/untagged-e126c5971ca7ac9e1d6d @advancedxy @kaijchen @jerqi
   > 
   > #322 #307 #249 The three prs should be highlighted, too.
   
   Updated. https://github.com/apache/incubator-uniffle/releases/tag/untagged-b70804300bb45088ec43


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1469167327

   > @zuston Do we need rc3?
   
   Let's make rc2 as release version directly? WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1467982389

   @zuston Do we need rc3?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1436556095

   > How to deploy my gpg key to uniffle svn? Here: https://dist.apache.org/repos/dist/dev/incubator/uniffle/KEYS
   
   Need help from PPMC, Cc @jerqi.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1449355357

   > I forgot deleting the pom.xml.versionBackup files, so do I need to cancel this vote and revote the rc-2 version after fixing? @kaijchen
   
   Yes, but no need to be hurry. You can give one or two days to let people check for other problems, and fix them together in `rc2`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1501714584

   > @zuston You forget bump version to 0.7.1-SNAPSHOT in branch-0.7.
   
   Done.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1434044035

   Do we have a release guide? like https://linkis.apache.org/zh-CN/community/how-to-release/
   
   I'm not familiar with Apache release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1432608184

   I don't know why the step of `Bump master to 0.8.0-SNAPSHOT` is the final step ? It looks unrelated with the tag creating


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1449246199

   I have sent the vote email to dev@uniffle.apache.org cc @kaijchen 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1449290098

   I forgot deleting the pom.xml.versionBackup files, so do I need to cancel this vote and revote the rc-2 version after fixing? @kaijchen 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1486101718

   > Is it time to release 0.7.0 ?
   
   @zuston Remind, we should start to vote in the incubator.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1436578156

   > Besides, need I do the mvn deploy operation?
   
   AFAIK, no need for now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1436915382

   @zuston I've updated the checklist in the issue description.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447880317

   I heard from @jerqi that we just need to do source release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1479028369

   > Is it time to release 0.7.0 ?
   
   We need to vote on https://lists.apache.org/list.html?general@incubator.apache.org


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447978666

   > ```shell
   > git checkout branch-0.7
   > git tag v0.7.0
   > git push origin v0.7.0
   > ```
   
   Tag should be `v0.7.0-rc1` in this case.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447983319

   You don't change the pom.xml 's version t0 0.7.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447854115

   > I have drafted the release. could you help check this? https://github.com/apache/incubator-uniffle/releases/tag/untagged-e126c5971ca7ac9e1d6d @advancedxy @kaijchen @jerqi
   
   Please bump version in `branch-0.7` to `0.7.0`.
   Also, it's recommended to push a tag manually.
   
   ```bash
   git checkout branch-0.7
   git tag v0.7.0
   git push origin v0.7.0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1436572213

   > Need help from PPMC, Cc @jerqi.
   
   OK
   
   Besides, need I do the mvn deploy operation? Or @jerqi 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447881555

   You can also refer to https://kvrocks.apache.org/community/create-a-release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1448048877

   > @zuston please refer to the task list in [#611 (comment)](https://github.com/apache/incubator-uniffle/issues/611#issue-1587121237)
   
   Thanks. I will do remaining tasks tomorrow


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1449263234

   > Minor versions are not like patch versions, the changes may be too many to describe in a sentence.
   Maybe you can include the link to the (proposed) release note instead when voting in the incubator mailing list.
   
   
   It's my fault, I forget changing this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1469206193

   > We should release rc3, we don't get enough votes because of flaky tests.
   
   OK.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1459672855

   > @zuston I think it's a good time to fix the problems and release the RC2.
   
   Done. The vote mail has been sent


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1501663565

   @zuston You forget bump version to 0.7.1-SNAPSHOT in branch-0.7.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1455517130

   @zuston I think it's a good time to fix the problems and release the RC2.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447868959

   Besides, does the source tarballs need to upload to apache svn before voting this release?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447934138

   > Yes, the tarball should be named apache-uniffle-0.7.0-rc1-incubating-src.tar.gz.
   Edit:apache-uniffle-0.7.0-incubating-src.tar.gz under 0.7.0-rc1 directory.
   
   Done https://dist.apache.org/repos/dist/dev/incubator/uniffle/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1448020415

   > > You don't change the pom.xml 's version t0 0.7.0.
   > 
   > Got it.
   
   Updated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1448003064

   > You don't change the pom.xml 's version t0 0.7.0.
   
   Got it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] advancedxy commented on issue #611: [Umbrella] Release 0.7.0

Posted by "advancedxy (via GitHub)" <gi...@apache.org>.
advancedxy commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1446214072

   Hi, what's the status of 0.7.0 release?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1434054229

   > Do we have a release guide? like https://linkis.apache.org/zh-CN/community/how-to-release/
   
   I don't think there is one yet. You can reference this link, and ask any questions in the current thread.
   
   Cc @jerqi 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1432615393

   > I don't know why the step of `Bump master to 0.8.0-SNAPSHOT` is the final step ? It looks unrelated with the tag creating
   
   Make sense, updated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1436554657

   How to deploy my gpg key to uniffle svn? Here: https://dist.apache.org/repos/dist/dev/incubator/uniffle/KEYS @kaijchen . 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1469194129

   > > @zuston Do we need rc3?
   > 
   > Let's make rc2 as release version directly? WDYT?
   
   We should release rc3, we don't get enough votes because of flaky tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1479026921

   Is it time to release 0.7.0 ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1471827384

   > > I have checked the branch-0.7 latest commits, it looks all flaky test fixes are all cherry picked. I want to release 0.7-rc3
   > 
   > Let's release 0.7-rc3.
   
   Done


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1501621876

   All done. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston closed issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston closed issue #611: [Umbrella] Release 0.7.0
URL: https://github.com/apache/incubator-uniffle/issues/611


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447777643

   > Hi, what's the status of 0.7.0 release?
   
   I'm working on this. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447976268

   > Done https://dist.apache.org/repos/dist/dev/incubator/uniffle/
   
   Artifacts looks good, but version should be changed to `0.7.0`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1448045651

   @zuston please refer to the task list in https://github.com/apache/incubator-uniffle/issues/611#issue-1587121237


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] kaijchen commented on issue #611: [Umbrella] Release 0.7.0

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1447870259

   > OK. Do we need to set a rc version?
   
   No, because if everything goes well, `0.7.0-rc1` will become `0.7.0`.
   
   > Besides, does the source tarballs need to upload to apache svn before voting this release?
   
   Yes, the tarball should be named `apache-uniffle-0.7.0-rc1-incubating-src.tar.gz`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] zuston commented on issue #611: [Umbrella] Release 0.7.0

Posted by "zuston (via GitHub)" <gi...@apache.org>.
zuston commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1471763141

   I have checked the branch-0.7 latest commits, it looks all flaky test fixes are all cherry picked. I want to release 0.7-rc3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-uniffle] jerqi commented on issue #611: [Umbrella] Release 0.7.0

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #611:
URL: https://github.com/apache/incubator-uniffle/issues/611#issuecomment-1471767436

   > I have checked the branch-0.7 latest commits, it looks all flaky test fixes are all cherry picked. I want to release 0.7-rc3
   
   Let's release 0.7-rc3.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org