stevenzwu commented on a change in pull request #4269:
URL: https://github.com/apache/iceberg/pull/4269#discussion_r825574868
##########
File path:
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/source/reader/RecordAndPosition.java
##########
@@ -67,12 +67,6 @@ public void set(T newRecord, int newFileOffset, long
newRecordOffset) {
this.recordOffset = newRecordOffset;
}
- /** Sets the position without setting a record. */
- public void position(int newFileOffset, long newRecordOffset) {
Review comment:
removing an unused method
--
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]