You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2017/07/24 20:39:00 UTC

[jira] [Resolved] (ORC-212) JSON convert should properly convert Timestamp string to java.sql.Timestamp

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

Owen O'Malley resolved ORC-212.
-------------------------------
       Resolution: Fixed
         Assignee: Seshu Pasam
    Fix Version/s: 1.5.0

I just committed this. Thanks, Seshu!

> JSON convert should properly convert Timestamp string to java.sql.Timestamp
> ---------------------------------------------------------------------------
>
>                 Key: ORC-212
>                 URL: https://issues.apache.org/jira/browse/ORC-212
>             Project: ORC
>          Issue Type: Improvement
>            Reporter: Seshu Pasam
>            Assignee: Seshu Pasam
>             Fix For: 1.5.0
>
>
> JSON converter should properly convert Timestamp String to java.sql.Timestamp. Currently it does something like:
> {code:java}
> vector.set(row, Timestamp.valueOf(value.getAsString(),
>     .replaceAll("[TZ]", " ")));
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)