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
If a parquet file that does not have the serialized arrow schema in the metadata (e.g. written by parquet-mr) is read by parquet crate and written back to parquet, the new file does not contain Parquet field ids.
To Reproduce
Have Parquet file with field ids and no arrow serialized schema in metadata
Describe the bug
If a parquet file that does not have the serialized arrow schema in the metadata (e.g. written by parquet-mr) is read by parquet crate and written back to parquet, the new file does not contain Parquet field ids.
To Reproduce
parquet
and write back to parquet file.Expected behavior
New parquet file should have same field ids.
Additional context
related: #4702, #3548
The text was updated successfully, but these errors were encountered: