Adam Faulkner
Adam Faulkner
Hi, I think you need to apply the same fix as https://github.com/delta-io/delta-rs/pull/2604 for `DeltaTableProvider`.
Thanks for the reply @ion-elgreco , why does it need to scan the entire table into memory before it starts writing data? Is this just a lack of optimization, or...
> It needs to scan the entire table because it needs to find out which rows the merge into condition applies to. I understand this. However, it doesn't need to...
To answer my own questions here: > why does it need to scan the entire table into memory before it starts writing data `MergeBarrier` holds on to all records for...
Hello! I actually have a fix now: https://github.com/delta-io/delta-rs/pull/2830