This commit is contained in:
Alexey Milovidov 2024-01-06 16:44:38 +01:00
parent d93db9efa6
commit 2751b351cb

View File

@ -463,7 +463,7 @@ def test_schema_inference(started_cluster, format_version):
create_iceberg_table(instance, TABLE_NAME, format)
res = instance.query(f"DESC {TABLE_NAME} FORMAT TSVRaw")
res = instance.query(f"DESC {TABLE_NAME} FORMAT TSVRaw", settings={"print_pretty_type_names": 0})
expected = TSV(
[
["intC", "Nullable(Int32)"],