update test case

This commit is contained in:
lgbo-ustc 2022-06-27 16:23:04 +08:00
parent a3cb066eff
commit 44b68dd651

View File

@ -441,5 +441,5 @@ def test_hive_struct_type(started_cluster):
SELECT day, f_struct.a, f_struct.d.x FROM default.test_hive_types WHERE day = '2022-02-20' SETTINGS input_format_parquet_import_nested=1
"""
)
expected_result = """2022-02-20 aaa 10"""
expected_result = """2022-02-20 aaa 10"""
assert result.strip() == expected_result