jt2594838 commented on code in PR #16930:
URL: https://github.com/apache/iotdb/pull/16930#discussion_r2633588625
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tablet/parser/TabletInsertionEventTablePatternParser.java:
##########
@@ -113,6 +114,15 @@ public List<TabletInsertionEvent>
processTablet(BiConsumer<Tablet, RowCollector>
return Collections.emptyList();
}
+ @Override
+ public List<TabletInsertionEvent> processTabletWithCollect(
+ BiConsumer<Tablet, TabletCollector> consumer) {
+ if (LOGGER.isDebugEnabled()) {
+ LOGGER.warn("TablePatternParser does not support tablet processing");
+ }
Review Comment:
Not consistent
--
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]