hsiang-c commented on code in PR #8024:
URL: https://github.com/apache/iceberg/pull/8024#discussion_r1260453157
##########
spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -145,11 +145,11 @@ public void testDeleteFileThenMetadataDelete() throws
Exception {
// Metadata Delete
Table table = Spark3Util.loadIcebergTable(spark, tableName);
- Set<DataFile> dataFilesBefore = TestHelpers.dataFiles(table);
+ Set<DataFile> dataFilesBefore = TestHelpers.uniqueDataFiles(table);
Review Comment:
@szehon-ho Got it.
As long as you don't need uniqueness, I can pick List-based approach and
test again.
--
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]