[
https://issues.apache.org/jira/browse/PHOENIX-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147687#comment-17147687
]
Istvan Toth commented on PHOENIX-5937:
--------------------------------------
Thank you for digging into this, and the fix.
1. Nit: The indentation seems to be off
2. Not using Java 8 features would make backporting to 4.x easier, and the code
more consistent
3. You have dug into the code deeply, and you added the specific circumstances
that triggered the bug for me as a new else if branch.
I do not understand the whole context of this change. Could you explain how did
you come to the conclusion that this is indeed the only case where this bug
triggers ?
> Order by on nullable column sometimes filters rows
> --------------------------------------------------
>
> Key: PHOENIX-5937
> URL: https://issues.apache.org/jira/browse/PHOENIX-5937
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 4.x, master
> Reporter: Istvan Toth
> Assignee: Richard Antal
> Priority: Major
> Attachments: PHOENIX-5937.master.v1.patch,
> PHOENIX-5937.master.v2.patch, PHOENIX-5937.master.v3.patch
>
>
> When selecting using order by on a nullable column, the rows where the order
> column is null are sometimes not returned.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)