mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixing a test.
This commit is contained in:
parent
3eec3f8675
commit
ca2f6ff9a3
@ -5,4 +5,4 @@ SELECT map() from remote('127.0.0.{1,2}', system,one);
|
|||||||
|
|
||||||
drop table if exists bug_repro_local;
|
drop table if exists bug_repro_local;
|
||||||
CREATE TABLE bug_repro_local (`attributes` Map(LowCardinality(String), String)) ENGINE = Log as select map('','');
|
CREATE TABLE bug_repro_local (`attributes` Map(LowCardinality(String), String)) ENGINE = Log as select map('','');
|
||||||
SELECT if(1, attributes, map()) from remote('127.0.0.{1,2}', default,bug_repro_local) limit 1;
|
SELECT if(1, attributes, map()) from remote('127.0.0.{1,2}', currentDatabase(), bug_repro_local) limit 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user