[ 
https://issues.apache.org/jira/browse/HAWQ-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900100#comment-16900100
 ] 

ASF GitHub Bot commented on HAWQ-1736:
--------------------------------------

stanlyxiang commented on issue #1468: HAWQ-1736.Fix bug timestamp orc select
URL: https://github.com/apache/hawq/pull/1468#issuecomment-518245425
 
 
   +1
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>            Priority: Major
>
> 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)

Reply via email to