-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add formatting and comments to CODEOWNERS file
- Loading branch information
Showing
1 changed file
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,38 @@ | ||
##################################################################### | ||
### Presto code owners ### | ||
##################################################################### | ||
|
||
##################################################################### | ||
# Fallback to committers group for areas that do not have code owners | ||
/** @prestodb/committers | ||
/presto-hudi @vinothchandar @7c00 @prestodb/committers | ||
|
||
##################################################################### | ||
# Prestissimo module | ||
/presto-native-execution @prestodb/team-velox | ||
|
||
##################################################################### | ||
# Presto on Spark module | ||
/presto-spark* @shrinidhijoshi @prestodb/committers | ||
|
||
##################################################################### | ||
# Presto connectors and plugins | ||
|
||
# Hudi connector | ||
/presto-hudi @vinothchandar @7c00 @prestodb/committers | ||
|
||
# Ranger Hive plugin | ||
/presto-hive/**/com/facebook/presto/hive/security/ranger @agrawalreetika @prestodb/committers | ||
|
||
##################################################################### | ||
# Presto modules and libraries | ||
|
||
# Parquet reader module | ||
/presto-parquet @shangxinli @prestodb/committers | ||
|
||
# ORC reader module | ||
/presto-orc @sdruzkin @prestodb/committers | ||
/presto-hive/**/com/facebook/presto/hive/security/ranger @agrawalreetika @prestodb/committers | ||
/presto-spark* @shrinidhijoshi @prestodb/committers | ||
|
||
##################################################################### | ||
# Presto documentation | ||
/presto-docs @steveburnett @prestodb/committers | ||
/**/*.md @steveburnett @prestodb/committers | ||
/**/*.md @steveburnett @prestodb/committers |