A test to check that computed value is equal in all rows

This commit is contained in:
Alexander Gololobov 2023-02-25 14:46:23 +01:00
parent 10c2bfe2ee
commit d8c5da1a50
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
4786021384179797717
5368498105280294197
42 15687122600100720591
42 15687122600100720591
42 15687122600100720591
\N

View File

@ -1,5 +1,6 @@
SELECT cityHash64(map(1, 'Hello'), CAST(materialize('World') AS LowCardinality(String)));
SELECT cityHash64(map(), CAST(materialize('') AS LowCardinality(Nullable(String))));
SELECT materialize(42) as last_element, cityHash64(map(), CAST(materialize('') AS LowCardinality(Nullable(String))), last_element) from numbers(3);
SET allow_suspicious_low_cardinality_types = 1;
CREATE TEMPORARY TABLE datetime__fuzz_14 (`d` LowCardinality(Nullable(UInt128)));