[GitHub] orc pull request #152: ORC-227: [C++] Fix docker failure due to ExternalProj...

2017-08-10 Thread xndai
Github user xndai commented on a diff in the pull request: https://github.com/apache/orc/pull/152#discussion_r132531200 --- Diff: c++/src/ByteRLE.cc --- @@ -26,9 +26,9 @@ namespace orc { - const size_t MINIMUM_REPEAT = 3; - const size_t MAXIMUM_REPEAT =

[GitHub] orc pull request #152: ORC-227: [C++] Fix docker failure due to ExternalProj...

2017-08-10 Thread majetideepak
Github user majetideepak commented on a diff in the pull request: https://github.com/apache/orc/pull/152#discussion_r132529457 --- Diff: c++/src/ByteRLE.cc --- @@ -26,9 +26,9 @@ namespace orc { - const size_t MINIMUM_REPEAT = 3; - const size_t

[GitHub] orc pull request #152: ORC-227: [C++] Fix docker failure due to ExternalProj...

2017-08-10 Thread xndai
Github user xndai commented on a diff in the pull request: https://github.com/apache/orc/pull/152#discussion_r132522783 --- Diff: c++/src/ByteRLE.cc --- @@ -26,9 +26,9 @@ namespace orc { - const size_t MINIMUM_REPEAT = 3; - const size_t MAXIMUM_REPEAT =

[GitHub] orc pull request #152: ORC-227: [C++] Fix docker failure due to ExternalProj...

2017-08-10 Thread majetideepak
Github user majetideepak commented on a diff in the pull request: https://github.com/apache/orc/pull/152#discussion_r132477368 --- Diff: c++/src/ByteRLE.cc --- @@ -26,9 +26,9 @@ namespace orc { - const size_t MINIMUM_REPEAT = 3; - const size_t