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


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/receiver/IoTDBFileReceiver.java:
##########
@@ -71,6 +74,8 @@ public abstract class IoTDBFileReceiver implements 
IoTDBReceiver {
   protected boolean shouldConvertDataTypeOnTypeMismatch =
       CONNECTOR_EXCEPTION_DATA_CONVERT_ON_TYPE_MISMATCH_DEFAULT_VALUE;
 
+  protected String loadTsFileStrategy = 
CONNECTOR_LOAD_TSFILE_STRATEGY_ASYNC_VALUE;

Review Comment:
   ```suggestion
     protected String loadTsFileStrategy = 
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