From 123282f748a83d3142f9728becc1ab5b4b12a27f Mon Sep 17 00:00:00 2001 From: Xiaoguang Sun Date: Tue, 26 Mar 2019 10:26:19 +0800 Subject: [PATCH] Add @sunxiaoguang to MAINTAINERS.md (#4397) * Title: Add @sunxiaoguang to MAINTAINERS.md My name is Sun Xiaoguang from Zhihu, where I help make a BigTable like system focusd on OLTP that is using TiKV. I've been contributing to TiKV and the library ecosystem for around a year now. I first touched the TiKV codebase since around March 2018. As part of my involvement with the project I've contributed several improvements to the TiKV Project: * [Added raw batch put/get/delete/scan](https://github.com/pingcap/kvproto/pull/244) * [Changed `get_region` and `get_region_info` to use a common implementation](https://github.com/tikv/tikv/pull/3521) * [Print help message when starting tikv-ctl without argument](https://github.com/tikv/tikv/pull/3531) * [Clean up unused #[allow] directives](https://github.com/tikv/tikv/pull/3553) I also am the first and primary author of the [TiKV Rust Client](https://github.com/tikv/client-rust). You can see related PRs for that here: * [TiKV Rust Client RFC](https://github.com/tikv/rfcs/pull/7) * [The initial version of Raw KV Implementation](https://github.com/tikv/client-rust/pull/14) * [Change `raw::Client::get` to return `Option`](https://github.com/tikv/client-rust/pull/24) * [Remove cf and batch_scan from `example/raw.rs`](https://github.com/tikv/client-rust/pull/21) I also made the first PR to the mock TiKV project: [A basic implementation of mock TiKV API surface](https://github.com/tikv/mock-tikv/pull/1) As part of my involvement, the TiKV team inquired if I was interested in becoming a maintainer for the project. This PR adds me to the list of maintainers. I have read and understand the expectations of maintainers described in the `GOVERNANCE.md` file. Signed-off-by: Xiaoguang Sun --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index b9a9f3181c4..4b8b33c7566 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -20,7 +20,7 @@ Name | Email | Focus Name | Email | Focus ----|---|--- - +[Xiaoguang Sun](https://github.com/sunxiaoguang) | [sunxiaoguang@zhihu.com](mailto:sunxiaoguang@zhihu.com) | Focus Areas: Client, Storage # Maintaining Organizations