[GitHub] orc pull request #273: ORC-343 Enable C++ writer to support RleV2

2018-05-24 Thread yuruiz
GitHub user yuruiz opened a pull request: https://github.com/apache/orc/pull/273 ORC-343 Enable C++ writer to support RleV2 1. Port RleV2 implementation from Java to C++ 2. Add RleV2 relevant tests to C++ You can merge this pull request into a Git repository by running: $

Re: [VOTE] Should we release ORC 1.5.1rc1?

2018-05-24 Thread Alan Gates
+1. Did a build and ran the tests. Checked the signature and hash. Ran rat, which failed, complaining about the file bench/README.md This isn't a show stopper but would be nice to fix in the future. Also, the maven enforcer plugin can be used to prevent snapshots in releases. See the Hive