HyukjinKwon commented on code in PR #43965:
URL: https://github.com/apache/spark/pull/43965#discussion_r1402843097
##########
python/pyspark/sql/connect/client/core.py:
##########
@@ -1525,9 +1525,15 @@ def _display_server_stack_trace(self) -> bool:
from pyspark.sql.connect.conf import RuntimeConf
conf = RuntimeConf(self)
- if conf.get("spark.sql.connect.serverStacktrace.enabled") == "true":
+ try:
Review Comment:
I piggiy back a fix since I am here. This is tested together by the test
added in `test_reattach`. cc @heyihong
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]