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

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/orc/pull/104 --- 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 is

[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-12 Thread omalley
Github user omalley commented on a diff in the pull request: https://github.com/apache/orc/pull/104#discussion_r111253053 --- 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