CometExec3_4PlusSuite:
*** RUN ABORTED *** (4 minutes, 50 seconds)
java.lang.AssertionError: assertion failed: Function identifier must be fully qualified (3-part): might_contain
at scala.Predef$.assert(Predef.scala:279)
- unary negative integer overflow test *** FAILED *** (388 milliseconds)
"[ARITHMETIC_OVERFLOW] overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error. SQLSTATE: 22003" did not contain "integer overflow" (CometExpressionSuite.scala:2136)
- ANSI support for add *** FAILED *** (184 milliseconds)
"[ARITHMETIC_OVERFLOW] overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error. SQLSTATE: 22003
== SQL (line 2, position 1) ==
SELECT
^^^^^^
_1 + _2
^^^^^^^^^
from tbl
^^^^^^^^^^
" did not contain "[ARITHMETIC_OVERFLOW] integer overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error" (CometExpressionSuite.scala:2731)
- ANSI support for subtract *** FAILED *** (163 milliseconds)
"[ARITHMETIC_OVERFLOW] overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error. SQLSTATE: 22003
== SQL (line 2, position 1) ==
SELECT
^^^^^^
_1 - _2
^^^^^^^^^
from tbl
^^^^^^^^^^
" did not contain "[ARITHMETIC_OVERFLOW] integer overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error" (CometExpressionSuite.scala:2750)
- ANSI support for multiply *** FAILED *** (152 milliseconds)
"[ARITHMETIC_OVERFLOW] overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error. SQLSTATE: 22003
== SQL (line 2, position 1) ==
SELECT
^^^^^^
_1 * _2
^^^^^^^^^
from tbl
^^^^^^^^^^
" did not contain "[ARITHMETIC_OVERFLOW] integer overflow. If necessary set "spark.sql.ansi.enabled" to "false" to bypass this error" (CometExpressionSuite.scala:2770)
- migration - INT96 timestamp (2 seconds, 198 milliseconds)
*** RUN ABORTED *** (3 minutes, 13 seconds)
java.lang.VerifyError: Instruction type does not match stack map
Exception Details:
Location:
org/eclipse/jetty/http/HttpField.getValueParameters(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String; @87: aload
Reason:
Type 'org/eclipse/jetty/util/QuotedStringTokenizer' (current frame, locals[5]) is not assignable to 'java/util/StringTokenizer' (stack map, locals[5])
Current Frame:
bci: @87
flags: { }
locals: { 'java/lang/String', 'java/util/Map', top, '[Z', integer, 'org/eclipse/jetty/util/QuotedStringTokenizer' }
stack: { }
Stackmap Frame:
bci: @87
flags: { }
locals: { 'java/lang/String', 'java/util/Map', top, '[Z', integer, 'java/util/StringTokenizer' }
stack: { }
Describe the bug
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response