zeekling commented on code in PR #6950:
URL: https://github.com/apache/hadoop/pull/6950#discussion_r1685486787


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java:
##########
@@ -2544,6 +2544,10 @@ public void moveFromLocalFile(Path src, Path dst)
     copyFromLocalFile(true, src, dst);
   }
 
+  public void fastCopy(Path src, Path dst, boolean overwrite) throws 
IOException {
+

Review Comment:
   Why empty method ?



-- 
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]

Reply via email to