You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by "oushu1tuyu1 (JIRA)" <ji...@apache.org> on 2019/08/02 07:28:00 UTC

[jira] [Created] (HAWQ-1736) orc select timestamp type data bug

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)