panbingkun commented on code in PR #48426:
URL: https://github.com/apache/spark/pull/48426#discussion_r1797607815
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -1621,7 +1621,7 @@ class PreemptedError() {
// errors have the lowest priority.
def set(error: Exception with SparkThrowable, priority: Option[Int] = None):
Unit = {
val calculatedPriority = priority.getOrElse {
- error.getCondition match {
+ error.getErrorClass match {
Review Comment:
Further validation will be double-checked on GA, and once `approved`, I will
restore it.
--
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]