-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge predicate fails with a field with a space #2167
Comments
@echai58 Please try using the back tick in this case. EG
|
I am changing just the predicate line in |
Oh got. It's an issue with the |
Not sure I understand, how do I implement this workaround in my example? |
Something like this. The documentation goes into more details
|
@Blajda I'll make a small update to show your example in the docs : ) |
Environment
Delta-rs version: 0.15.1
Binding: python
Bug
What happened:
If there is a field with a space in table schema, when you try to merge on that field as part of the merge predicate, it will raise an error, seems like the space does not get parsed correctly in the merge predicate.
What you expected to happen:
Should be able to write a predicate on this column.
How to reproduce it:
It looks like it's trying to parse s."a a" as s.a instead of s."a a".
The text was updated successfully, but these errors were encountered: