[VL] track failed unit tests `SPARK-37623: Support ANSI Aggregate Function: regr_intercept`
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Backend
VL (Velox)
### Bug description
linear-regression.sql failed since below patch
https://github.com/apache/incubator-gluten/pull/9617
```
2025-05-14T01:32:33.5286827Z - linear-regression.sql *** FAILED ***
2025-05-14T01:32:33.5287178Z linear-regression.sql
2025-05-14T01:32:33.5287587Z Expected "1.15473441108544[87]", but got "1.15473441108544[96]" Result did not match for query #29
2025-05-14T01:32:33.5288146Z SELECT regr_intercept(y, x) FROM testRegression (GlutenSQLQueryTestSuite.scala:586)
```
### Gluten version
_No response_
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
```
Contributor guide
Assessment
This issue has not been assessed yet.