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
When I first read the table only the 9 most recent actions showed data change True. After a new commit to the table only the most recent action showed data change True and the previous 9 actions now showed False.
Confirmed from reading the commit logs that data change was True for all of those actions.
What you expected to happen:
Data change to match commit logs.
How to reproduce it:
Read the delta table add actions, make a new commit to the delta table with data change True and read the add actions again.
More details:
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version: 0.8.1
Binding: Python
Environment:
Bug
What happened:
Attempting to find data change True records yields inconsistent results.
When I first read the table only the 9 most recent actions showed data change True. After a new commit to the table only the most recent action showed data change True and the previous 9 actions now showed False.
Confirmed from reading the commit logs that data change was True for all of those actions.
What you expected to happen:
Data change to match commit logs.
How to reproduce it:
Read the delta table add actions, make a new commit to the delta table with data change True and read the add actions again.
More details:
The text was updated successfully, but these errors were encountered: