Skip to content

Commit eba560b

Browse files
committed
some fixes
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 40e44df commit eba560b

3 files changed

Lines changed: 8 additions & 30 deletions

File tree

Cargo.lock

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

vortex-jni/src/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use jni::objects::ReleaseMode;
1515
use jni::sys::jlong;
1616
use jni::sys::jobject;
1717
use object_store::ObjectStore;
18+
use object_store::ObjectStoreExt;
1819
use object_store::path::Path;
1920
use prost::Message;
2021
use url::Url;

vortex-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parking_lot = { workspace = true }
4747
pyo3 = { workspace = true, features = ["abi3", "abi3-py311"] }
4848
pyo3-bytes = { workspace = true }
4949
pyo3-log = { workspace = true }
50-
pyo3-object_store = { version = "0.7" }
50+
pyo3-object_store = { version = "0.8" }
5151
tokio = { workspace = true, features = ["fs", "rt-multi-thread"] }
5252
url = { workspace = true }
5353
vortex = { workspace = true, features = ["object_store", "tokio"] }

0 commit comments

Comments
 (0)