SteveYurongSu commented on code in PR #13176:
URL: https://github.com/apache/iotdb/pull/13176#discussion_r1722637130


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/protocol/IoTDBConnector.java:
##########
@@ -183,6 +189,20 @@ public void validate(final PipeParameterValidator 
validator) throws Exception {
             CONNECTOR_LOAD_BALANCE_STRATEGY_SET, loadBalanceStrategy),
         loadBalanceStrategy);
 
+    loadTsFileStrategy =
+        parameters
+            .getStringOrDefault(
+                Arrays.asList(CONNECTOR_LOAD_TSFILE_STRATEGY_KEY, 
SINK_LOAD_TSFILE_STRATEGY_KEY),
+                CONNECTOR_LOAD_TSFILE_STRATEGY_ASYNC_VALUE)

Review Comment:
   ```suggestion
                   CONNECTOR_LOAD_TSFILE_STRATEGY_SYNC_VALUE)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to