[
https://issues.apache.org/jira/browse/CALCITE-6735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihai Budiu resolved CALCITE-6735.
----------------------------------
Fix Version/s: 1.39.0
Resolution: Fixed
Fixed in
https://github.com/apache/calcite/commit/424f66783cf7f5aeafed8fca4cfa8c004716385f
Thank you for the review [~nobigo]
> Type coercion for comparisons does not coerce ROW types
> -------------------------------------------------------
>
> Key: CALCITE-6735
> URL: https://issues.apache.org/jira/browse/CALCITE-6735
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.37.0
> Reporter: Mihai Budiu
> Assignee: Mihai Budiu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.39.0
>
>
> Type coercion finds the common type for scalar types, but not for composite
> types.
> E.g., ROW(1, 'x') = ROW('x', 1) is a legal comparison, but coercion does not
> coerce the component types of the ROW recursively.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)