Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Align with spark's time zone awareness in handling unix timestamp #1020

Closed
PHILO-HE opened this issue Jul 13, 2022 · 1 comment
Closed

Align with spark's time zone awareness in handling unix timestamp #1020

PHILO-HE opened this issue Jul 13, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@PHILO-HE
Copy link
Collaborator

Describe the bug
In from_unixtiem/unix_timstamp, the result is different with spark's. The root cause is the current handling is not aware of the local time zone.

To Reproduce
Run query test with the stated expr.

Expected behavior
Get same result as spark.

@PHILO-HE PHILO-HE added the bug Something isn't working label Jul 13, 2022
@PHILO-HE
Copy link
Collaborator Author

Fixed by #1021.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant