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

from_unixtime parse error with long value #1210

Open
jackylee-ch opened this issue Jan 12, 2023 · 0 comments
Open

from_unixtime parse error with long value #1210

jackylee-ch opened this issue Jan 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

To Reproduce

creat table test_string(a sting) using parquet;
insert overwrite test_string values("30000000000000");
insert into test_string values("652440000000");
insert into test_string values("1627282640731");
insert into test_string values("1656932979027");
select from_unixtime(a,'yyyy-MM-dd') from test_string;
@jackylee-ch jackylee-ch added the bug Something isn't working label Jan 12, 2023
ccat3z added a commit to ccat3z/arrow-oap that referenced this issue Jan 13, 2023
zhouyuan pushed a commit to oap-project/arrow that referenced this issue Jan 18, 2023
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