hsiang-c commented on code in PR #8024:
URL: https://github.com/apache/iceberg/pull/8024#discussion_r1260453675
##########
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewritePositionDeleteFilesAction.java:
##########
@@ -136,7 +136,7 @@ public void testEmptyTable() {
@Test
public void testUnpartitioned() throws Exception {
Table table = createTableUnpartitioned(2, SCALE);
- List<DataFile> dataFiles = dataFiles(table);
+ List<DataFile> dataFiles = TestHelpers.dataFiles(table, true);
Review Comment:
@szehon-ho Sounds good, let me revert it back.
--
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]