MiniSho commented on code in PR #14784:
URL: https://github.com/apache/iotdb/pull/14784#discussion_r1963862424


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/receiver/protocol/thrift/IoTDBDataNodeReceiver.java:
##########
@@ -594,6 +594,7 @@ private TSStatus loadTsFileSync(final String dataBaseName, 
final String fileAbso
     final LoadTsFileStatement statement = new 
LoadTsFileStatement(fileAbsolutePath);
     statement.setDeleteAfterLoad(true);
     statement.setConvertOnTypeMismatch(true);
+    statement.setTabletConversionThreshold(-1);

Review Comment:
   -1 means Load doesn't convert into Tablet



-- 
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