[
https://issues.apache.org/jira/browse/CALCITE-7677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihai Budiu resolved CALCITE-7677.
----------------------------------
Fix Version/s: 1.43.0
Resolution: Fixed
Fixed in
[https://github.com/apache/calcite/commit/53b11f02cdec4337f44c5197f15a10e9c2cf1326]
Thank you for the review [~xiong]
> 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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.43.0
>
>
> {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)