Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Dec 19, 2024
1 parent 59b42ce commit bc1979e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vortex-array/src/canonical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,12 +688,4 @@ mod test {
vortex_list.into_arrow(&data_type).unwrap().as_list()
);
}

#[test]
fn null_cast() {
let null = Arc::new(arrow_array::NullArray::new(1)) as ArrayRef;
println!("null {:?}", null);
let int = cast(null.as_ref(), &DataType::Int32).unwrap();
println!("int {:?}", int);
}
}

0 comments on commit bc1979e

Please sign in to comment.