You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jaume M (JIRA)" <ji...@apache.org> on 2018/10/30 17:19:00 UTC

[jira] [Assigned] (HIVE-20838) Timestamps with timezone are set to null when using the streaming API

     [ https://issues.apache.org/jira/browse/HIVE-20838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaume M reassigned HIVE-20838:
------------------------------

    Assignee: Jaume M

> Timestamps with timezone are set to null when using the streaming API
> ---------------------------------------------------------------------
>
>                 Key: HIVE-20838
>                 URL: https://issues.apache.org/jira/browse/HIVE-20838
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 3.1.0
>            Reporter: Jaume M
>            Assignee: Jaume M
>            Priority: Major
>
> For example:
> {code}
> beeline> create table default.timest (a TIMESTAMP) stored as orc " +
>         "TBLPROPERTIES('transactional'='true')
> # And then:
> connection.write("2018-10-19 10:35:00 America/Los_Angeles".getBytes());
> {code}
> inserts NULL.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)