You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/08/05 10:01:00 UTC

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

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

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

oushu1wangziming1 commented on pull request #1468: HAWQ-1736.Fix bug timestamp orc select
URL: https://github.com/apache/hawq/pull/1468
 
 
   
 
----------------------------------------------------------------
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:
users@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)