Merge pull request #51352 from ClickHouse/add-test-42691

Add a test for #42691
This commit is contained in:
Alexey Milovidov 2023-07-08 02:27:38 +03:00 committed by GitHub
commit ffbb11dc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
((2147483648,(-0,1.1754943508222875e-38,2147483646,'-9223372036854775808',NULL))) 0
((2147483648,(-0,1.1754943508222875e-38,2147483646,'-9223372036854775808',NULL))) 0
((2147483648,(-0,1.1754943508222875e-38,2147483646,'-9223372036854775808',NULL))) 0
\N
\N
\N

View File

@ -0,0 +1,2 @@
SELECT tuple((2147483648, (-0., 1.1754943508222875e-38, 2147483646, '-9223372036854775808', NULL))), toInt128(0.0001) GROUP BY ((256, toInt64(1.1754943508222875e-38), NULL), NULL, -0., ((65535, '-92233720368547758.07'), 0.9999), tuple(((1., 3.4028234663852886e38, '1', 0.5), NULL, tuple('0.1')))) WITH CUBE WITH TOTALS;
SELECT NULL GROUP BY toUUID(NULL, '0', NULL, '0.0000065535'), 1 WITH CUBE WITH TOTALS;