Add a test

This commit is contained in:
kssenii 2024-06-21 16:46:03 +02:00
parent 16457c67b9
commit e278584c01

View File

@ -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