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
[SPARK-52151] DataFrameWriterV2.overwrite should handle condition
### What changes were proposed in this pull request?
This PR aims to fix `DataFrameWriterV2.overwrite` to handle the `condition` parameter.
### Why are the changes needed?
This was missed at the initial implementation.
### Does this PR introduce _any_ user-facing change?
Yes, but this is a bug fix.
### How was this patch tested?
Pass the CIs. Apache Iceberg CI will be added soon.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#149 from dongjoon-hyun/SPARK-52151.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments