ajantha-bhat commented on a change in pull request #3757:
URL: https://github.com/apache/iceberg/pull/3757#discussion_r773593419
##########
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:
while adding a new test cases for all possible filters, I wanted some
null data so that my NOT NULL filter will not execute compaction (doesn't
select data). C3 was never used in the testcases. So reused it with null data.
--
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]