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 58e0466583 MINOR: [Dev] Add pitrou to CODEOWNERS (#50147)
58e0466583 is described below
commit 58e0466583eca55a44e495c91492c6ce91526f94
Author: Antoine Pitrou <[email protected]>
AuthorDate: Wed Jun 10 23:42:05 2026 +0200
MINOR: [Dev] Add pitrou to CODEOWNERS (#50147)
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/CODEOWNERS | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4ed06090c3..3e56782ffb 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -23,7 +23,7 @@
# documentation about the syntax:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Arrow Format
-# /format/
+/format/ @pitrou
# Docs
# /docs/
@@ -31,6 +31,8 @@
# *.rmd
# *.rst
# *.txt
+/docs/source/cpp @pitrou
+/docs/source/format/ @pitrou
# PR CI and repository files
/.github/ @assignUser @jonkeane @kou @raulcd
@@ -41,6 +43,7 @@
# Release scripts, archery etc.
/ci/ @assignUser @jonkeane @kou @raulcd
/dev/ @assignUser @jonkeane @kou @raulcd
+/dev/archery/ @pitrou
.dockerignore @raulcd
.env @assignUser @jonkeane @kou @raulcd
compose.yaml @assignUser @jonkeane @kou @raulcd
@@ -51,11 +54,12 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
/c_glib/ @kou
## 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/parquet @wgtmac
+/cpp/src/parquet @wgtmac @pitrou
## MATLAB
/.github/workflows/matlab.yml @kevingurney @sgilmore10
@@ -65,6 +69,7 @@ compose.yaml @assignUser @jonkeane @kou @raulcd
/python/ @AlenkaF @raulcd @rok
/python/pyarrow/_flight.pyx @lidavidm
/python/pyarrow/**/*gandiva* @wjones127
+/python/pyarrow/src/ @pitrou
## R
/r/ @jonkeane @thisisnic