[teiid-issues] [JBoss JIRA] (TEIID-3133) Impala Time/Date/Timestamp handling

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Feb 3 05:46:49 EST 2015


    [ https://issues.jboss.org/browse/TEIID-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037088#comment-13037088 ] 

RH Bugzilla Integration commented on TEIID-3133:
------------------------------------------------

Filip Nguyen <fnguyen at redhat.com> changed the Status of [bug 1141685|https://bugzilla.redhat.com/show_bug.cgi?id=1141685] from ON_QA to ASSIGNED

> Impala Time/Date/Timestamp handling
> -----------------------------------
>
>                 Key: TEIID-3133
>                 URL: https://issues.jboss.org/browse/TEIID-3133
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.7.1
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>             Fix For: 8.7.1, 8.9
>
>
> Impala supports only TIMESTAMP datatype (see here http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/Impala/Installing-and-Using-Impala/ciiu_porting.html) 
> Converted everything into timestamp and now I am trying to get Date and Time parts of the timestamp in Teiid e.g.
> SELECT DISTINCT convert(Source.SmallA.TimeValue, time) as TimeValue FROM Source.SmallA ORDER BY TimeValue
> But I get TranslatorException: Unexpected exception while translating results: Method not supported
> Tried to workaround this but with limited success. For Date it is possible to use to_date function that returns string reprsentation of the date part. For Time I wasn't able to find the solution (have not yet figured out how to use extract function through Teiid).
> http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/Impala/Installing-and-Using-Impala/ciiu_datetime_functions.html



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the teiid-issues mailing list