You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/28 07:38:42 UTC

[GitHub] [iotdb] panlw commented on issue #4387: Non-root users with correct query privileges are unable to select a empty timesereis

panlw commented on issue #4387:
URL: https://github.com/apache/iotdb/issues/4387#issuecomment-1294600967

   ```sql
   grant user m3app PRIVILEGES READ_TIMESERIES on root.**
   ```
   
   ```sql
   -- login by m3app
   select * from root.mk001.0.*
   Msg: 602: No permissions for this operation, please add privilege READ_TIMESERIES
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org