-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (16 loc) · 872 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (16 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# CODEOWNERS file for Delta Lake
# This file defines code owners who must approve changes to specific files/directories.
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Build configuration files and directories
/build/ @tdas
/build.sbt @tdas
/project/ @tdas
/project/scripts/ @tdas @openinx @yili-db
/version.sbt @tdas
# Python client, examples, and tooling
/python/ @tdas
# Spark V2 and Unified modules
/spark/v2/ @tdas @huan233usc @TimothyW553 @raveeram-db @murali-db
/spark-unified/ @tdas @huan233usc @TimothyW553 @raveeram-db @murali-db
# All files in the root directory
/* @tdas