iotdb
iotdb copied to clipboard
grant ALTER_TIMESERIES fail
version:0.13.2 sql =GRANT ROLE 测试角色 PRIVILEGES ALTER_TIMESERIES ON root.** msg: 401: Error occurred while parsing SQL to physical plan: line 1:27 mismatched input 'ALTER_TIMESERIES' expecting {ALL, PRIVILEGE_VALUE}
I change ALTER_TIMESERIES to UPDATE_TIMESERIES ,fail too.
According to the user guide of 0.13, ** is a wrong usage. https://iotdb.apache.org/zh/UserGuide/V0.13.x/Administration-Management/Administration.html#%E6%9D%83%E9%99%90
And it seems that there is no ALTER_TIMESERIES PRIVILEGE exists.