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 15fe981323 MINOR: [CI] Add Acero CODEOWNER (#50426)
15fe981323 is described below

commit 15fe981323a393467b68bfec3e2c1fd0f2d803fe
Author: Rossi Sun <[email protected]>
AuthorDate: Thu Jul 9 14:06:07 2026 -0700

    MINOR: [CI] Add Acero CODEOWNER (#50426)
    
    ### Rationale for this change
    
    Follow-up to #50420.
    
    ### What changes are included in this PR?
    
    Add an explicit Acero CODEOWNERS entry.
    
    ### Are these changes tested?
    
    No; CODEOWNERS-only change.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Rossi Sun <[email protected]>
    Signed-off-by: Rossi Sun <[email protected]>
---
 .github/CODEOWNERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ba4c5ab5f7..4234fbe2cf 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -55,6 +55,7 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
 
 ## C++
 /cpp/src/arrow/ @pitrou
+/cpp/src/arrow/acero/ @pitrou @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