[
https://issues.apache.org/jira/browse/ORC-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447097#comment-16447097
]
ASF GitHub Bot commented on ORC-351:
------------------------------------
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:
- char buffer[16];
+ char buffer[20];
--- End diff --
19 should be sufficient, right?
> Decimal64ColumnWriter buffer has not enough size to encode decimals with
> precision > 16
> ---------------------------------------------------------------------------------------
>
> Key: ORC-351
> URL: https://issues.apache.org/jira/browse/ORC-351
> Project: ORC
> Issue Type: Bug
> Components: C++
> Reporter: rip.nsk
> Priority: Blocker
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)