Skip to content

Commit 6580c33

Browse files
author
Adnan Alhomssi
authored
Merge pull request #31 from RelationalAI/aa-bulk-delete
Implement bulk delete
2 parents 5e48e67 + 7c0356d commit 6580c33

File tree

5 files changed

+182
-47
lines changed

5 files changed

+182
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object_store_ffi"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition = "2021"
55

66
[[bench]]
@@ -43,7 +43,7 @@ futures-util = "0.3"
4343
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "hickory-dns"] }
4444
# object_store = { version = "0.10.1", features = ["azure", "aws"] }
4545
# Pinned to a specific commit while waiting for upstream
46-
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", tag = "v0.10.2-beta1", features = ["azure", "aws", "experimental-azure-list-offset", "experimental-arbitrary-list-prefix"] }
46+
object_store = { git = "https://github.com/RelationalAI/arrow-rs.git", tag = "v0.11.3-beta1", features = ["azure", "aws", "experimental-azure-list-offset", "experimental-arbitrary-list-prefix"] }
4747
hickory-resolver = "0.24"
4848
thiserror = "1"
4949
anyhow = { version = "1", features = ["backtrace"] }

0 commit comments

Comments
 (0)