mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
dbms: fixed error with type of result of floating point division [#METR-14693].
This commit is contained in:
parent
e61c2d7b28
commit
62e238911d
@ -1,3 +1,3 @@
|
||||
0 1 -1 128 -127 -128 255 -128 255 -127 65535 4294967295 12300 4656 -0 -0 0 18446744073709551615 20988295479420645000 -18446744073709552000 -9223372036854775807 -8.98846567431158e307 -2.2250738585072014e-308 inf -inf nan nan 1e-302 UInt8 UInt8 Int8 UInt8 Int8 Int8 UInt8 Int8 UInt8 Int8 UInt16 UInt32 Float64 Float64 Float64 Float64 Float64 UInt64 Float64 Float64 Int64 Float64 Float64 Float64 Float64 Float64 Float32 Float64
|
||||
0 1 -1 128 -127 -128 255 -128 255 -127 65535 4294967295 12300 4656 -0 -0 0 18446744073709551615 20988295479420645000 -18446744073709552000 -9223372036854775807 -8.98846567431158e307 -2.2250738585072014e-308 inf -inf nan nan 1e-302 UInt8 UInt8 Int8 UInt8 Int8 Int8 UInt8 Int8 UInt8 Int8 UInt16 UInt32 Float64 Float64 Float64 Float64 Float64 UInt64 Float64 Float64 Int64 Float64 Float64 Float64 Float64 Float64 Float64 Float64
|
||||
1e308
|
||||
-1e-307
|
||||
|
@ -0,0 +1 @@
|
||||
0.1
|
@ -0,0 +1 @@
|
||||
SELECT 1 / 10;
|
Loading…
Reference in New Issue
Block a user