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
pyjads
changed the title
Schema Mismatch Error When Merging Parquet Files with Metadata using Rust Engine
Schema Mismatch Error When appending Parquet Files with Metadata using Rust Engine
Sep 18, 2024
Environment
Delta-rs version: 0.20.0
Binding:
Environment:
When trying to append two Parquet files with custom field_id metadata using the rust engine, the following error is raised:
_internal.SchemaMismatchError: Schema error: Cannot merge metadata with different values for key parquet.field_id
When using the PyArrow engine, data is written to Delta Lake successfully. Also, it works with pandas dataframe with both engine.
The text was updated successfully, but these errors were encountered: