Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoyuyu committed Jan 10, 2025
1 parent bf85c6e commit 718f7fd
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.apache.iotdb.db.queryengine.plan.statement.crud.InsertTabletStatement;

import org.apache.tsfile.enums.TSDataType;
import org.apache.tsfile.write.schema.MeasurementSchema;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand All @@ -43,11 +44,6 @@ public PipeConvertedInsertTabletStatement(
// InsertBaseStatement
devicePath = insertTabletStatement.getDevicePath();
isAligned = insertTabletStatement.isAligned();
columnCategories = insertTabletStatement.getColumnCategories();
idColumnIndices = insertTabletStatement.getIdColumnIndices();
attrColumnIndices = insertTabletStatement.getAttrColumnIndices();
writeToTable = insertTabletStatement.isWriteToTable();
databaseName = insertTabletStatement.getDatabaseName().orElse(null);
// InsertTabletStatement
times = insertTabletStatement.getTimes();
bitMaps = insertTabletStatement.getBitMaps();
Expand Down

0 comments on commit 718f7fd

Please sign in to comment.