[
https://issues.apache.org/jira/browse/ORC-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457159#comment-16457159
]
ASF GitHub Bot commented on ORC-353:
------------------------------------
GitHub user omalley opened a pull request:
https://github.com/apache/orc/pull/258
ORC-353 Change the C++ CSV reader to use string timestamps
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omalley/orc orc-353
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/258.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #258
----
commit 4d03e62a72fb3404ee2591d3a8feb0ab407e32cc
Author: rip-nsk <rip.nsk@...>
Date: 2018-04-19T19:22:09Z
Add one second when writing negative Timestamp's with non zero nanos to
match the reader code.
commit 1d07ff51fafc9872308ef38404f7c861d4417b12
Author: Owen O'Malley <omalley@...>
Date: 2018-04-27T22:07:05Z
ORC-353. Change C++ CSV reader to handle formatted timestamps.
----
> Change C++ csv reader to handle formatted timestamps
> ----------------------------------------------------
>
> Key: ORC-353
> URL: https://issues.apache.org/jira/browse/ORC-353
> Project: ORC
> Issue Type: Improvement
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
>
> Currently the C++ CSV reader only handles numeric timestamps. I'd like to
> have it formatted ones.
> In particular, it would be nice to handle the format from Java, such as
> 1969-05-05 12:34:56.1999.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)