Skip to content

Commit 40ed381

Browse files
committed
use arrow-rs fork in parseablehq
1 parent 558ad89 commit 40ed381

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ members = ["server"]
33
resolver = "2"
44

55
[patch.crates-io]
6-
object_store = { git = "https://github.com/MihirLuthra/arrow-rs.git", branch = "mihir/I-919-0.10.2-with-sse-c" }
6+
# object_store added support for SSE-C headers in:
7+
# - https://github.com/apache/arrow-rs/pull/6230
8+
# - https://github.com/apache/arrow-rs/pull/6260
9+
# But a new version hasn't been published to crates.io for this yet. So, we are using this patch temporarily.
10+
object_store = { git = "https://github.com/parseablehq/arrow-rs.git", rev = "23b6ff9f432e8e29c08d47a315ba0b7cb8758225" }

0 commit comments

Comments
 (0)