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


##########
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:
   More precisely, not only in Spark and its plugins but in Spark dependencies 
as well.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to