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

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new dcc109a3923 [chore](ci) add storage/rowset/tablet code owners (#66053)
dcc109a3923 is described below

commit dcc109a3923ff2268d2e37f809bb2eb3fe2ddda7
Author: Chenyang Sun <[email protected]>
AuthorDate: Sun Jul 26 21:14:12 2026 +0800

    [chore](ci) add storage/rowset/tablet code owners (#66053)
    
    ### What problem does this PR solve?
    
    Issue Number: close #xxx
    
    Related PR: #xxx
    
    Problem Summary:
    
    ### Release note
    
    None
    
    ### Check List (For Author)
    
    - Test <!-- At least one of them must be included. -->
        - [ ] Regression test
        - [ ] Unit Test
        - [ ] Manual test (add detailed scripts or steps below)
        - [ ] No need to test or manual test. Explain why:
    - [ ] This is a refactor/code format and no logic has been changed.
            - [ ] Previous test can cover this change.
            - [ ] No code files have been changed.
            - [ ] Other reason <!-- Add your reason?  -->
    
    - Behavior changed:
        - [ ] No.
        - [ ] Yes. <!-- Explain the behavior change -->
    
    - Does this need documentation?
        - [ ] No.
    - [ ] Yes. <!-- Add document PR link here. eg:
    https://github.com/apache/doris-website/pull/1214 -->
    
    ### Check List (For Reviewer who merge this PR)
    
    - [ ] Confirm the release note
    - [ ] Confirm test cases
    - [ ] Confirm document
    - [ ] Add branch pick label <!-- Add branch pick label that this PR
    should merge into -->
    
    Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
---
 .github/CODEOWNERS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 589728f7798..a63a1a8889c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -45,7 +45,7 @@ be/src/load/group_commit                                     
@liaoxin01 @gavinch
 be/src/load/memtable                                         @liaoxin01 
@gavinchou
 be/src/load/routine_load                                     @liaoxin01 
@gavinchou
 be/src/load/stream_load                                      @liaoxin01 
@gavinchou
-be/src/storage                                               @gavinchou
+be/src/storage                                               @gavinchou 
@yiguolei
 be/src/storage/olap_common.h                                 @gavinchou 
@yiguolei
 be/src/storage/cache                                         @liaoxin01 
@gavinchou
 be/src/storage/compaction                                    @luwei16 
@gavinchou
@@ -53,11 +53,11 @@ be/src/storage/delete                                       
 @luwei16 @gavinchou
 be/src/storage/index                                         @airborne12 
@eldenmoon @csun5285
 be/src/storage/iterator                                      @yiguolei 
@gavinchou
 be/src/storage/predicate                                     @yiguolei 
@gavinchou
-be/src/storage/rowset                                        @gavinchou
+be/src/storage/rowset                                        @gavinchou 
@yiguolei
 be/src/storage/schema_change                                 @luwei16 
@gavinchou
 be/src/storage/segment                                       @yiguolei 
@liaoxin01 @gavinchou @eldenmoon @csun5285 @airborne12
 be/src/storage/snapshot                                      @deardeng 
@luwei16 @gavinchou
-be/src/storage/tablet                                        @gavinchou
+be/src/storage/tablet                                        @gavinchou 
@yiguolei
 be/src/storage/task                                          @deardeng 
@gavinchou
 be/src/storage/txn                                           @liaoxin01 
@gavinchou
 be/test/cloud                                                @luwei16 
@liaoxin01 @gavinchou
@@ -70,19 +70,19 @@ be/test/load/channel                                        
 @liaoxin01 @gavinch
 be/test/load/delta_writer                                    @liaoxin01 
@gavinchou
 be/test/load/memtable                                        @liaoxin01 
@gavinchou
 be/test/olap                                                 @gavinchou
-be/test/olap/rowset                                          @gavinchou
-be/test/storage                                              @gavinchou
+be/test/olap/rowset                                          @gavinchou 
@yiguolei
+be/test/storage                                              @gavinchou 
@yiguolei
 be/test/storage/cache                                        @liaoxin01 
@gavinchou
 be/test/storage/compaction                                   @luwei16 
@gavinchou
 be/test/storage/delete                                       @gavinchou
 be/test/storage/index                                        @airborne12 
@eldenmoon @csun5285
 be/test/storage/iterator                                     @yiguolei 
@gavinchou
 be/test/storage/predicate                                    @yiguolei 
@gavinchou
-be/test/storage/rowset                                       @gavinchou
+be/test/storage/rowset                                       @gavinchou 
@yiguolei
 be/test/storage/schema_change                                @luwei16 
@gavinchou
 be/test/storage/segment                                      @yiguolei 
@gavinchou @eldenmoon @csun5285 @airborne12
 be/test/storage/snapshot                                     @deardeng 
@luwei16 @gavinchou
-be/test/storage/tablet                                       @gavinchou
+be/test/storage/tablet                                       @gavinchou 
@yiguolei
 be/test/storage/txn                                          @liaoxin01 
@gavinchou
 fe/fe-core/src/main/java/org/apache/doris/alter              @luwei16 
@gavinchou
 fe/fe-core/src/main/java/org/apache/doris/backup             @luwei16 
@gavinchou


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to