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

haonan pushed a commit to branch standalone_deletesg
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit bcd74ca6197cb90fe426d2cb689694fef3ed9799
Author: HTHou <[email protected]>
AuthorDate: Tue Jun 14 17:37:16 2022 +0800

    [IOTDB-3486] Support deleteStorageGroup for new standalone IoTDB
---
 .../plan/execution/config/executor/StandsloneConfigTaskExecutor.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/config/executor/StandsloneConfigTaskExecutor.java
 
b/server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/config/executor/StandsloneConfigTaskExecutor.java
index 4a2ff08050..550241a1ad 100644
--- 
a/server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/config/executor/StandsloneConfigTaskExecutor.java
+++ 
b/server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/config/executor/StandsloneConfigTaskExecutor.java
@@ -103,9 +103,9 @@ public class StandsloneConfigTaskExecutor implements 
IConfigTaskExecutor {
         String storageGroup = storageGroupMNode.getFullPath();
         TStorageGroupSchema storageGroupSchema = 
storageGroupMNode.getStorageGroupSchema();
         storageGroupSchemaMap.put(storageGroup, storageGroupSchema);
-        // build TSBlock
-        ShowStorageGroupTask.buildTSBlock(storageGroupSchemaMap, future);
       }
+      // build TSBlock
+      ShowStorageGroupTask.buildTSBlock(storageGroupSchemaMap, future);
     } catch (MetadataException e) {
       future.setException(e);
     }

Reply via email to