Sergey Nuyanzin created CALCITE-7589:
----------------------------------------
Summary: JOIN ... USING might fail with disabled type coercion
Key: CALCITE-7589
URL: https://issues.apache.org/jira/browse/CALCITE-7589
Project: Calcite
Issue Type: Bug
Components: core
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
Seems to be a regression after CALCITE-6413
example of failing query
{code:sql}
SELECT * FROM emp JOIN dept USING(deptno)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)