ClickHouse/tests/queries/0_stateless/01801_s3_cluster_count.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
280 B
MySQL
Raw Normal View History

-- Tags: no-fasttest
-- Tag no-fasttest: Depends on AWS
select COUNT() from s3Cluster('test_cluster_two_shards_localhost', 'http://localhost:11111/test/{a,b,c}.tsv');
select COUNT(*) from s3Cluster('test_cluster_two_shards_localhost', 'http://localhost:11111/test/{a,b,c}.tsv');