Skip to content

Commit

Permalink
Bump to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebsguedes committed Apr 9, 2024
1 parent c8d365d commit 8150b9e
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 86 deletions.
164 changes: 80 additions & 84 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object_store_ffi"
version = "0.6.2"
version = "0.6.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -21,7 +21,7 @@ futures-util = "0.3"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "trust-dns"] }
# object_store = { version = "0.8", features = ["azure", "aws"] }
# Pinned to a specific commit while waiting for the next release
object_store = { git = "https://github.com/apache/arrow-rs.git", rev = "0fd9b8a", features = ["azure", "aws"] }
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", branch = "backport-retries", features = ["azure", "aws"] }

This comment has been minimized.

Copy link
@nickrobinson251

nickrobinson251 Apr 9, 2024

Member

why are we now pointing at a fork? I see it is to include andrebsguedes/arrow-rs@95eacf4 (which is a backport of this upstream PR apache/arrow-rs#5609), i'm just wondering why we're using a fork + backport here? what exactly is it backported on top off? we should be pointing to a specific rev (rather than branch)?

This comment has been minimized.

Copy link
@andrebsguedes

andrebsguedes Apr 9, 2024

Author Member

I pointed at the fork + backport in order to not bring all the newer changes they have on object_store because there are breaking changes to multipart uploads and I don't want to block adapting the code at the current time. I will be done shortly after.

thiserror = "1"
anyhow = { version = "1", features = ["backtrace"] }
once_cell = "1.18"
Expand Down

0 comments on commit 8150b9e

Please sign in to comment.