Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
1.1.0
Description
We need to support joins between CHAR/VARCHAR and INT columns. For example the query in working_tpch1_compareLogOnly/fnJoin/tpch11.sql which fails because we are casting an INT column to a VARCHAR before joining it to an INT column. The error we generate is:
ERROR 1815 (HY000) at line 1: Internal error: IDB-1002: 'partsupp' and 'supplier' have incompatible column type specified for join condition.
|