v.21.9Bug Fix
Fix Type Casting Issue with LowCardinality Arrays in ClickHouse
Fix bad type cast when functions likearrayHasare applied to arrays of LowCardinality of Nullable of different non-numeric types likeDateTimeandDateTime64. In previous versions bad cast occurs. In new version it will lead to exception. This closes #26330. #27682 (alexey-milovidov).