GitHub user wgtmac opened a pull request: https://github.com/apache/orc/pull/188
ORC-263: Implement column writers of compound types Implemented ListColumnWriter, MapColumnWriter and UnionColumnWriter. Also corresponding test cases are added. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wgtmac/orc ORC-263 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/188.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 #188 ---- commit c88f4cbb3fef95d3e2f02a59d57f811ea88b127a Author: Gang Wu <gan...@alibaba-inc.com> Date: 2017-11-08T04:58:56Z ORC-263: Implement column writers of compound types Implemented ListColumnWriter, MapColumnWriter and UnionColumnWriter. Also corresponding test cases are added. ---- ---