Mihai Budiu created CALCITE-6735:
------------------------------------
Summary: Type coercion for comparisons does not coerce generic
types (ROW, ARRAY, etc)
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
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)