jbonofre commented on code in PR #11430:
URL: https://github.com/apache/iceberg/pull/11430#discussion_r1855135884
##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/AbstractTestFlinkAvroReaderWriter.java:
##########
@@ -80,20 +77,18 @@ private void writeAndValidate(Schema schema, List<Record>
expectedRecords, int n
// Write the expected records into AVRO file, then read them into RowData
and assert with the
// expected Record list.
- try (FileAppender<Record> writer =
+ try (FileAppender<org.apache.iceberg.data.Record> writer =
Review Comment:
No, we can use the short name. I will update.
--
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]