[
https://issues.apache.org/jira/browse/ORC-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193597#comment-16193597
]
Owen O'Malley commented on ORC-243:
-----------------------------------
It looks like the only case that isRepeating is set, is when then entire batch
is null. If you look at the DecimalTreeReader.nextBatch it is trying to detect
that case:
{code}
} else if (!result.isRepeating || !result.isNull[0]) {
{code}
Actually, your patch doesn't apply to master. Which branch are you looking at?
> incorrect isRepeating handling in decimal reader
> ------------------------------------------------
>
> Key: ORC-243
> URL: https://issues.apache.org/jira/browse/ORC-243
> Project: ORC
> Issue Type: Bug
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Priority: Blocker
> Attachments: ORC-243.patch
>
>
> This can lead to incorrect results.
> I need to look at other readers, will do tomorrow if this looks ok in general.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)