Turbo87 opened a new pull request, #6266: URL: https://github.com/apache/arrow-rs/pull/6266
# Which issue does this PR close? https://github.com/apache/arrow-rs/issues/6166, though only partially, since the PR is only targeting the `object_store` crate. # Rationale for this change The rationale is explained in the linked issue :) # What changes are included in this PR? The first commit in the PR adds a dependency on `thiserror`, the following commits incrementally port all error enums from `snafu` to `thiserror`, and then the final commit removes the now obsolete `snafu` dependency. # Are there any user-facing changes? As the linked issue mentions, some of the `snafu` type may leak to the outside and this PR will remove them so this should probably be treated as a breaking change, even though these types have been considered private API before. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org