comphead opened a new issue, #3646:
URL: https://github.com/apache/datafusion-comet/issues/3646
### Describe the bug
```
- sql-file: expressions/array/array_except.sql
[parquet.enable.dictionary=true] *** FAILED *** (733 milliseconds)
java.lang.RuntimeException: Error executing SQL 'SELECT
array_except(array(1, 2, 3), array(2, 3, 4)), array_except(array(1, 2),
array()), array_except(array(), array(1)), array_except(cast(NULL as
array<int>), array(1))'. Reason: 'Job aborted due to stage failure: Task 0 in
stage 23.0 failed 1 times, most recent failure: Lost task 0.0 in stage 23.0
(TID 103) (192.168.4.142 executor driver):
org.apache.comet.CometNativeException: array_except received incompatible
types: List(Int32), List(non-null Int32)
```
This happens because exhaustive datatype check in datafusion in
`check_datatypes()` function
### 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]