Skip to content

Commit

Permalink
Add formatting and comments to CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
tdcmeehan committed Mar 21, 2024
1 parent f81be45 commit c2e4595
Showing 1 changed file with 33 additions and 4 deletions.
37 changes: 33 additions & 4 deletions CODEOWNERS
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

0 comments on commit c2e4595

Please sign in to comment.