Aihua Xu created HIVE-10212: ------------------------------- Summary: Timestamp conversion to int doesn't work. Key: HIVE-10212 URL: https://issues.apache.org/jira/browse/HIVE-10212 Project: Hive Issue Type: Bug Reporter: Aihua Xu Assignee: Aihua Xu
select cast(ts as bigint) from tbl1; where ts is a timstamp will always return 0. After HIVE-9917 is done, we should also convert based on the config hive.int.timestamp.conversion.in.seconds is true or false to convert to time in seconds or milliseconds. -- This message was sent by Atlassian JIRA (v6.3.4#6332)