You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/19 17:51:19 UTC

[GitHub] mcvsubbu commented on issue #3834: Unify move method in PinotFS

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org