Mihai Budiu created CALCITE-7677:
------------------------------------
Summary: CAST between ROW types fails at runtime
Key: CALCITE-7677
URL: https://issues.apache.org/jira/browse/CALCITE-7677
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.42.0
Reporter: Mihai Budiu
Assignee: Mihai Budiu
{code:java}
SELECT ARRAY[ROW(1, 'Alice'), ROW(NULL, 'Dan')] {code}
This produces a null-pointer exception:
{code:java}
Cannot invoke "Number.doubleValue()" because "value" is null{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)