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:
On 0.18.2, concurrent merges to different partitions worked (on some types of partition columns, at least - such as strings). On attempting to upgrade, it seems to be completely broken. The regression exists on all versions >= 0.19.0.
What you expected to happen:
Concurrent merges to different partitions continues to work for the partition types that it used to work for.
How to reproduce it:
The following code block succeeds on 0.18.2, but fails with
CommitFailedError: Failed to commit transaction: Error evaluating predicate: Generic DeltaTable error: Internal error: Failed to coerce types Date32 and Int64 in BETWEEN expression.
This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
Environment
Delta-rs version: 0.19.0 and later
Binding: python
Bug
What happened:
On 0.18.2, concurrent merges to different partitions worked (on some types of partition columns, at least - such as strings). On attempting to upgrade, it seems to be completely broken. The regression exists on all versions >= 0.19.0.
What you expected to happen:
Concurrent merges to different partitions continues to work for the partition types that it used to work for.
How to reproduce it:
The following code block succeeds on 0.18.2, but fails with
on 0.19.0 and later.
The text was updated successfully, but these errors were encountered: