MERGE
works incorrectly with partitioned table if the data column order is not same as table column order
#1787
Labels
bug
Something isn't working
Environment
Delta-rs version: 0.12.0
Binding: Python
Bug
What happened: When you do a merge on a table that has partition columns in a different order than the source data it will cause the wrong values to be updated in the partition columns.
What you expected to happen:
Update the columns correctly irrespective of the order.
How to reproduce it:
Write table first.
Merge the result, the partition column order is
bar
foo
. Data order isfoo
& `barThe result is incorrect as you can see:
The text was updated successfully, but these errors were encountered: