[GitHub] orc pull request #254: ORC-351: [C++] Increase buffer in Decimal*ColumnWrite...

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/orc/pull/254 ---

[GitHub] orc pull request #254: ORC-351: [C++] Increase buffer in Decimal*ColumnWrite...

2018-04-21 Thread wgtmac
Github user wgtmac commented on a diff in the pull request: https://github.com/apache/orc/pull/254#discussion_r183225354 --- Diff: c++/src/ColumnWriter.cc --- @@ -1453,7 +1453,7 @@ namespace orc { uint64_t numValues) override; private: -

[GitHub] orc pull request #254: ORC-351: [C++] Increase buffer in Decimal*ColumnWrite...

2018-04-21 Thread rip-nsk
GitHub user rip-nsk opened a pull request: https://github.com/apache/orc/pull/254 ORC-351: [C++] Increase buffer in Decimal*ColumnWriter to required size You can merge this pull request into a Git repository by running: $ git pull https://github.com/rip-nsk/orc ORC-351