This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 81d9042dba2 [chore](codeowner)Set a CodeOwner for the FS module (#50485) 81d9042dba2 is described below commit 81d9042dba2caa0a7dea312b769e6642fdc4eccc Author: Calvin Kirs <guoqi...@selectdb.com> AuthorDate: Mon Apr 28 15:07:15 2025 +0800 [chore](codeowner)Set a CodeOwner for the FS module (#50485) I'm currently refactoring the new FS parameters. Since the integration needs to be done gradually, the old FS will still have ongoing code changes during this period. I'd like to set myself as the CodeOwner to ensure I don't miss any updates to the old FS. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bed8224817d..44b7cd69988 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -35,3 +35,5 @@ cloud/ @gavinchou @dataroaring @w41ter be/src/cloud/ @gavinchou @dataroaring gensrc/proto/olap_file.proto @gavinchou @dataroaring @yiguolei gensrc/proto/cloud.proto @gavinchou @dataroaring @w41ter +fe/fe-core/src/main/java/org/apache/doris/fs @CalvinKirs +fe/fe-core/src/main/java/org/apache/doris/fsv2 @CalvinKirs --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org