Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
select a from ... union all select b from ...
where a is int, and b is a bunch of integers in varchar types. Drill-Calcite interrupts this query by the column types. Since Drill has its own ways of handling type-mismatch, can we let Calcite ignore type checking?
Attachments
Issue Links
- duplicates
-
DRILL-2724 Implicit cast test fails in Union All query (reports type mismatch)
- Closed