github.com/matrixorigin/matrixone@v1.2.0/CODEOWNERS (about) 1 # default owner for stuff that is not explicitly set for ownership 2 # for triage only 3 4 # github and CI-related stuff 5 .github @sukki37 6 .github/actions @sukki37 7 .github/workflow @sukki37 8 9 # files under the top-level directory 10 /*.yml @sukki37 11 /*.yaml @sukki37 12 /.gitignore @sukki37 13 /.dockerignore @sukki37 14 /Makefile @zhangxu19830126 15 /README.md @dengn 16 /README_CN.md @dengn 17 /LICENSE @fengttt 18 /CODEOWNERS @fengttt 19 /CODE_OF_CONDUCT.md @fengttt 20 /go.mod @zhangxu19830126 21 /go.sum @zhangxu19830126 22 23 # Top-level folders 24 /cgo @aunjgr 25 /docs @fengttt 26 /etc @zhangxu19830126 27 /optools @sukki37 28 /pkg @sukki37 29 /proto @zhangxu19830126 30 /cmd @daviszhen @zhangxu19830126 31 /test @aressu1985 @heni02 32 33 # cmd 34 /cmd/mo-service @zhangxu19830126 35 36 /pkg/backup @daviszhen @LeftHandCold @qingxinhome 37 38 # subdirectory of pkg 39 # pkg/catalog 40 /pkg/catalog @XuPeng-SH 41 42 # pkg/cnservice 43 /pkg/cnservice @reusee @daviszhen 44 45 /pkg/cacheservice @volgariver6 46 47 /pkg/clusterservice @volgariver6 48 49 50 51 52 # pkg/common 53 /pkg/common @zhangxu19830126 54 /pkg/common/mpool @m-schen 55 /pkg/common/async @zhangxu19830126 56 /pkg/common/bitmap @aunjgr 57 /pkg/common/hashmap @aunjgr 58 /pkg/common/moerror @xzxiong 59 /pkg/common/morpc @zhangxu19830126 60 /pkg/common/moprobe @fengttt 61 /pkg/common/stopper @zhangxu19830126 62 /pkg/common/runtime @zhangxu19830126 63 /pkg/common/log @zhangxu19830126 64 /pkg/common/reuse @zhangxu19830126 65 66 # pkg/compare 67 /pkg/compare @aunjgr 68 69 # pkg/compress 70 /pkg/compress @aunjgr 71 72 # pkg/config 73 /pkg/config @daviszhen 74 75 # pkg/container 76 /pkg/container @XuPeng-SH 77 /pkg/container/vector @aunjgr 78 79 # pkg/defines 80 /pkg/defines @daviszhen 81 82 # pkg/tnservice 83 /pkg/tnservice @zhangxu19830126 84 85 # pkg/fileservice 86 /pkg/fileservice @reusee 87 88 # pkg/frontend @daviszhen 89 /pkg/frontend @daviszhen @qingxinhome 90 91 # pkg/hakeeper 92 /pkg/hakeeper @zhangxu19830126 @w-zr 93 94 # pkg/incrservice 95 /pkg/incrservice @zhangxu19830126 96 97 # pkg/lockservice 98 /pkg/lockservice @zhangxu19830126 99 100 # pkg/logservice 101 /pkg/logservice @zhangxu19830126 102 103 # pkg/logutil 104 /pkg/logutil @daviszhen 105 106 # pkg/objectio 107 /pkg/objectio @LeftHandCold 108 109 # pkg/partition 110 /pkg/partition @aunjgr @m-schen 111 112 # folders under pkg/pb contain code generated by pb, owners will be responsible 113 # for compatibility issues required for rolling upgrade. 114 /pkg/pb @zhangxu19830126 115 /pkg/pb/logservice @zhangxu19830126 116 /pkg/pb/metadata @zhangxu19830126 117 /pkg/pb/metric @aptend 118 /pkg/pb/pipeline @m-schen 119 /pkg/pb/plan @ouyuanning @aunjgr 120 /pkg/pb/timestamp @zhangxu19830126 121 /pkg/pb/txn @zhangxu19830126 122 123 # pkg/perfcounter 124 /pkg/perfcounter @reusee 125 126 # pkg/sort 127 /pkg/sort @aunjgr @m-schen 128 129 # pkg/bootstrap 130 /pkg/bootstrap @daviszhen @zhangxu19830126 @qingxinhome 131 132 # pkg/sql 133 /pkg/sql @aunjgr 134 /pkg/sql/colexec @m-schen 135 /pkg/sql/compile @m-schen @ouyuanning @aunjgr @badboynt1 136 /pkg/sql/parsers @iamlinjunhong 137 /pkg/sql/plan @ouyuanning @aunjgr @badboynt1 138 /pkg/sql/plan/function @m-schen 139 /pkg/sql/plan/explain @ouyuanning @aunjgr @badboynt1 @qingxinhome 140 141 # pkg/taskservice 142 /pkg/taskservice @zhangxu19830126 143 144 # pkg/tests 145 /pkg/tests @zhangxu19830126 146 /pkg/tests/service @zhangxu19830126 147 /pkg/tests/txn @zhangxu19830126 148 149 # pkg/testutil 150 /pkg/testutil @m-schen 151 152 # pkg/txn 153 /pkg/txn @zhangxu19830126 154 /pkg/txn/storage/memorystorage @reusee 155 156 # pkg/util 157 /pkg/util @zhangxu19830126 158 /pkg/util/internalExecutor @aptend 159 /pkg/util/metric @aptend 160 /pkg/util/toml @zhangxu19830126 161 /pkg/util/trace @xzxiong 162 /pkg/util/export @xzxiong 163 /pkg/util/metric/v2 @zhangxu19830126 @aptend 164 165 # pkg/vectorize 166 /pkg/vectorize @aunjgr 167 168 # engines and engine related stuff 169 /pkg/vm @XuPeng-SH 170 /pkg/vm/engine @XuPeng-SH 171 /pkg/vm/pipeline @m-schen 172 /pkg/vm/process @m-schen @XuPeng-SH @aunjgr 173 /pkg/vm/engine/disttae @XuPeng-SH @triump2020 174 /pkg/vm/engine/disttae/logtailreplay @reusee @triump2020 175 /pkg/vm/engine/tae @XuPeng-SH 176 /pkg/vm/engine/memoryengine @reusee 177 /pkg/vm/engine/tae/logtail/service @XuPeng-SH @volgariver6 178 /pkg/vm/engine/tae/logstore @XuPeng-SH @jiangxinmeng1 179 /pkg/vm/engine/tae/wal @XuPeng-SH @jiangxinmeng1 180 /pkg/vm/engine/tae/blockio @XuPeng-SH @LeftHandCold 181 182 183 # proxy 184 /pkg/proxy @zhangxu19830126 @volgariver6 185 186 /pkg/stream @fengttt 187 188 /pkg/udf @aylei @daviszhen 189 190 /pkg/version @zhangxu19830126 191 192 # /proto contains pb definitions, owners will be responsible 193 # for compatibility issues required for rolling upgrade. 194 /proto/logservice.proto @zhangxu19830126 195 /proto/metadata.proto @zhangxu19830126 196 /proto/metric.proto @aptend 197 /proto/pipeline.proto @m-schen 198 /proto/plan.proto @aunjgr 199 /proto/timestamp.proto @zhangxu19830126 200 /proto/txn.proto @zhangxu19830126 201 /proto/api.proto @XuPeng-SH 202 /proto/logtail.proto @XuPeng-SH