pvary commented on code in PR #11430:
URL: https://github.com/apache/iceberg/pull/11430#discussion_r1855131415
##########
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:
Do we really need the fully qualified name here? I'm reviewing on my phone,
so I might miss something, but I was not able to find the reason
--
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]