apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.14k stars 413 forks source link

[VL] Result missmatch in cast string as date #6828

Open zml1206 opened 4 weeks ago

zml1206 commented 4 weeks ago

Backend

VL (Velox)

Bug description

select cast(a as date) from values ('-1-1-1') as data(a)

spark return null gluten return -719893

Spark version

None

Spark configurations

No response

System information

No response

Relevant logs

No response

zml1206 commented 4 weeks ago

https://github.com/facebookincubator/velox/pull/10738