You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2023/06/11 15:13:25 UTC

[incubator-uniffle] branch master updated: [MINOR] Add new collaborators (#942)

This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 565d7f6c [MINOR] Add new collaborators (#942)
565d7f6c is described below

commit 565d7f6ca7a075e09a337cfefd9497135f686673
Author: roryqi <ro...@apache.org>
AuthorDate: Sun Jun 11 23:13:18 2023 +0800

    [MINOR] Add new collaborators (#942)
    
    ### What changes were proposed in this pull request?
    Add new collaborators:
    lifeSo
    zhengchenyu
    xumanbu
    
    ### Why are the changes needed?
    Collaborators can run the workflow without committer's approval and manage issues.
    1. lifeSo is responsible for Apache Tez framework.
    2. zhengchenyu is responsible for the support of Hadoop 3.2.
    3. xumanbu is responsible for the support of Netty.
    
    They have contributed some features and improvements.  It will be more convenient for them to become collaborators.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    No need.
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index f0ebd32d..3ad27074 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,6 +35,9 @@ github:
   collaborators:
     - leixm
     - wangao1236
+    - lifeSo
+    - zhengchenyu
+    - xumanbu
   enabled_merge_buttons:
     squash: true
     merge: false