Error with MERGE for partitioned table having delta.enableChangeDataFeed
set to true and non-primitive columns
#2832
Labels
delta.enableChangeDataFeed
set to true and non-primitive columns
#2832
Environment
Delta-rs version: 0.19.1
Binding: python
Environment:
Bug
What happened:
This error seems to have been introduced in 0.19. An error is thrown when trying to merge into a table that is partitioned and has the
delta.enableChangeDataFeed
configuration set to true, and if any of the columns have a non-primitive type, e.g. timestamp or array.What you expected to happen:
Would be niced if there was no error I guess.
How to reproduce it:
This produces the following error:
Removing either
partition_by
in the first write, thedelta.enableChangeDataFeed
or the columnsbday
andweapons
fixes it.More details:
I tried using version 0.18 and there it works.
The text was updated successfully, but these errors were encountered: