Skip to content

Commit 5851f6d

Browse files
committed
more fix
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent eba560b commit 5851f6d

3 files changed

Lines changed: 4 additions & 28 deletions

File tree

Cargo.lock

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

vortex-cuda/src/pooled_read_at.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use object_store::GetOptions;
1313
use object_store::GetRange;
1414
use object_store::GetResultPayload;
1515
use object_store::ObjectStore;
16+
use object_store::ObjectStoreExt;
1617
use object_store::path::Path as ObjectPath;
1718
use vortex::array::buffer::BufferHandle;
1819
use vortex::buffer::Alignment;

vortex-sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ datafusion = { workspace = true }
2121
datafusion-sqllogictest = { workspace = true }
2222
futures.workspace = true
2323
indicatif.workspace = true
24-
sqllogictest = "0.28"
24+
sqllogictest = "0.29.1"
2525
thiserror = { workspace = true }
2626
tokio = { workspace = true, features = ["full"] }
2727
vortex = { workspace = true, features = ["tokio"] }

0 commit comments

Comments
 (0)