grundprinzip commented on code in PR #43667:
URL: https://github.com/apache/spark/pull/43667#discussion_r1384766582
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectFetchErrorDetailsHandler.scala:
##########
@@ -46,9 +44,7 @@ class SparkConnectFetchErrorDetailsHandler(
ErrorUtils.throwableToFetchErrorDetailsResponse(
st = error,
- serverStackTraceEnabled = sessionHolder.session.conf.get(
- Connect.CONNECT_SERVER_STACKTRACE_ENABLED) ||
sessionHolder.session.conf.get(
Review Comment:
This is a bit more weird, in contrast to Python, the server backtrace is
always there in Scala, but the user can decide how to print it.
--
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]