mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fix tests
This commit is contained in:
parent
7991bb6e83
commit
a5a60a0451
@ -114,7 +114,7 @@ FROM
|
||||
(
|
||||
SELECT
|
||||
1 AS id,
|
||||
identity(CAST(1, \'Nullable(UInt8)\')) AS subquery
|
||||
identity(_CAST(1, \'Nullable(UInt8)\')) AS subquery
|
||||
WHERE subquery = 1
|
||||
)
|
||||
WHERE subquery = 1
|
||||
|
Loading…
Reference in New Issue
Block a user