[ 
https://issues.apache.org/jira/browse/SPARK-59322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18112695#comment-18112695
 ] 

Hyukjin Kwon commented on SPARK-59322:
--------------------------------------

Resolving as Not A Problem. Spark's XML reader (Woodstox) enforces a default 
maximum element depth (1000) and raises a clean error well before the recursion 
can exhaust the JVM stack, so deeply nested XML does not cause an 
unbounded-recursion crash. See apache/spark#58603.

> Add an optional maximum nesting depth for XML parsing
> -----------------------------------------------------
>
>                 Key: SPARK-59322
>                 URL: https://issues.apache.org/jira/browse/SPARK-59322
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 5.0.0
>            Reporter: Hyukjin Kwon
>            Priority: Major
>              Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to