You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
49
49
valARITHMETIC_OVERFLOW_EXCEPTION_MSG=
50
50
"""org.apache.comet.CometNativeException: [ARITHMETIC_OVERFLOW] integer overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error."""
51
51
52
+
valDIVIDE_BY_ZERO_ERROR=
53
+
"""[DIVIDE_BY_ZERO] Division by zero. Use `try_divide` to tolerate divisor being 0 and return NULL instead"""
0 commit comments