GitHub user wgtmac opened a pull request: https://github.com/apache/orc/pull/199
ORC-276: [C++] Create a simple tool to import CSV files A simple tool for users to create ORC files. It only support importing primitive type values from CSV files. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wgtmac/orc ORC-276 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/199.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 #199 ---- commit a54d134b71282e43eb6fc06fa388f66fe10af336 Author: Gang Wu <gan...@alibaba-inc.com> Date: 2017-12-06T22:55:33Z ORC-276: [C++] Create a simple tool to import CSV files ---- ---