cloud-fan commented on code in PR #37209:
URL: https://github.com/apache/spark/pull/37209#discussion_r928703047


##########
core/src/main/scala/org/apache/spark/SparkException.scala:
##########
@@ -119,15 +119,16 @@ private[spark] class SparkArithmeticException(
     errorClass: String,
     errorSubClass: Option[String] = None,
     messageParameters: Array[String],
-    queryContext: String = "")
+    context: Option[QueryContextSummary] = None)

Review Comment:
   IIUC `QueryContextSummary` is only a container of `QueryContext` and the 
summary string, which is not end-user facing but only an internal thing.



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