From 6694bbeaf610c804a371dc7cf84ac31899d800ea Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Thu, 10 Sep 2020 14:44:59 +0530 Subject: [PATCH 1/2] add andres and harshit as code owners to query routing part Signed-off-by: Harshit Gangal --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b4b82473d97..2ef26334e88 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,6 @@ /helm/ @derekperkins @dkhenry /config/mycnf/ @morgo /go/vt/mysqlctl/mysqld.go @morgo +/go/test/endtoend/vtgate @harshit-gangal @systay +/go/vt/vtgate @harshit-gangal @systay +/go/vt/vttablet/tabletserver @harshit-gangal @systay From 3a6c20047acb368c6169a8f4516b9542e6a19015 Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Thu, 10 Sep 2020 11:22:29 +0200 Subject: [PATCH 2/2] added sqlparser Signed-off-by: Andres Taylor --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ef26334e88..f63f9c3e88d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,3 +7,4 @@ /go/test/endtoend/vtgate @harshit-gangal @systay /go/vt/vtgate @harshit-gangal @systay /go/vt/vttablet/tabletserver @harshit-gangal @systay +/go/vt/sqlparser @harshit-gangal @systay \ No newline at end of file