dongjoon-hyun commented on code in PR #41148:
URL: https://github.com/apache/spark/pull/41148#discussion_r1191800397
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectService.scala:
##########
@@ -125,7 +125,7 @@ class SparkConnectService(debug: Boolean)
SparkConnectService
.getOrCreateIsolatedSession(userId, sessionId)
.session
- val stackTraceEnabled =
session.conf.get(PYSPARK_JVM_STACKTRACE_ENABLED.key, "true").toBoolean
+ val stackTraceEnabled = session.conf.get(PYSPARK_JVM_STACKTRACE_ENABLED)
Review Comment:
`Spark Shell` also shows JVM StackTrace by default, doesn't it, @ueshin ?
> Users won't see the JVM stack trace by default.
--
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]