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

zanmato1984 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f5384fa68 MINOR: [CI] remove westonpace from CODEOWNERS (#50420)
2f5384fa68 is described below

commit 2f5384fa68f360035c12650b31e3bf823a6775b1
Author: Weston Pace <[email protected]>
AuthorDate: Wed Jul 8 11:25:46 2026 -0700

    MINOR: [CI] remove westonpace from CODEOWNERS (#50420)
    
    ### Rationale for this change
    
    I am not actively reviewing PRs for Arrow :frowning_face:
    
    ### What changes are included in this PR?
    
    I removed myself from the CODEOWNERS files in the `acero` and `engine` 
subfolders.  Based on the current structure these will fall back to pitrou.
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: Weston Pace <[email protected]>
    Signed-off-by: Rossi Sun <[email protected]>
---
 .github/CODEOWNERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 81d80f20b4..ba4c5ab5f7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -55,9 +55,7 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
 
 ## C++
 /cpp/src/arrow/ @pitrou
-/cpp/src/arrow/acero @westonpace
 /cpp/src/arrow/adapters/orc @wgtmac
-/cpp/src/arrow/engine @westonpace
 /cpp/src/arrow/flight/ @lidavidm
 /cpp/src/gandiva @dmitry-chirkov-dremio @lriggs @akravchukdremio @xxlaykxx
 /cpp/src/parquet @wgtmac @pitrou

Reply via email to