Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 9, 2024
1 parent b1ab750 commit abd5bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/parquet/read/values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ macro_rules! make_int_variant_impl {

while num - i >= 32 {
unsafe {
// TODO this is unsafe and panics with Rust 1.78
let in_slice = std::slice::from_raw_parts(in_ptr, 32);

for n in 0..32 {
Expand Down

0 comments on commit abd5bba

Please sign in to comment.