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
* Add option to skip decoding arrow metadata from parquet (#1459)
Fix inference from null logical type (#1557)
Replace some `&Option<T>` with `Option<&T>` (#1556)
* Update parquet/src/arrow/arrow_reader.rs
Co-authored-by: Andrew Lamb <[email protected]>
* Fmt
Co-authored-by: Andrew Lamb <[email protected]>
Describe the bug
Currently in the abscence of an arrow schema,
LogicalType::UNKNOWN
results in the following error messageTo Reproduce
Create a parquet file with a null array and strip out the arrow schema.
Expected behavior
As per the docs this should be inferred as the null type
The text was updated successfully, but these errors were encountered: