VGalaxies commented on code in PR #12737:
URL: https://github.com/apache/iotdb/pull/12737#discussion_r1642528354


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/connector/protocol/thrift/async/IoTDBDataRegionAsyncConnector.java:
##########
@@ -163,14 +159,34 @@ public void transfer(final TabletInsertionEvent 
tabletInsertionEvent) throws Exc
   private void transferWithoutCheck(final TabletInsertionEvent 
tabletInsertionEvent)
       throws Exception {
     if (isTabletBatchModeEnabled) {
-      final Pair<TEndPoint, PipeEventBatch> endPointAndBatch =
+      final Pair<TEndPoint, PipeTabletEventBatch> endPointAndBatch =
           tabletBatchBuilder.onEvent(tabletInsertionEvent);

Review Comment:
   rename `tabletBatchBuilder` to `batchBuilder` in line 93?



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