amogh-jahagirdar commented on code in PR #13310: URL: https://github.com/apache/iceberg/pull/13310#discussion_r2193614621
########## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/data/TestSparkAvroReader.java: ########## @@ -40,35 +41,51 @@ protected void writeAndValidate(Schema schema) throws IOException { } @Override - protected void writeAndValidate(Schema writeSchema, Schema expectedSchema) throws IOException { - List<Record> expected = RandomData.generateList(writeSchema, 100, 0L); - + protected void writeAndValidate( Review Comment: let me publish this separately, this was as part of porting the support of avro with row lineage -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org