[GitHub] orc pull request #310: ORC-406: First padded version with 3 failing tests

2018-09-20 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] orc pull request #310: ORC-406: First padded version with 3 failing tests

2018-09-19 Thread t3rmin4t0r
Github user t3rmin4t0r closed the pull request at:

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


---


[GitHub] orc pull request #310: ORC-406: First padded version with 3 failing tests

2018-09-19 Thread t3rmin4t0r
GitHub user t3rmin4t0r opened a pull request:

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

ORC-406: First padded version with 3 failing tests

This implementation always pads the CHAR() columns, which is undone by the 
reader codepath (causing the current failures).

Will fix test-case when it is clear whether the padding is necessary or not.

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

$ git pull https://github.com/t3rmin4t0r/orc ORC-406

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

https://github.com/apache/orc/pull/310.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 #310


commit 8330bc77fc85573dd30c9f6ae5e401acb13ba44b
Author: Gopal V 
Date:   2018-09-19T08:49:23Z

ORC-406: First version with 3 failing tests




---