Ring-k commented on a change in pull request #2397:
URL: https://github.com/apache/iotdb/pull/2397#discussion_r551673554
##########
File path:
server/src/main/java/org/apache/iotdb/db/qp/physical/PhysicalPlan.java
##########
@@ -361,7 +361,7 @@ public static PhysicalPlan create(ByteBuffer buffer) throws
IOException, Illegal
REVOKE_USER_PRIVILEGE, GRANT_ROLE_PRIVILEGE, GRANT_USER_PRIVILEGE,
GRANT_USER_ROLE, MODIFY_PASSWORD, DELETE_USER,
DELETE_STORAGE_GROUP, SHOW_TIMESERIES, DELETE_TIMESERIES,
LOAD_CONFIGURATION, CREATE_MULTI_TIMESERIES,
ALTER_TIMESERIES, FLUSH, CREATE_INDEX, DROP_INDEX,
- CHANGE_TAG_OFFSET, CHANGE_ALIAS, MNODE, MEASUREMENT_MNODE,
STORAGE_GROUP_MNODE
+ CHANGE_TAG_OFFSET, CHANGE_ALIAS, MNODE, MEASUREMENT_MNODE,
STORAGE_GROUP_MNODE,BATCH_INSERT_ONE_DEVICE
Review comment:
I changed it. Thank you for the suggestion!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]