Copilot commented on code in PR #50426: URL: https://github.com/apache/arrow/pull/50426#discussion_r3546499031
########## .github/CODEOWNERS: ########## @@ -55,6 +55,7 @@ compose.yaml @assignUser @jonkeane @kou @raulcd ## C++ /cpp/src/arrow/ @pitrou +/cpp/src/arrow/acero @zanmato1984 Review Comment: As written, this more-specific rule overrides `/cpp/src/arrow/ @pitrou` for everything under `cpp/src/arrow/acero`, so Acero changes will request *only* `@zanmato1984` (not add them alongside the existing owner). If the intent is to add a co-owner, list both owners on this line (or update the PR description accordingly). Also, other directory patterns here consistently include a trailing `/` for clarity. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
