Skip to content

Commit 01fa8ee

Browse files
committed
IsSortedKernel
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent 3be8923 commit 01fa8ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vortex-array/src/patches.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use crate::ArrayVisitor;
2626
use crate::DynArray;
2727
use crate::ExecutionCtx;
2828
use crate::IntoArray;
29-
use crate::LEGACY_SESSION;
3029
use crate::ToCanonical;
3130
use crate::VortexSessionExecute;
3231
use crate::arrays::BoolArray;
@@ -190,7 +189,8 @@ impl Patches {
190189

191190
#[cfg(debug_assertions)]
192191
{
193-
let mut ctx = LEGACY_SESSION.create_execution_ctx();
192+
use crate::VortexSessionExecute;
193+
let mut ctx = crate::LEGACY_SESSION.create_execution_ctx();
194194
assert!(
195195
crate::aggregate_fn::fns::is_sorted::is_sorted(&indices, &mut ctx)
196196
.unwrap_or(false),

0 commit comments

Comments
 (0)