Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,36 @@
# Arrow Format
# /format/

## Components
# Components

## C Glib
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Component header uses C Glib, but the project consistently refers to this component as C GLib (e.g., .github/workflows/ruby.yml and r/_pkgdown.yml). Consider updating the header capitalization for consistency and searchability.

Suggested change
## C Glib
## C GLib

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. I don't know why the suggested change by Copilot can't be applied...

Suggested change
## C Glib
## C GLib

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I can't push to https://github.com/mathworks/arrow .

/c_glib/ @kou
# /cpp/

## C++
/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

## MATLAB
/matlab/ @kevingurney @kou @sgilmore10
/.github/workflows/matlab.yml @kevingurney @sgilmore10
Comment on lines 41 to +42
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/.github/workflows/matlab.yml is currently listed before the broader /.github/ ... rule later in the file. In CODEOWNERS, the last matching pattern wins, so the later /.github/ entry will override this and the MATLAB-specific owners won't be applied. Move the /.github/workflows/matlab.yml rule below the /.github/ rule (or otherwise narrow the /.github/ rule) so it takes precedence for that file.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to +42
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sort.

Suggested change
/matlab/ @kevingurney @kou @sgilmore10
/.github/workflows/matlab.yml @kevingurney @sgilmore10
/.github/workflows/matlab.yml @kevingurney @sgilmore10
/matlab/ @kevingurney @kou @sgilmore10


## Python
/python/ @AlenkaF @raulcd @rok
/python/pyarrow/_flight.pyx @lidavidm
/python/pyarrow/**/*gandiva* @wjones127

## R
/r/ @jonkeane @thisisnic
/r/configure* @assignUser
/r/Makefile @assignUser
/r/PACKAGING.md @assignUser
/r/tools/ @assignUser
/r/.Rbuildignore @assignUser

## Ruby
/ruby/ @kou

# Docs
Expand All @@ -59,10 +76,3 @@
.dockerignore @raulcd
.env @assignUser @jonkeane @kou @raulcd
compose.yaml @assignUser @jonkeane @kou @raulcd

# R specific packaging tooling
/r/configure* @assignUser
/r/Makefile @assignUser
/r/PACKAGING.md @assignUser
/r/tools/ @assignUser
/r/.Rbuildignore @assignUser
Loading