mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Cover FunctionUnixTimestamp64 with constant argument
This commit is contained in:
parent
3b022b85a5
commit
8f83c262d5
@ -0,0 +1,2 @@
|
||||
0000-00-00 00:00:00
|
||||
0000-00-00 00:00:00
|
@ -0,0 +1,5 @@
|
||||
-- regression for "DB::Exception: Size of filter doesn't match size of column.."
|
||||
SELECT toDateTime(fromUnixTimestamp64Micro(toInt64(0))) as ts FROM numbers_mt(2) WHERE ts+1=ts;
|
||||
|
||||
-- regression for "Invalid number of rows in Chunk column UInt32: expected 2, got 1."
|
||||
SELECT toDateTime(fromUnixTimestamp64Micro(toInt64(0))) ts FROM numbers(2);
|
Loading…
Reference in New Issue
Block a user