GitHub user Xuanwo added a comment to the discussion: (rust/ python) Copy data from one operator to another
Hi, the returning struct from `into_futures_async_read` implements both `AsyncRead` and `AsyncSeek` so it need to know the exact size of this file. If users pass `..` and set a chunk, it will `stat` this file first to get the total size. GitHub link: https://github.com/apache/opendal/discussions/5692#discussioncomment-12409663 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
