mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test for the issue found by StarWix [#CLICKHOUSE-3].
This commit is contained in:
parent
fca5d5f2c7
commit
46c733ec11
@ -0,0 +1 @@
|
||||
10000000
|
@ -0,0 +1,7 @@
|
||||
DROP TABLE IF EXISTS test.float;
|
||||
CREATE TABLE test.float (x Float64) ENGINE = Log;
|
||||
|
||||
INSERT INTO test.float VALUES (1e7);
|
||||
SELECT * FROM test.float;
|
||||
|
||||
DROP TABLE test.float;
|
Loading…
Reference in New Issue
Block a user