MaxGekk commented on code in PR #38648:
URL: https://github.com/apache/spark/pull/38648#discussion_r1021233627


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/QueryExecution.scala:
##########
@@ -494,7 +494,8 @@ object QueryExecution {
   private[sql] def toInternalError(msg: String, e: Throwable): Throwable = e 
match {
     case e @ (_: java.lang.NullPointerException | _: java.lang.AssertionError) 
=>
       SparkException.internalError(
-        msg + " Please, fill a bug report in, and provide the full stack 
trace.",
+        msg + " You hit a bug in Spark or the Spark plugins you use. Please, 
report this bug " +

Review Comment:
   Makes sense.



-- 
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]

Reply via email to