Good work! -- Jialin Qiao School of Software, Tsinghua University
乔嘉林 清华大学 软件学院 > -----原始邮件----- > 发件人: "Yuyuan KANG" <[email protected]> > 发送时间: 2020-04-21 15:52:38 (星期二) > 收件人: [email protected] > 抄送: > 主题: Working on issue [IOTDB-348] > > Hi, all > > > I implemented the transmission and execution of some nonQueryPlan in IoTDB, > which correspond to issue [IOTDB-348], the cluster version, including > AuthorPlan, DeleteStorageGroupPlan, DeleteTimeseriesPlan. > > > The urls of the pull requests respectively are as follows: > https://github.com/apache/incubator-iotdb/pull/1065 > https://github.com/apache/incubator-iotdb/pull/1072 > https://github.com/apache/incubator-iotdb/pull/1078 > > > Here're the statements that have been tested: > CREATE USER ln_write_user 'write_pwd'; > CREATE USER sgcc_write_user 'write_pwd'; > LIST USER; > DELETE STORAGE GROUP root.h1 > DELETE TIMESERIES root.h1.w1.k1.s1; > DELETE TIMESERIES root.h1.h2.* > DELETE TIMESERIES root.h1.h2.h3, root.h1.h2.h4 > Now I'm working on the LoadConfigurationPlan. > > > > > > > Best, > -------------- > Yuyuan Kang, > School of Software, Tsinghua University
