mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
add test
This commit is contained in:
parent
043bd11d2e
commit
a9a01df74a
2
tests/queries/0_stateless/01787_map_remote.reference
Normal file
2
tests/queries/0_stateless/01787_map_remote.reference
Normal file
@ -0,0 +1,2 @@
|
||||
{'a':1,'b':2}
|
||||
{'a':1,'b':2}
|
1
tests/queries/0_stateless/01787_map_remote.sql
Normal file
1
tests/queries/0_stateless/01787_map_remote.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT map('a', 1, 'b', 2) FROM remote('127.0.0.{1,2}', system, one);
|
Loading…
Reference in New Issue
Block a user