v.20.4Bug Fix
Implemented Common Type Conversions for LowCardinality in UNION ALL Queries
Implemented conversions to the common type for LowCardinality types. This allows to execute UNION ALL of tables with columns of LowCardinality and other columns. This fixes #8212. This fixes #4342. #12275 (alexey-milovidov).