GitHub user bill-warshaw opened a pull request:
https://github.com/apache/orc/pull/235
Allow custom timestamp format to be provided to CSV-ORC converter
* new command line argument `-tsf | --timestampformat` which takes a
timestamp format string
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bill-warshaw/orc
custom_timestamp_format_for_csv_converter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/235.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 #235
----
commit 209ba8dd725c32991f8137957d629cf7a2854a31
Author: Bill Warshaw <bill.warshaw@...>
Date: 2018-03-21T16:06:22Z
Allow custom timestamp format to be provided when converting CSV -> ORC
* new command line argument
----
---