You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/30 00:37:00 UTC

[jira] [Commented] (ORC-426) Errors in ORC Specification

    [ https://issues.apache.org/jira/browse/ORC-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16667941#comment-16667941 ] 

ASF GitHub Bot commented on ORC-426:
------------------------------------

fangzheng opened a new pull request #329: ORC-426: Fix errors in ORC specification.
URL: https://github.com/apache/orc/pull/329
 
 
   Fix some errors in the ORC specification documentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Errors in ORC Specification
> ---------------------------
>
>                 Key: ORC-426
>                 URL: https://issues.apache.org/jira/browse/ORC-426
>             Project: ORC
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Fang Zheng
>            Priority: Minor
>              Labels: documentation
>
> There are some errors in the ORC format specifications:
> 1. In specification/ORCv1.md and specification/ORCv2.md, the following sentence appears twice in the description of "Patched Base”:
> Data values (W * L bits padded to the byte) - A sequence of W bit positive
>   values that are added to the base value.
> 2. In specification/ORCv0.md, specification/ORCv1.md, and specification/ORCv2.md, there is an error in the description of “Map Columns”:
> Maps are encoded as the PRESENT stream and a length stream with number
> of items in each list. —> The last word “list” should be changed to “map”
> 3. In specification/ORCv1.md and specification/ORCv2.md, the word “BloomFilterEntry” should be changed to “bloom filter entry”, as “BloomFilterEntry” does not exist in the source code or ProtocolBuffer definition.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)