abstractdog commented on code in PR #4753:
URL: https://github.com/apache/hive/pull/4753#discussion_r1341914858
##########
common/src/test/org/apache/hadoop/hive/common/TestFileUtils.java:
##########
@@ -338,4 +338,35 @@ private int assertExpectedFilePaths(RemoteIterator<?
extends FileStatus> lfs, Li
}
return count;
}
+
+ @Test
+ public void testResolveSymlinks() throws IOException {
+ HiveConf conf = new HiveConf();
+
+ java.nio.file.Path original = java.nio.file.Files.createTempFile("", "");
Review Comment:
absolutely, I was thinking about that, but was lazy :)
--
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]