This is an automated email from the ASF dual-hosted git repository.
airborne 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 6428df3f0b6 [chore](codeowners) add code owner for inverted index and
search functions (#61209)
6428df3f0b6 is described below
commit 6428df3f0b6d4d8d8666d17e1acb522f8cde37ba
Author: Jack <[email protected]>
AuthorDate: Wed Mar 11 11:49:16 2026 +0800
[chore](codeowners) add code owner for inverted index and search functions
(#61209)
## Proposed changes
Add code ownership for inverted index and search-related files:
- `be/src/storage/index/inverted/` directory
- `be/src/exprs/function/function_search.{h,cpp}`
- `be/src/exprs/function/match.{cpp,h}`
- `be/src/exprs/vsearch.{h,cpp}`
---
.github/CODEOWNERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8238e7a2c39..a4d03e106b6 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -40,5 +40,12 @@ fe/fe-core/src/main/java/org/apache/doris/fsv2 @CalvinKirs
be/src/vec/functions @zclllyybb
be/**/CMakeLists.txt @zclllyybb @BiteTheDDDDt
be/src/olap/rowset/segment_v2/variant @eldenmoon @csun5285
+be/src/storage/index/inverted/ @airborne12
+be/src/exprs/function/function_search.h @airborne12
+be/src/exprs/function/function_search.cpp @airborne12
+be/src/exprs/function/match.cpp @airborne12
+be/src/exprs/function/match.h @airborne12
+be/src/exprs/vsearch.h @airborne12
+be/src/exprs/vsearch.cpp @airborne12
.claude/ @zclllyybb
AGENTS.md @zclllyybb
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]