Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
CopyStream in arrow/filesystem/util_internal.h does this, but we should expose it, multithread it (can read in one thread while the other thread writes), and further see if there are filesystem-specific optimizations (e.g. S3 multipart uploading/downloading). We may also want a version that takes a FileSelector or vector of paths and parallelizes the operations on them.
Attachments
Issue Links
- supercedes
-
ARROW-9909 [C++] Provide a (FileSystem, path) pair to locate files across filesystems
- Closed
- links to