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:
Delta tables with column names starting from numbers are created without problems until you try to merge data.
DeltaError: Generic DeltaTable error: Schema error: No field named s. Valid fields are s.time, s."1inch", __delta_rs_source, t.time, t."1inch", t.__delta_rs_path, __delta_rs_target.
What you expected to happen:
Just merge data into the table, or tell me that it's impossible. But merging through Spark works just fine.
…ctions (#2271)
# Description
- Always encapsulates column names in backticks to in the insert_all and
update_all calls.
- Added note that users need to add backticks for special column names
- Removed bigint cast, this was temporarily needed while we were still
relying on a physical plan
# Related Issue(s)
- closes#2230
- closes#2167
Environment
Delta-rs version:
deltalake==0.15.3
python 3.11
Binding:
python
Environment:
Bug
What happened:
Delta tables with column names starting from numbers are created without problems until you try to merge data.
What you expected to happen:
Just merge data into the table, or tell me that it's impossible. But merging through Spark works just fine.
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: