Skip to content

Commit

Permalink
Update parquet/src/arrow/arrow_reader/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Taylor-Davies <[email protected]>
  • Loading branch information
Jefffrey and tustvold authored Oct 30, 2023
1 parent ef66642 commit 517aebe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parquet/src/arrow/arrow_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,7 @@ mod tests {
assert_eq!(ret, original);

// Ensure can be downcast to the correct type
ret.column(0)
.as_any()
.downcast_ref::<Float16Array>()
.unwrap();
ret.column(0).as_primitive::<Float16Type>();

Ok(())
}
Expand Down

0 comments on commit 517aebe

Please sign in to comment.