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
Other tools like PyArrow or Pandas do display those values as arrays. I created this as a bug because it looks like it's working and if those fields are nullable, there's no way to tell whether the null value is correct.
Component(s)
No response
The text was updated successfully, but these errors were encountered:
Describe the bug, including details regarding any error messages, version, and platform.
Using Parquet CLI 1.15.0 via Mac Homebrew, I noticed some surprising behaviour with the
parquet-cli
and nested columns.parquet schema catalog.parquet
returns a schema showing the nested types (I've trimmed the field list slightly):parquet dictionary -c subjects.list.element catalog.parquet
will return the expected values for those fields as well:However, when using
cat
orhead
to display the file contents those fields are displayed as null:Other tools like PyArrow or Pandas do display those values as arrays. I created this as a bug because it looks like it's working and if those fields are nullable, there's no way to tell whether the null value is correct.
Component(s)
No response
The text was updated successfully, but these errors were encountered: