Skip to content

Commit 0a3c2bc

Browse files
committed
test
1 parent 019fc20 commit 0a3c2bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/payload/evolvable/batch/PipeTabletEventPlainBatch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class PipeTabletEventPlainBatch extends PipeTabletEventBatch {
5555
private final List<String> insertNodeDataBases = new ArrayList<>();
5656
private final List<String> tabletDataBases = new ArrayList<>();
5757

58+
// database -> tableName -> Pair<size, tablets to batch>
5859
private final Map<String, Map<String, Pair<Integer, List<Tablet>>>> tableModelTabletMap =
5960
new HashMap<>();
6061

0 commit comments

Comments
 (0)