Turbo87 commented on issue #5334: URL: https://github.com/apache/arrow-rs/issues/5334#issuecomment-1912337486
Looks good in general, but I'm a little worried about the "store errors if it can't handle the attribute" part. In the crates.io codebase we're primarily using the S3 store, but for local dev we use the file store instead, and for testing we use in-memory. `Cache-Control` is probably not something the file store would support though, so in that case the local dev setup would fail to work. I'm wondering if something like an `ignore_unexpected_attributes: true` option might be possible to allow use cases like this? -- 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]
