mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
A test to check that computed value is equal in all rows
This commit is contained in:
parent
10c2bfe2ee
commit
d8c5da1a50
@ -1,3 +1,6 @@
|
||||
4786021384179797717
|
||||
5368498105280294197
|
||||
42 15687122600100720591
|
||||
42 15687122600100720591
|
||||
42 15687122600100720591
|
||||
\N
|
||||
|
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user