nastra commented on code in PR #9902: URL: https://github.com/apache/iceberg/pull/9902#discussion_r1528243529
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkReaderWithBloomFilter.java: ########## @@ -81,12 +68,10 @@ public class TestSparkReaderWithBloomFilter { protected String tableName = null; protected Table table = null; - protected List<Record> records = null; + protected List<Row> rowList = null; Review Comment: ```suggestion protected List<Row> rows = null; ``` -- 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