Skip to content

Commit f8c26cc

Browse files
authored
Update SessionStrategy.java (thulab#478)
1 parent 371a8b8 commit f8c26cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-2.0/src/main/java/cn/edu/tsinghua/iot/benchmark/iotdb200/DMLStrategy/SessionStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private Tablet genTablet(IBatch batch) {
141141
schemaList,
142142
columnTypes,
143143
batch.getRecords().size() * config.getDEVICE_NUM_PER_WRITE());
144-
Object[] values = tablet.values;
144+
Object[] values = tablet.getValues();
145145
int stepOff = 0;
146146
batch.reset();
147147
// Convert multiple batches to tablets

0 commit comments

Comments
 (0)