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
What happened: _internal.DeltaError: Generic DeltaTable error: Schema error: No field named source.y. Valid fields are source.x, source."Y", source.__delta_rs_source, target.x, target."Y", target.__delta_rs_target.
Environment
Delta-rs version:
python = "^3.11"
deltalake = "^0.13.0"
pandas = "^2.1.3"
Environment:
Bug
What happened:
_internal.DeltaError: Generic DeltaTable error: Schema error: No field named source.y. Valid fields are source.x, source."Y", source.__delta_rs_source, target.x, target."Y", target.__delta_rs_target.
What you expected to happen:
Successful merge.
How to reproduce it:
More details:
Note that the delta table was originally created with an uppercase
Y
column. This was intentional.The text was updated successfully, but these errors were encountered: