Alice Sayutina created SPARK-46241: -------------------------------------- Summary: 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
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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org