[GitHub] orc pull request #108: Core Docs: Add a more advanced example

2017-04-14 Thread Citrullin
GitHub user Citrullin opened a pull request: https://github.com/apache/orc/pull/108 Core Docs: Add a more advanced example I added a more complex example to the docs. This example explains the handling of maps and also, indirectly, arrays. You can merge this pull request

[GitHub] orc pull request #107: Doc: An advanced map writing example

2017-04-14 Thread Citrullin
Github user Citrullin closed the pull request at: https://github.com/apache/orc/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] orc pull request #104: Core documentation fixes

2017-04-13 Thread Citrullin
Github user Citrullin commented on a diff in the pull request: https://github.com/apache/orc/pull/104#discussion_r111481491 --- Diff: site/_docs/core-java.md --- @@ -233,14 +233,15 @@ VectorizedRowBatch batch = schema.createRowBatch(); LongColumnVector x = (LongColumnVector

[GitHub] orc pull request #104: Core documentation fixes

2017-04-10 Thread Citrullin
GitHub user Citrullin opened a pull request: https://github.com/apache/orc/pull/104 Core documentation fixes There's an issue with the size count and the MapColumnVector is named ListColumnVector Also wrote a jira ticket for it: https://issues.apache.org/jira/browse/ORC-168