[
https://issues.apache.org/jira/browse/SPARK-46241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-46241.
----------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 44144
[https://github.com/apache/spark/pull/44144]
> Fix error handling routine so it wouldn't fall into infinite recursion
> ----------------------------------------------------------------------
>
> Key: SPARK-46241
> URL: https://issues.apache.org/jira/browse/SPARK-46241
> Project: Spark
> Issue Type: Bug
> Components: Connect
> Affects Versions: 4.0.0
> Reporter: Alice Sayutina
> Assignee: Alice Sayutina
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> Currently, we can fall into infinite recursion as follows:
> {quote}[Some error happens] -> _handle_error -> _handle_rpc_error ->
> _display_server_stack_trace -> RuntimeConf.get -> SparkConnectClient.config
> -> [An error happens] -> _handle_error.{quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]