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 42d8b01bd1 MINOR: [Dev] Add Gang Wu to CODEOWNERS for cpp/parquet and
cpp/orc (#36504)
42d8b01bd1 is described below
commit 42d8b01bd18896fd2e637ec64614911da664bc49
Author: Gang Wu <[email protected]>
AuthorDate: Fri Jul 7 04:31:01 2023 +0800
MINOR: [Dev] Add Gang Wu to CODEOWNERS for cpp/parquet and cpp/orc (#36504)
Lead-authored-by: Gang Wu <[email protected]>
Co-authored-by: Will Jones <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/CODEOWNERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3577b2b107..06e0a0e373 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -29,13 +29,14 @@
/c_glib/ @kou
# /cpp/
/cpp/src/arrow/acero @westonpace
+/cpp/src/arrow/adapters/orc @wgtmac
/cpp/src/arrow/dataset @westonpace
/cpp/src/arrow/engine @westonpace
/cpp/src/arrow/flight/ @lidavidm
/cpp/src/arrow/util/async* @westonpace
/cpp/src/arrow/util/future* @westonpace
/cpp/src/arrow/util/thread* @westonpace
-/cpp/src/parquet @wjones127
+/cpp/src/parquet @wgtmac
/cpp/src/skyhook @westonpace
/csharp/ @westonpace
/go/ @zeroshade