oushu1tuyu1 created HAWQ-1736:
---------------------------------
Summary: orc select timestamp type data bug
Key: HAWQ-1736
URL: https://issues.apache.org/jira/browse/HAWQ-1736
Project: Apache HAWQ
Issue Type: Bug
Components: Unknown
Reporter: oushu1tuyu1
Assignee: Ruilong Huo
postgres=# create writable external table temp (p timestamp) LOCATION
('hdfs://localhost:8020/hawq_default/temp') FORMAT 'orc';
CREATE EXTERNAL TABLE
postgres=# insert into temp values('1999-01-08 04:05:06.01 BC');
INSERT 0 1
postgres=# SELECT * from temp;
p
---------------------------
1999-01-08 04:05:05.01 BC
(1 row)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)