Seshu Pasam created ORC-212:
-------------------------------

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

Reply via email to