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:
When you try to merge on a predicate like " t.a IS NULL" and the length of the table is 0, you get a PanicException: index out of bounds: the len is 0 but the index is 0.
What you expected to happen:
This should not throw an error, like how s.a = t.a works correctly when the table is empty.
Environment
Delta-rs version: 0.15.1
Binding: python
Bug
What happened:
When you try to merge on a predicate like
" t.a IS NULL"
and the length of the table is 0, you get aPanicException: index out of bounds: the len is 0 but the index is 0
.What you expected to happen:
This should not throw an error, like how
s.a = t.a
works correctly when the table is empty.How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: