[GitHub] orc pull request #276: ORC-373: Option to disable dictionary encoding

2018-06-04 Thread prasanthj
Github user prasanthj closed the pull request at:

https://github.com/apache/orc/pull/276


---


[GitHub] orc pull request #276: ORC-373: Option to disable dictionary encoding

2018-06-01 Thread prasanthj
GitHub user prasanthj opened a pull request:

https://github.com/apache/orc/pull/276

ORC-373: Option to disable dictionary encoding

disables dictionary encoding at the time of string tree writer 
initialization.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prasanthj/orc master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/orc/pull/276.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #276


commit 90d83a11f1411df52712c267ea4949c4271c9828
Author: Prasanth Jayachandran 
Date:   2018-06-02T02:24:22Z

ORC-373: Option to disable dictionary encoding




---