RussellSpitzer commented on a change in pull request #3757: URL: https://github.com/apache/iceberg/pull/3757#discussion_r773581494
########## File path: spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteDataFilesProcedure.java ########## @@ -251,8 +326,8 @@ private void createPartitionTable() { } private void insertData(int filesCount) { - ThreeColumnRecord record1 = new ThreeColumnRecord(1, "foo", "detail1"); - ThreeColumnRecord record2 = new ThreeColumnRecord(2, "bar", "detail2"); + ThreeColumnRecord record1 = new ThreeColumnRecord(1, "foo", null); Review comment: I missed why was this changed? -- 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