kou opened a new issue, #50139: URL: https://github.com/apache/arrow/issues/50139
### Describe the enhancement requested We have some Gandiva PRs that are waiting for review: https://github.com/apache/arrow/pulls?q=is%3Apr+is%3Aopen+label%3A%22Component%3A+Gandiva%22 @dmitry-chirkov-dremio @lriggs @akravchukdremio @xxlaykxx How about adding you to code owners of Gandiva? ```diff diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4ed06090c3..26e8935ec0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -55,6 +55,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 ## MATLAB ``` If you're code owners of Gandiva, you can get notifications when Gandiva PRs are opened. ### Component(s) Developer Tools, Gandiva -- 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]
