Skip to content
Prev Previous commit
Next Next commit
Update LoadTsFileStatement.java
  • Loading branch information
SteveYurongSu committed Mar 28, 2025
commit d4b8119205401058977033469712f1a20283ed7d
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ public org.apache.iotdb.db.queryengine.plan.relational.sql.ast.Statement toRelat
loadAttributes.put(CONVERT_ON_TYPE_MISMATCH_KEY, String.valueOf(convertOnTypeMismatch));
loadAttributes.put(
TABLET_CONVERSION_THRESHOLD_KEY, String.valueOf(tabletConversionThresholdBytes));

loadAttributes.put(ASYNC_LOAD_KEY, String.valueOf(isAsyncLoad));

return new LoadTsFile(null, file.getAbsolutePath(), loadAttributes);
Expand Down