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:
I was testing the possibilities with CDF, and I think I ran into a bug.
I don't have any delete operations appearing in the results _change_type whether by performing an overwrite or a direct delete on the delta table.
What you expected to happen:
I was expecting some delete rows to appear in the CDF.
Reproducing the same operations with delta-spark gives this result:
How to reproduce it:
I've made a simple jupyter notebook with examples from the documentation. Here the the python to reproduce:
Environment
Delta-rs version: 0.18.0
Binding: Python
Bug
What happened:
I was testing the possibilities with CDF, and I think I ran into a bug.
I don't have any
delete
operations appearing in the results_change_type
whether by performing anoverwrite
or a direct delete on the delta table.What you expected to happen:
I was expecting some
delete
rows to appear in the CDF.Reproducing the same operations with
delta-spark
gives this result:How to reproduce it:
I've made a simple jupyter notebook with examples from the documentation. Here the the python to reproduce:
More details:
I also tried
update
operations, and they appear fine in the CDF.The text was updated successfully, but these errors were encountered: