stevenzwu commented on code in PR #6407:
URL: https://github.com/apache/iceberg/pull/6407#discussion_r1046275112


##########
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/source/DataIterator.java:
##########
@@ -68,6 +69,23 @@ public DataIterator(
     this.recordOffset = 0L;
   }
 
+  public DataIterator(

Review Comment:
   should we remove the other constructor (also to avoid code duplication)? 
this is an `@Internal` class. it should be ok.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to