Skip to content

Commit 727f007

Browse files
committed
sit
1 parent 6f25d12 commit 727f007

File tree

1 file changed

+1
-1
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua

1 file changed

+1
-1
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaSink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public void customize(
213213
final DataRegion region =
214214
StorageEngine.getInstance()
215215
.getDataRegion(new DataRegionId(configuration.getRuntimeEnvironment().getRegionId()));
216-
databaseName = Objects.nonNull(region) ? region.getDatabaseName() : "__temp_db";
216+
databaseName = Objects.nonNull(region) ? region.getDatabaseName() : "root.__temp_db";
217217

218218
if (withQuality && PathUtils.isTableModelDatabase(databaseName)) {
219219
throw new PipeException(

0 commit comments

Comments
 (0)