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
Change some panics to errors in parquet decoder (#8602)
# Rationale for this change
We've caused some unexpected panics from our internal testing. We've put
in error checks for all of these so that they don't affect other users.
# What changes are included in this PR?
Various error checks to ensure panics don't occur.
# Are these changes tested?
Tests should continue to pass.
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
Existing tests should cover these changes.
# Are there any user-facing changes?
None.
---------
Co-authored-by: Ed Seidl <[email protected]>
Co-authored-by: Ryan Johnson <[email protected]>
0 commit comments