This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch select-into in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit cfa6ec8fc43664432ee4c9632c7a95f988e8df79 Author: Steve Yurong Su <[email protected]> AuthorDate: Tue Jul 13 17:20:22 2021 +0800 auth --- server/src/main/java/org/apache/iotdb/db/auth/AuthorityChecker.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/java/org/apache/iotdb/db/auth/AuthorityChecker.java b/server/src/main/java/org/apache/iotdb/db/auth/AuthorityChecker.java index c0f86b3..a514035 100644 --- a/server/src/main/java/org/apache/iotdb/db/auth/AuthorityChecker.java +++ b/server/src/main/java/org/apache/iotdb/db/auth/AuthorityChecker.java @@ -135,6 +135,7 @@ public class AuthorityChecker { case INSERT: case LOAD_DATA: case CREATE_INDEX: + case SELECT_INTO: return PrivilegeType.INSERT_TIMESERIES.ordinal(); case LIST_ROLE: case LIST_ROLE_USERS:
