You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/07/24 21:48:04 UTC

[jira] [Resolved] (CALCITE-717) Compare BINARY and VARBINARY on unsigned byte values

     [ https://issues.apache.org/jira/browse/CALCITE-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-717.
---------------------------------
    Resolution: Fixed

Fixed in http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/26a08774. Thanks for the patch!

> Compare BINARY and VARBINARY on unsigned byte values
> ----------------------------------------------------
>
>                 Key: CALCITE-717
>                 URL: https://issues.apache.org/jira/browse/CALCITE-717
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Low Chin Wei
>            Assignee: Julian Hyde
>             Fix For: 1.4.0-incubating
>
>         Attachments: CALCITE-717-Order-By-varbinary-column-use-signed-val.patch
>
>
> I am storing IP address as varbinary and the order by on that column will not yield correct order. Because, it use signed value instead of unsigned value to sort the column.
> Is there anyway I can sort it by unsigned value?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)