We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f25d12 commit 727f007Copy full SHA for 727f007
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/OpcUaSink.java
@@ -213,7 +213,7 @@ public void customize(
213
final DataRegion region =
214
StorageEngine.getInstance()
215
.getDataRegion(new DataRegionId(configuration.getRuntimeEnvironment().getRegionId()));
216
- databaseName = Objects.nonNull(region) ? region.getDatabaseName() : "__temp_db";
+ databaseName = Objects.nonNull(region) ? region.getDatabaseName() : "root.__temp_db";
217
218
if (withQuality && PathUtils.isTableModelDatabase(databaseName)) {
219
throw new PipeException(
0 commit comments