Commit 05ee25f
authored
[Data] Propagate branch in _append_and_commit(..) for iceberg overwrite save mode (#63922)
Fix bug where if a user passes `branch` as an `overwrite_kwarg` the
delete lands on staging but the subsequent append lands on main (the
default in `_append_and_commit`)
Now we should thread through this arg to the append phase as well.
Signed-off-by: Ayush Kumar <ayushk7102@gmail.com>1 parent 8f6dd41 commit 05ee25f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
846 | 847 | | |
847 | 848 | | |
848 | 849 | | |
| |||
0 commit comments