You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/10/07 07:09:20 UTC

[jira] [Commented] (CALCITE-1418) SUBSTRING function with binary doesn't work

    [ https://issues.apache.org/jira/browse/CALCITE-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554343#comment-15554343 ] 

Jungtaek Lim commented on CALCITE-1418:
---------------------------------------

I've submitted quick fix: https://github.com/apache/calcite/pull/298

Could anyone take a look at?

> SUBSTRING function with binary doesn't work
> -------------------------------------------
>
>                 Key: CALCITE-1418
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1418
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.9.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>
> Calling SUBSTRING(binary FROM int) and SUBSTRING(binary FROM int FOR int) is failing. While failing it complains that there're no matching SqlFunctions.substring(ByteString, int) and SqlFunctions.substring(ByteString, int, int).
> Could be simple fix.



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