Skip to content

Commit 762f9a8

Browse files
andygrovemartin-g
andauthored
Update spark/src/main/scala/org/apache/comet/serde/misc.scala
Co-authored-by: Martin Grigorov <[email protected]>
1 parent 0e64efc commit 762f9a8

File tree

1 file changed

+1
-1
lines changed
  • spark/src/main/scala/org/apache/comet/serde

1 file changed

+1
-1
lines changed

spark/src/main/scala/org/apache/comet/serde/misc.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object CometKnownFloatingPointNormalized
4444
override def getSupportLevel(expr: KnownFloatingPointNormalized): SupportLevel = {
4545
expr.child match {
4646
case _: NormalizeNaNAndZero => Compatible()
47-
case _ => Unsupported()
47+
case _ => Unsupported(Some("KnownFloatingPointNormalized only supports NormalizeNaNAndZero child expressions"))
4848
}
4949
}
5050

0 commit comments

Comments
 (0)