You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Jess Balint (JIRA)" <ji...@apache.org> on 2017/07/14 20:10:00 UTC

[jira] [Created] (CALCITE-1891) NPE in RelBuilder.values() if types are not coercible

Jess Balint created CALCITE-1891:
------------------------------------

             Summary: NPE in RelBuilder.values() if types are not coercible
                 Key: CALCITE-1891
                 URL: https://issues.apache.org/jira/browse/CALCITE-1891
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.13.0
            Reporter: Jess Balint
            Assignee: Julian Hyde


{code:java}
RelBuilder.values(new String[] {"a", "b"}, 1, "two", "three", 4);
{code}

This RelBuilder method should check that a type has been determined for that row and throw an exception at that point if not



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)