kou commented on PR #39058:
URL: https://github.com/apache/arrow/pull/39058#issuecomment-1838072463

   @Tom-Newton @felipecrv What do you think about this behavior? I think that 
this is convenient but this is different from other filesystem 
implementations...
   
   > If the given destination has only container (`container`) or has trailing 
slash (`container/directory/`), base name of the given source is automatically 
appended. For example:
   > * Source: `container1/directory1/path.txt`
   > * Destination: `container2`
   > * Real destination: `container2/path.txt` (`path.txt` is only appended to 
`container2`)
   >
   > This is the same behavior as `cp` command. But other filesystem 
implementations require path not directory as destination.


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

Reply via email to