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
I think it's reasonable not to support directories in the sources or destinations lists and assume required directories in the destination already exist.
Describe the enhancement requested
I have a usecase where we want to copy a list of files from source to destination, and they are not all in a directory.
For example:
I think it's reasonable not to support directories in the
sources
ordestinations
lists and assume required directories in the destination already exist.On the C++ side this is already implemented https://github.com/apache/arrow/tree/main/cpp/src/arrow/filesystem/filesystem.cc#L625-L660
To keep compatibility of the public API we could support both list and individual value with something like https://github.com/apache/arrow/tree/main/python/pyarrow/acero.py#L295-L298
Component(s)
Python
The text was updated successfully, but these errors were encountered: