Skip to content

Commit

Permalink
Title: Add @sunxiaoguang to MAINTAINERS.md
Browse files Browse the repository at this point in the history
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](pingcap/kvproto#244)
* [Changed `get_region` and `get_region_info` to use a common implementation](#3521)
* [Print help message when starting tikv-ctl without argument](#3531)
* [Clean up unused #[allow] directives](#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](tikv/rfcs#7)
* [The initial version of Raw KV Implementation](tikv/client-rust#14)
* [Change `raw::Client::get` to return `Option<Value>`](tikv/client-rust#24)
* [Remove cf and batch_scan from `example/raw.rs`](tikv/client-rust#21)

I also made the first PR to the mock TiKV project: [A basic implementation of mock TiKV API surface](tikv/mock-tikv#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 <sunxiaoguang@zhihu.com>
  • Loading branch information
sunxiaoguang committed Mar 20, 2019
1 parent f4a8ea3 commit bdc2955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS.md
Expand Up @@ -10,3 +10,4 @@ This file lists who are the core maintainers of the TiKV project.


* [Jay Li](https://github.com/busyjay); jay@pingcap.com; Focus Areas: Raft, Coprocessor * [Jay Li](https://github.com/busyjay); jay@pingcap.com; Focus Areas: Raft, Coprocessor
* [Jinpeng Zhang](https://github.com/zhangjinpeng1987); zhangjinpeng@pingcap.com; Focus Areas: Storage, Transaction * [Jinpeng Zhang](https://github.com/zhangjinpeng1987); zhangjinpeng@pingcap.com; Focus Areas: Storage, Transaction
* [Xiaoguang Sun](https://github.com/sunxiaoguang); sunxiaoguang@zhihu.com; Focus Areas: Client, Storage

0 comments on commit bdc2955

Please sign in to comment.