You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/08/30 06:29:30 UTC

[iotdb] branch rel/0.13 updated (d2b92c94b8 -> 6603008e1b)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from d2b92c94b8 [IOTDB-2782] When users are not granted READ_TIMESERIES or INSERT_TIMESERIES, the verification prompt needs to be unified (#7163)
     add 6603008e1b [To rel/0.13][IOTDB-2769] Rename auth privilege name and add related IT test (#7167)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/integration/IoTDBAuthorizationIT.java | 27 ++++++++++++++++++++++
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |  4 ++--
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  8 +++----
 .../org/apache/iotdb/db/qp/logical/Operator.java   |  4 ++--
 .../iotdb/db/qp/logical/sys/AuthorOperator.java    | 12 +++++-----
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  | 12 +++++-----
 .../iotdb/db/qp/physical/sys/AuthorPlan.java       | 24 +++++++++----------
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |  5 ++--
 .../apache/iotdb/db/auth/AuthorityCheckerTest.java |  2 +-
 9 files changed, 62 insertions(+), 36 deletions(-)