Add a test

This commit is contained in:
Alexey Milovidov 2021-12-10 01:00:56 +03:00
parent 5c90ed2ed9
commit f1f66b7862
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Hello World
Hello World

View File

@ -0,0 +1 @@
SELECT * FROM cluster(test_cluster_two_shards, view(SELECT 'Hello' AS all, 'World' AS distinct));