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

from_unixtime parse error with long value #1210

@jackylee-ch

Description

@jackylee-ch

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions