Reo-LEI commented on a change in pull request #3477:
URL: https://github.com/apache/iceberg/pull/3477#discussion_r747943872
##########
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:
Should we separate this fix into other issue? This doesn't seem to be
related to the unittest.
--
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]