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-29778][SQL] pass writer options to saveAsTable in append mode
### What changes were proposed in this pull request?
`saveAsTable` had an oversight where write options were not considered in the append save mode.
### Why are the changes needed?
Address the bug so that write options can be considered during appends.
### Does this PR introduce any user-facing change?
No
### How was this patch tested?
Unit test added that looks in the logic plan of `AppendData` for the existing write options.
Closesapache#26474 from SpaceRangerWes/master.
Authored-by: Wesley Hoffman <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments