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

kou 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 316d4ef2f9 GH-50139: [Dev][Gandiva] Add Gandiva code owners (#50144)
316d4ef2f9 is described below

commit 316d4ef2f99a07d7d41407641db6e9e41cae3abb
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sun Jun 14 16:40:03 2026 +0900

    GH-50139: [Dev][Gandiva] Add Gandiva code owners (#50144)
    
    ### Rationale for this change
    
    We have Gandiva PRs that wait for review.
    
    If we have Gandiva code owners, they can notice them easily.
    
    ### What changes are included in this PR?
    
    Add Gandiva code owners.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #50139
    
    Lead-authored-by: Sutou Kouhei <[email protected]>
    Co-authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/CODEOWNERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3e56782ffb..81d80f20b4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -59,6 +59,7 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
 /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
 
 ## MATLAB

Reply via email to