HeartSaVioR commented on code in PR #41150:
URL: https://github.com/apache/spark/pull/41150#discussion_r1193464953
##########
sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryListener.scala:
##########
@@ -154,11 +154,22 @@ object StreamingQueryListener {
* @param runId A query id that is unique for every start/restart. See
`StreamingQuery.runId()`.
* @param exception The exception message of the query if the query was
terminated
* with an exception. Otherwise, it will be `None`.
+ * @param errorClassOnException The error class from the exception if the
query was terminated
+ * with an exception which is a part of error
class framework.
Review Comment:
Do we think it'd be better to say "this gives an error classification if the
exception is available and classified", which means, avoiding to mention about
error class framework? If then I can avoid mentioning error class framework.
@HyukjinKwon WDYT? cc. @MaxGekk
--
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]