Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Right now, Parquet panics if the size of an int96 isn't 12. We should return an error message instead.
Describe the solution you'd like
Return an error instead of panic.
Describe alternatives you've considered
We could continue to panic.
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Right now, Parquet panics if the size of an int96 isn't 12. We should return an error message instead.
Describe the solution you'd like
Return an error instead of panic.
Describe alternatives you've considered
We could continue to panic.
Additional context