mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix style
This commit is contained in:
parent
813e228fcc
commit
6ddebf7d38
@ -547,9 +547,7 @@ def test_schema_inference_with_globs(started_cluster):
|
||||
|
||||
filename = "data{1,3}.jsoncompacteachrow"
|
||||
|
||||
result = node1.query_and_get_error(
|
||||
f"desc hdfs('hdfs://hdfs1:9000/{filename}')"
|
||||
)
|
||||
result = node1.query_and_get_error(f"desc hdfs('hdfs://hdfs1:9000/{filename}')")
|
||||
|
||||
assert "All attempts to extract table structure from files failed" in result
|
||||
|
||||
@ -563,7 +561,9 @@ def test_schema_inference_with_globs(started_cluster):
|
||||
f"desc hdfs('hdfs://hdfs1:9000/data*.jsoncompacteachrow')"
|
||||
)
|
||||
|
||||
assert "Cannot extract table structure from JSONCompactEachRow format file" in result
|
||||
assert (
|
||||
"Cannot extract table structure from JSONCompactEachRow format file" in result
|
||||
)
|
||||
|
||||
|
||||
def test_insert_select_schema_inference(started_cluster):
|
||||
|
Loading…
Reference in New Issue
Block a user