You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
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;
The text was updated successfully, but these errors were encountered:
To Reproduce
The text was updated successfully, but these errors were encountered: