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)