mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Add a test
This commit is contained in:
parent
16457c67b9
commit
e278584c01
@ -2196,6 +2196,11 @@ def test_filtering_by_file_or_path(started_cluster):
|
||||
|
||||
assert int(result) == 1
|
||||
|
||||
assert 0 == int(instance.query(
|
||||
f"select count() from s3('http://{started_cluster.minio_host}:{started_cluster.minio_port}/{bucket}/test_filter*.tsv') where _file = 'kek'"
|
||||
))
|
||||
|
||||
|
||||
|
||||
def test_union_schema_inference_mode(started_cluster):
|
||||
bucket = started_cluster.minio_bucket
|
||||
|
Loading…
Reference in New Issue
Block a user