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