andygrove opened a new issue, #4142:
URL: https://github.com/apache/datafusion-comet/issues/4142
### Describe the bug
```
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: { }
```
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
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]