[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_r111254734 --- Diff: site/_docs/core-java.md --- @@ -233,14 +233,15 @@ VectorizedRowBatch batch = schema.createRowBatch(); LongColumnVector x = (LongColumnVector) batc

[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) batc

[GitHub] orc pull request #106: ORC-171. Fix C++ template warnings on Mac OS 10.12.4 ...

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

[GitHub] orc pull request #106: ORC-171. Fix C++ template warnings on Mac OS 10.12.4 ...

2017-04-12 Thread omalley
GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/106 ORC-171. Fix C++ template warnings on Mac OS 10.12.4 with Clang Apple LLVM version 8.1.0 (clang-802.0.41). You can merge this pull request into a Git repository by running: $ git pull https://gith

[jira] [Created] (ORC-171) C++ gets template warnings on clang 8.1

2017-04-12 Thread Owen O'Malley (JIRA)
Owen O'Malley created ORC-171: - Summary: C++ gets template warnings on clang 8.1 Key: ORC-171 URL: https://issues.apache.org/jira/browse/ORC-171 Project: ORC Issue Type: Bug Components: