mcvsubbu commented on issue #3834: Unify move method in PinotFS
URL: https://github.com/apache/incubator-pinot/pull/3834#issuecomment-465238812
 
 
   I think we should insist that the interfaces work only if full paths are 
specified in both src and dest. We can change the usage to be that way, and the 
implementations will get simpler across file systems.
   
   So, for example it is illegal to move(src, dst)  unless the last part of src 
and dst match. Same with copy.
   
   @sunithabeeram  what if we approach it this way? We can still support all 
combinations of moving from file to dir, dir to dir, etc. just restricting the 
usage.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to