Douglas Drinka created ORC-164:
----------------------------------
Summary: Decimal column encoding is documented incorrectly
Key: ORC-164
URL: https://issues.apache.org/jira/browse/ORC-164
Project: ORC
Issue Type: Bug
Components: documentation
Reporter: Douglas Drinka
Relevant code:
{code:title=WriterImpl.java:DecimalTreeWriter|borderStyle=solid}
this.scaleStream = createIntegerWriter(writer.createStream(id,
OrcProto.Stream.Kind.SECONDARY), true, isDirectV2, writer);
{code}
The documentation states the Scale stream is unsigned, both in the description
and in the table. The code reads and writes this column as signed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)