HuangZhenQiu commented on code in PR #18762:
URL: https://github.com/apache/hudi/pull/18762#discussion_r3256692067
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/MinibatchBucketAssignFunction.java:
##########
@@ -125,13 +130,18 @@ private void
processBufferedRecords(Collector<HoodieFlinkInternalRow> out) throw
if (isChangingRecords) {
List<String> recordKeys =
recordBuffer.stream().map(HoodieFlinkInternalRow::getRecordKey).collect(Collectors.toList());
MinibatchIndexBackend minibatchIndexBackend = (MinibatchIndexBackend)
delegateFunction.getIndexBackend();
+ delegateFunction.getMetrics().startIndexLookup();
Review Comment:
Good point. Added.
--
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]