[
https://issues.apache.org/jira/browse/CALCITE-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Mior updated CALCITE-1891:
----------------------------------
Affects Version/s: (was: 1.13.0)
1.14.0
> 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.14.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)