danny0405 commented on code in PR #7752:
URL: https://github.com/apache/hudi/pull/7752#discussion_r1106608367


##########
hudi-common/src/main/java/org/apache/hudi/common/util/collection/CloseableMappingIterator.java:
##########
@@ -22,8 +22,8 @@
 
 import java.util.function.Function;
 
-// TODO java-doc
-public class CloseableMappingIterator<I, O> extends MappingIterator<I, O> 
implements ClosableIterator<O> {
+public class CloseableMappingIterator<I, O> extends MappingIterator<I, O>

Review Comment:
   At least not to introduce unnecessary compile warnnings.



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