SteveYurongSu commented on code in PR #13176:
URL: https://github.com/apache/iotdb/pull/13176#discussion_r1722635928
##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/connector/protocol/IoTDBSslSyncConnector.java:
##########
@@ -122,7 +123,8 @@ public void customize(PipeParameters parameters,
PipeConnectorRuntimeConfigurati
trustStorePwd,
useLeaderCache,
loadBalanceStrategy,
- shouldReceiverConvertOnTypeMismatch);
+ shouldReceiverConvertOnTypeMismatch,
+ PipeConnectorConstant.CONNECTOR_LOAD_TSFILE_STRATEGY_SYNC_VALUE);
Review Comment:
```suggestion
PipeConnectorConstant.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]