This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch ShowLockInfo
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 3932c98 format code
add 79786ea fix conflicts
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/conf/IoTDBConstant.java | 1 +
.../org/apache/iotdb/db/engine/StorageEngine.java | 20 +++++++++++++
.../apache/iotdb/db/qp/constant/SQLConstant.java | 2 ++
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 35 ++++++++++++++++++++++
...odesOperator.java => ShowLockInfoOperator.java} | 6 ++--
...StorageGroupPlan.java => ShowLockInfoPlan.java} | 6 ++--
.../apache/iotdb/db/qp/physical/sys/ShowPlan.java | 3 +-
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 12 ++++++++
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 3 ++
9 files changed, 81 insertions(+), 7 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{ShowChildNodesOperator.java
=> ShowLockInfoOperator.java} (86%)
copy
server/src/main/java/org/apache/iotdb/db/qp/physical/sys/{ShowStorageGroupPlan.java
=> ShowLockInfoPlan.java} (86%)