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/19 23:02:00 UTC

[jira] [Commented] (ORC-420) [C++] Implement string dictionary encoding for C++ writer

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

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

wgtmac opened a new pull request #326: ORC-420: [C++] Implement string dictionary encoding for C++ writer
URL: https://github.com/apache/orc/pull/326
 
 
   Add dictionary encoding support for string, char and varchar types. Under the hood, std::map is used to be the sorted-dictionary implementation.

----------------------------------------------------------------
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


> [C++] Implement string dictionary encoding for C++ writer
> ---------------------------------------------------------
>
>                 Key: ORC-420
>                 URL: https://issues.apache.org/jira/browse/ORC-420
>             Project: ORC
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Gang Wu
>            Assignee: Gang Wu
>            Priority: Major
>
> The scope of this Jira is to add string dictionary encoding support to C++ writer.



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