You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alamb
changed the title
Pretty print a record batch containing float16 triggers a panic
Pretty print a RecordBatch containing Float16 triggers a panic
Jan 20, 2022
Describe the bug
Pretty printing a record batch containing a float16 column produces an error
panicked at 'called `Option::unwrap()` on a `None` value', arrow/src/util/display.rs:316:30
To Reproduce
Create a record batch containing a float16 array and call
pretty_format_batches
on it, like so:Expected behavior
Should pretty print the record batch.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: