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.18k stars 429 forks source link

[CH] Diff to_timestamp #7564

Open KevinyhZou opened 3 days ago

KevinyhZou commented 3 days ago

Backend

CH (ClickHouse)

Bug description

select to_timestamp('2024-10-09 11:22:33.123', 'yyyy-MM-dd HH:mm:ss.SSS')

gluten: NULL valina: 2024-10-09 11:22:33.123

Spark version

Spark-3.3.x

Spark configurations

No response

System information

No response

Relevant logs

No response

exmy commented 2 days ago

similar issues: select unix_timestamp('2024-10-15 07:35:26.486', 'yyyy-MM-dd HH:mm:ss'); gluten: NULL vanilla: 1728948926

KevinyhZou commented 1 day ago

It is the same problem, and will be fixed by: https://github.com/ClickHouse/ClickHouse/pull/70737