Revert excluded UTs due to https://github.com/oap-project/gluten/pull/4211
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 85
Description
### Backend
CH (ClickHouse)
### Bug description
By https://github.com/oap-project/gluten/pull/4211 we excldue 4 tests:
```scala
.exclude("except all")
.exclude("exceptAll - nullability")
.exclude("intersectAll")
.exclude("intersectAll - nullability")
```
Or, especially, failed at the following check.
```scala
// check null equality
checkAnswer(
nullInts.exceptAll(nullInts.filter("0 = 1")),
nullInts)
checkAnswer(
nullInts.exceptAll(nullInts),
Nil)
```
Those failed UTs are caused by https://github.com/ClickHouse/ClickHouse/pull/57872, it looks like a bug
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
see logs at [here](https://opencicd.kyligence.com/blue/rest/organizations/jenkins/pipelines/gluten/pipelines/gluten-ci/runs/5704/nodes/90/steps/116/log/?start=0)
```bash
[2023-12-28T03:22:27.382Z] !== Correct Answer - 4 == == Gluten Answer - 4 ==
[2023-12-28T03:22:27.382Z] struct struct
[2023-12-28T03:22:27.382Z] [1] [1]
[2023-12-28T03:22:27.382Z] [2] [2]
[2023-12-28T03:22:27.382Z] [3] [3]
[2023-12-28T03:22:27.382Z] ![null] [3] (GlutenSQLTestsTrait.scala:141)
[2023-12-28T03:22:27.644Z] - exceptAll - nullability *** FAILED ***
```
Contributor guide
Assessment
This issue has not been assessed yet.