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-41959][SQL] Improve v1 writes with empty2null
### What changes were proposed in this pull request?
Cleanup some unnecessary `Empty2Null` related code
### Why are the changes needed?
V1Writes checked idempotency using WriteFiles, so it's unnecessary to check if empty2null if exists again.
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
pass CI
Closes#39475 from ulysses-you/SPARK-41959.
Authored-by: ulysses-you <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments