manishmalhotrawork commented on a change in pull request #1471:
URL: https://github.com/apache/iceberg/pull/1471#discussion_r490544695
##########
File path:
spark/src/test/java/org/apache/iceberg/actions/TestRemoveOrphanFilesAction.java
##########
@@ -528,6 +566,71 @@ public void testRemoveOrphanFilesWithRelativeFilePath()
throws IOException, Inte
Assert.assertTrue("Invalid file should be present", fs.exists(new
Path(invalidFiles.get(0))));
}
+ @Test
+ public void testRemoveOrphanFilesWithSpecialCharsFilePath() throws
IOException, InterruptedException {
+ File whiteSpaceDir = null;
+ try {
+ whiteSpaceDir = new File(tableDir.getAbsolutePath() + "/white space");
Review comment:
sure, used tmp now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]