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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16099085#comment-16099085 ] 

ASF GitHub Bot commented on ORC-212:
------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/130


> 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
>
> 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)