mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix test
This commit is contained in:
parent
eac6541c66
commit
a8dcd12d5b
@ -1,7 +1,7 @@
|
||||
id lc_nullable lc_int_nullable bool_nullable
|
||||
Nullable(Int64) LowCardinality(Nullable(String)) LowCardinality(Nullable(Int64)) Nullable(UInt8)
|
||||
1 onee 1 1
|
||||
2 twoo 2 0
|
||||
3 three 3 1
|
||||
4 four 4 1
|
||||
5 five 5 1
|
||||
Nullable(Int64) LowCardinality(Nullable(String)) LowCardinality(Nullable(Int64)) Nullable(Bool)
|
||||
1 onee 1 true
|
||||
2 twoo 2 false
|
||||
3 three 3 true
|
||||
4 four 4 true
|
||||
5 five 5 true
|
||||
|
Loading…
Reference in New Issue
Block a user