Skip to content

Commit

Permalink
Update CODEOWNERS
Browse files Browse the repository at this point in the history
@ZacBlanco has been elected module committer for the Iceberg connector.
@ClarenceThreepwood has been elected module committer for the optimizer
@elharo has been elected module committer for docs, common and tests
  • Loading branch information
tdcmeehan committed Jul 12, 2024
1 parent 960138f commit 66a7fc9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ CODEOWNERS @prestodb/team-tsc
# Presto core

# Presto analyzer and optimizer
/presto-main/src/*/java/com/facebook/presto/sql @jaystarshot @feilong-liu @prestodb/committers
/presto-main/src/*/java/com/facebook/presto/sql @jaystarshot @feilong-liu @ClarenceThreepwood @prestodb/committers

# Presto cost based optimizer framework
/presto-main/src/*/java/com/facebook/presto/cost @jaystarshot @feilong-liu @prestodb/committers
/presto-main/src/*/java/com/facebook/presto/cost @jaystarshot @feilong-liu @ClarenceThreepwood @prestodb/committers

# Testing module
# Note: all code owners in Presto core should be included here as well
/presto-tests @jaystarshot @feilong-liu @prestodb/committers
/presto-tests @jaystarshot @feilong-liu @elharo @ClarenceThreepwood @prestodb/committers

#####################################################################
# Prestissimo module
Expand All @@ -124,7 +124,7 @@ CODEOWNERS @prestodb/team-tsc
/presto-hudi @vinothchandar @7c00 @prestodb/committers

# Iceberg connector
/presto-iceberg @hantangwangd @prestodb/committers
/presto-iceberg @hantangwangd @ZacBlanco @prestodb/committers

# Ranger Hive plugin
/presto-hive/**/com/facebook/presto/hive/security/ranger @agrawalreetika @prestodb/committers
Expand All @@ -142,12 +142,15 @@ CODEOWNERS @prestodb/team-tsc
/presto-orc @sdruzkin @prestodb/committers
/presto-hive/src/*/java/com/facebook/presto/hive/orc @sdruzkin @prestodb/committers

# Presto common module
/presto-common @elharo @prestodb/committers

#####################################################################
# Presto Console UI
/presto-main/src/main/resources/webapp @yhwang @prestodb/committers

#####################################################################
# Presto documentation
/presto-docs @steveburnett @prestodb/committers
/presto-docs @steveburnett @elharo @prestodb/committers
/**/*.md @steveburnett @prestodb/committers

0 comments on commit 66a7fc9

Please sign in to comment.