-
Notifications
You must be signed in to change notification settings - Fork 5.4k
/
CODEOWNERS
Validating CODEOWNERS rules...
65 lines (47 loc) · 2.3 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#####################################################################
### Presto code owners ###
#####################################################################
#####################################################################
# Fallback to committers group for areas that do not have code owners
/** @prestodb/committers
# TSC may approve changes to this list
CODEOWNERS @prestodb/team-tsc
#####################################################################
# Presto core
# Presto analyzer and optimizer
/presto-main/src/*/java/com/facebook/presto/sql @jaystarshot @feilong-liu @prestodb/committers
# Presto cost based optimizer framework
/presto-main/src/*/java/com/facebook/presto/cost @jaystarshot @feilong-liu @prestodb/committers
# Testing module
# Note: all code owners in Presto core should be included here as well
/presto-tests @jaystarshot @feilong-liu @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
# Iceberg connector
/presto-iceberg @hantangwangd @prestodb/committers
# Ranger Hive plugin
/presto-hive/**/com/facebook/presto/hive/security/ranger @agrawalreetika @prestodb/committers
# Redis history based optimizer plugin
/redis-hbo-provider @jaystarshot @prestodb/committers
#####################################################################
# Presto modules and libraries
# Parquet reader module
/presto-parquet @shangxinli @prestodb/committers
# ORC reader module
/presto-orc @sdruzkin @prestodb/committers
/presto-hive/src/*/java/com/facebook/presto/hive/orc @sdruzkin @prestodb/committers
#####################################################################
# Presto Console UI
/presto-main/src/main/resources/webapp @yhwang @prestodb/committers
#####################################################################
# Presto documentation
/presto-docs @steveburnett @prestodb/committers
/**/*.md @steveburnett @prestodb/committers