Commit a67acba
[SPARK-37575][SQL][FOLLOWUP] Update the migration guide for added legacy flag for the breaking change of write null value in csv to unquoted empty string
### What changes were proposed in this pull request?
This is a follow-up of updating the migration guide for #36110 which adds a legacy flag to restore the pre-change behavior.
It also fixes a typo in the previous flag description.
### Why are the changes needed?
The flag needs to be documented.
### Does this PR introduce _any_ user-facing change?
It changes the migration doc for users.
### How was this patch tested?
No tests
Closes #36268 from anchovYu/flags-null-to-csv-migration-guide.
Authored-by: Xinyi Yu <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>1 parent 7144e1a commit a67acba
File tree
2 files changed
+2
-2
lines changed- docs
- sql/catalyst/src/main/scala/org/apache/spark/sql/internal
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3758 | 3758 | | |
3759 | 3759 | | |
3760 | 3760 | | |
3761 | | - | |
| 3761 | + | |
3762 | 3762 | | |
3763 | 3763 | | |
3764 | 3764 | | |
| |||
0 commit comments