[
https://issues.apache.org/jira/browse/HIVE-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637325#comment-13637325
]
Hudson commented on HIVE-4189:
------------------------------
Integrated in Hive-trunk-hadoop2 #167 (See
[https://builds.apache.org/job/Hive-trunk-hadoop2/167/])
HIVE-4189 : ORC fails with String column that ends in lots of nulls (Kevin
Wilfong) (Revision 1470080)
Result = FAILURE
omalley :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1470080
Files :
* /hive/trunk/data/files/nulls.txt
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java
* /hive/trunk/ql/src/test/queries/clientpositive/orc_ends_with_nulls.q
* /hive/trunk/ql/src/test/results/clientpositive/orc_ends_with_nulls.q.out
> ORC fails with String column that ends in lots of nulls
> -------------------------------------------------------
>
> Key: HIVE-4189
> URL: https://issues.apache.org/jira/browse/HIVE-4189
> Project: Hive
> Issue Type: Bug
> Components: Serializers/Deserializers
> Affects Versions: 0.11.0
> Reporter: Kevin Wilfong
> Assignee: Kevin Wilfong
> Fix For: 0.11.0
>
> Attachments: HIVE-4189.1.patch.txt, HIVE-4189.2.patch.txt
>
>
> When ORC attempts to write out a string column that ends in enough nulls to
> span an index stride, StringTreeWriter's writeStripe method will get an
> exception from TreeWriter's writeStripe method
> Column has wrong number of index entries found: x expected: y
> This is caused by rowIndexValueCount having multiple entries equal to the
> number of non-null rows in the column, combined with the fact that
> StringTreeWriter has special logic for constructing its index.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira