mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix style
This commit is contained in:
parent
46a6b84a5a
commit
918614970b
@ -599,9 +599,7 @@ def test_schema_inference_with_globs(started_cluster):
|
||||
f"desc hdfs('hdfs://hdfs1:9000/data*.jsoncompacteachrow') settings schema_inference_use_cache_for_hdfs=0, input_format_json_infer_incomplete_types_as_strings=0"
|
||||
)
|
||||
|
||||
assert (
|
||||
"CANNOT_EXTRACT_TABLE_STRUCTURE" in result
|
||||
)
|
||||
assert "CANNOT_EXTRACT_TABLE_STRUCTURE" in result
|
||||
|
||||
|
||||
def test_insert_select_schema_inference(started_cluster):
|
||||
|
Loading…
Reference in New Issue
Block a user