Barre opened a new pull request, #630:
URL: https://github.com/apache/arrow-rs-object-store/pull/630
Store object attributes as extended attributes on the local filesystem,
enabling put_opts and put_multipart_opts to persist attributes. Attributes are
set on the staging file before atomic rename to preserve consistency.
- Add xattr dependency (gated by fs feature)
- Map standard attributes to user.* xattr namespace
- Read attributes back in get_opts
# Rationale for this change
The LocalFileSystem currently does not support attributes.
# What changes are included in this PR?
The LocalFileSystem now supports attributes.
# Are there any user-facing changes?
The LocalFileSystem now supports attributes.
--
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]