apache / apache/gluten

[VL] Result mismatch of `try_cast`

Open
#8,499 0 comments 0 reactions 1 assignee Claimed by @wForget View on GitHub
bug triage
Dominant language
Scala
Stars
1.6k
Forks
657
Avg merge
2d 21h
Merged PRs (30d)
85

Description

### Backend

VL (Velox)

### Bug description

reproduce:

```
select try_cast('1.1' as int)
```

result of vanilla spark:
```
NULL
```

result of gluten:

```
1
```

### Spark version

Spark-3.5.x

### Spark configurations

_No response_

### System information

_No response_

### Relevant logs

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.