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 c86cf29 commit 0df40e3Copy full SHA for 0df40e3
integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipeInclusionIT.java
@@ -56,6 +56,7 @@ public void testPureSchemaInclusion() throws Exception {
56
final Map<String, String> sinkAttributes = new HashMap<>();
57
58
sourceAttributes.put("source.inclusion", "schema");
59
+ sourceAttributes.put("user", "root");
60
61
sinkAttributes.put("sink", "iotdb-thrift-sink");
62
sinkAttributes.put("sink.ip", receiverIp);
0 commit comments