Merge pull request #60597 from Algunenano/i58906

Add test for #58906
This commit is contained in:
Raúl Marín 2024-03-01 12:00:57 +01:00 committed by GitHub
commit 3f5dcccd3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
0 \N

View File

@ -0,0 +1,6 @@
--https://github.com/ClickHouse/ClickHouse/issues/58906
SELECT
count(_CAST(NULL, 'Nullable(Nothing)')),
round(avg(_CAST(NULL, 'Nullable(Nothing)'))) AS k
FROM numbers(256)
SETTINGS allow_experimental_analyzer = 1;