Skip to content

Commit 30b9b3a

Browse files
committed
update
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 3c52932 commit 30b9b3a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

vortex-gpu/benches/gpu_bitunpack.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44
#![allow(clippy::unwrap_used)]
55
#![allow(dead_code)]
66

7-
use std::sync::Arc;
8-
use std::time::Duration;
97

10-
use criterion::{BenchmarkId, Criterion, Throughput, criterion_group, criterion_main};
11-
use cudarc::driver::CudaContext;
128
use rand::prelude::StdRng;
139
use rand::{Rng, SeedableRng};
1410
use vortex_alp::{ALPArray, Exponents};
15-
use vortex_array::{Array, ArrayRef, IntoArray, ToCanonical};
11+
use vortex_array::{ArrayRef, IntoArray, ToCanonical};
1612
use vortex_buffer::BufferMut;
1713
use vortex_dtype::NativePType;
1814
use vortex_error::VortexUnwrap;

vortex-layout/src/layouts/dict/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ mod tests {
402402
let layout: LayoutRef = strategy
403403
.write_stream(
404404
ctx,
405-
&session,
405+
session,
406406
segments.clone(),
407407
SequentialStreamAdapter::new(
408408
DType::Utf8(Nullability::Nullable),

0 commit comments

Comments
 (0)