Skip to content

Commit

Permalink
Merge pull request #31 from RelationalAI/aa-bulk-delete
Browse files Browse the repository at this point in the history
Implement bulk delete
  • Loading branch information
adnan-alhomssi authored Feb 11, 2025
2 parents 5e48e67 + 7c0356d commit 6580c33
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 47 deletions.
69 changes: 26 additions & 43 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.11.1"
version = "0.12.0"
edition = "2021"

[[bench]]
Expand Down Expand Up @@ -43,7 +43,7 @@ futures-util = "0.3"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "hickory-dns"] }
# object_store = { version = "0.10.1", features = ["azure", "aws"] }
# Pinned to a specific commit while waiting for upstream
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"] }
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"] }
hickory-resolver = "0.24"
thiserror = "1"
anyhow = { version = "1", features = ["backtrace"] }
Expand Down
Loading

0 comments on commit 6580c33

Please sign in to comment.