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

pitrou 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 a5744ab24c7 MINOR: CODEOWNERS: Remove myself from top-level Arrow C++ 
(#51380)
a5744ab24c7 is described below

commit a5744ab24c7b598e7a770b59b161bf2781b249cd
Author: Antoine Pitrou <[email protected]>
AuthorDate: Fri Sep 18 09:17:14 2026 +0200

    MINOR: CODEOWNERS: Remove myself from top-level Arrow C++ (#51380)
    
    ### Rationale for this change
    
    The current stream of low-quality AI-generated contributions and the 
frustrating communication that ensues makes this setting too taxing for me 
unfortunately.
    
    ### Are these changes tested?
    
    N/A.
    
    ### Are there any user-facing changes?
    
    There shouldn't be. 🙂
    
    ### Was AI used for this PR?
    
    In accordance to the [AI generation 
guidelines](https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code),
 please disclose below whether and how AI was used in this PR.
    
    **PR code and description written by:**
    
    - [x] Human
    - [ ] AI
    
    **Reviewed before submission by:**
    
    - [x] Human (myself)
    - [ ] AI
    - [ ] Not reviewed
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 .github/CODEOWNERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fc0114c2c8b..3133a5ea6fc 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -54,8 +54,7 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
 /c_glib/ @kou
 
 ## C++
-/cpp/src/arrow/ @pitrou
-/cpp/src/arrow/acero/ @pitrou @zanmato1984
+/cpp/src/arrow/acero/ @zanmato1984
 /cpp/src/arrow/adapters/orc @wgtmac
 /cpp/src/arrow/flight/ @lidavidm
 /cpp/src/gandiva @dmitry-chirkov-dremio @lriggs @akravchukdremio @xxlaykxx

Reply via email to