提交 f90a8ceb 编写于 作者: N Nikolai Kochetov

Add test with remote, final and max_parallel_replicas.

上级 c97212d1
......@@ -6,3 +6,5 @@ count sample
557632
count sample final
371758
count final max_parallel_replicas
666667
......@@ -10,5 +10,8 @@ select 'count sample';
select count() from sample_final sample 1/2;
select 'count sample final';
select count() from sample_final final sample 1/2;
select 'count final max_parallel_replicas';
set max_parallel_replicas=2;
select count() from remote('127.0.0.{2|3}', currentDatabase(), sample_final) final;
drop table if exists sample_final;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册