You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
`CopyFile()` copies the given source to the given destination. Both of source and destination must be blob name like other filesystem implementations.
### What changes are included in this PR?
Use `CopyFromUri()` API that should use server-side copy.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #38705
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
### Rationale for this change
`CopyFile()` copies the given source to the given destination. Both of source and destination must be blob name like other filesystem implementations.
### What changes are included in this PR?
Use `CopyFromUri()` API that should use server-side copy.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: apache#38705
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
It's not implemented yet.
This is a child of GH-18014.
Component(s)
C++
The text was updated successfully, but these errors were encountered: