voonhous commented on code in PR #19164:
URL: https://github.com/apache/hudi/pull/19164#discussion_r3878670092


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/util/CachingIterator.scala:
##########
@@ -26,6 +26,10 @@ package org.apache.hudi.util
  *
  * NOTE: [[hasNext]] and [[next]] are purposefully marked as final, requiring 
iteration
  *       semantic to be implemented t/h overriding of a single [[doHasNext]] 
method
+ *
+ * TODO: this Scala trait has no production users -- the reader path uses the 
Java

Review Comment:
   Correction: #10137 only added the Java class. The trait's last user was 
`Iterators.scala` (`extends CachingIterator[InternalRow]`), removed by #17457 
(0c0c402a9a03, 2025-12-07); the body now cites that.



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