Skip to content

Commit caab0ba

Browse files
committed
Fix build error
1 parent 7a2aced commit caab0ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/org/apache/spark/ui/sql/SQLListener.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ private[spark] class SQLListener(conf: SparkConf) extends SparkListener with Log
224224
}
225225
}
226226
}
227+
case _ => //ignore
227228
}
228229
}
229230

0 commit comments

Comments
 (0)