grant ALTER_TIMESERIES fail
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 6.4k
- Forks
- 1.2k
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 115
Beschreibung
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.
Beitragsleitfaden
Rechercherichtung
Start by reproducing the GRANT ROLE statement from the issue against IoTDB 0.13.2 and trace its SQL parsing entry point for timeseries privileges. Check existing grammar and privilege-parser tests for the accepted privilege forms; done means the reported ALTER_TIMESERIES and UPDATE_TIMESERIES statements parse without the shown error and have matching coverage.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- database
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100