metesynnada opened a new pull request, #3824: URL: https://github.com/apache/arrow-rs/pull/3824
# Which issue does this PR close? Closes #3740 and #3742 since we go down a different path. # Rationale for this change This PR adds the `LocalFileSystem` implementation for the "append" API. # What changes are included in this PR? - Append API implementation for `LocalFileSystem`. However, to simplify things, we used the `tokio::fs` feature which is not supported on `wasm32`. There is another implementation on https://github.com/synnada-ai/arrow-rs/pull/5 that alters the `LocalUpload` struct to support both staged and unstaged file writings. # Are there any user-facing changes? No. -- 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]
