openinx commented on a change in pull request #3477:
URL: https://github.com/apache/iceberg/pull/3477#discussion_r748974174
##########
File path:
flink/v1.13/flink/src/main/java/org/apache/iceberg/flink/data/FlinkAvroReader.java
##########
@@ -63,6 +65,13 @@ public RowData read(RowData reuse, Decoder decoder) throws
IOException {
return DecoderResolver.resolveAndRead(decoder, readSchema, fileSchema,
reader, reuse);
}
+ @Override
+ public void setRowPositionSupplier(Supplier<Long> posSupplier) {
Review comment:
As the separate PR #3550 has been merged, Let's update this PR.
--
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]