aokolnychyi commented on code in PR #8172:
URL: https://github.com/apache/iceberg/pull/8172#discussion_r1277169343
##########
core/src/test/java/org/apache/iceberg/TestDeleteFileIndex.java:
##########
@@ -72,7 +67,17 @@ private static DataFile unpartitionedFile(PartitionSpec
spec) {
private static DeleteFile unpartitionedPosDeletes(PartitionSpec spec) {
return FileMetadata.deleteFileBuilder(spec)
.ofPositionDeletes()
- .withPath("/path/to/data-unpartitioned-pos-deletes.parquet")
+ .withPath(UUID.randomUUID() +
"/path/to/data-unpartitioned-pos-deletes.parquet")
Review Comment:
Making sure the path is unique.
--
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]