mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
b6eddbac0d
* fix s3Cluster function returns NOT_FOUND_COLUMN_IN_BLOCK error * Update StorageS3Cluster.cpp * Update 01801_s3_cluster_count.sql * fix
6 lines
280 B
SQL
6 lines
280 B
SQL
-- 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');
|