You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/22 01:58:28 UTC

[jira] [Commented] (DRILL-3484) Error using functions with no parameters when `drill.exec.functions.cast_empty_string_to_null` is set to true

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

ASF GitHub Bot commented on DRILL-3484:
---------------------------------------

Github user jaltekruse closed the pull request at:

    https://github.com/apache/drill/pull/85


> Error using functions with no parameters when `drill.exec.functions.cast_empty_string_to_null` is set to true
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-3484
>                 URL: https://issues.apache.org/jira/browse/DRILL-3484
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Jason Altekruse
>            Assignee: Jason Altekruse
>             Fix For: 1.2.0
>
>
> There is an issue with function materialization when the function has no parameters and this option is set. This cases a low level IOOB exception to be thrown.
> 0: jdbc:drill:zk=local> select *, random() from sys.drillbits;
> Error: SYSTEM ERROR: IndexOutOfBoundsException: index (0) must be less than size (0)
> Fragment 0:0
> [Error Id: 5853c1da-ea8d-41c3-812c-2fdde799803b on 10.250.50.33:31010] (state=,code=0)



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