Skip to content

Commit 4653d50

Browse files
shujingyang-dbHyukjinKwon
authored andcommitted
[SPARK-46382][SQL] XML: Update doc for ignoreSurroundingSpaces
### What changes were proposed in this pull request? Update doc for `ignoreSurroundingSpaces` ### Why are the changes needed? Be aligned with the implementation ### Does this PR introduce _any_ user-facing change? Yes ### How was this patch tested? This is a doc-only change ### Was this patch authored or co-authored using generative AI tooling? No Closes #44671 from shujingyang-db/ignore-surronding-space-doc. Authored-by: Shujing Yang <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 1e3892f commit 4653d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-data-sources-xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Data source options of XML can be set via:
128128

129129
<tr>
130130
<td><code>ignoreSurroundingSpaces</code></td>
131-
<td><code>false</code></td>
131+
<td><code>true</code></td>
132132
<td>Defines whether surrounding whitespaces from values being read should be skipped.</td>
133133
<td>read</td>
134134
</tr>

0 commit comments

Comments
 (0)