Iceberg Test Run Report

DateApr 13, 2026 15:26
Duration1h 15m
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/antalya-26.3/803f9b027095ed2c6ad66a2e08d3de6a0c1cc03e/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
user.namestrtgbb
version26.3.3.20001.altinityantalya
packagehttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-26.3/803f9b027095ed2c6ad66a2e08d3de6a0c1cc03e/build_arm_binary/clickhouse
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashc7897a6a858a9ef9c7b3c519e7291cfd3c2ec646
job.nameiceberg_1
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/24348689732
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-26.3/803f9b027095ed2c6ad66a2e08d3de6a0c1cc03e/build_arm_binary/clickhouse
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
cicdTrue
minio_uriSecret(name='minio_uri')
minio_root_userSecret(name='minio_root_user')
minio_root_passwordSecret(name='minio_root_password')

Summary

97.2%OK
1%Known
1.7%Fail

Statistics

Units OK Fail XFail
Modules
1
1
Features
42
37
5
Scenarios
487
469
9
9
Checks
340
340
Steps
53370
53270
34
66

Fails

Test NameResultMessage
/icebergFail 1h 15m
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 44, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 116, in feature
    Scenario(test=swarm_examples)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 58, in swarm_examples
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT hostName() AS host, count()
            FROM s3('http://minio:9000/warehouse/data/data/**/**.parquet', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')')
            GROUP BY host
            SETTINGS use_hive_partitioning=1, object_storage_cluster='swarm'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engineFail 1h 5m
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 44, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 116, in feature
    Scenario(test=swarm_examples)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 58, in swarm_examples
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT hostName() AS host, count()
            FROM s3('http://minio:9000/warehouse/data/data/**/**.parquet', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')')
            GROUP BY host
            SETTINGS use_hive_partitioning=1, object_storage_cluster='swarm'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalogFail 1h 5m
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 44, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 116, in feature
    Scenario(test=swarm_examples)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 58, in swarm_examples
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT hostName() AS host, count()
            FROM s3('http://minio:9000/warehouse/data/data/**/**.parquet', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')')
            GROUP BY host
            SETTINGS use_hive_partitioning=1, object_storage_cluster='swarm'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/swarmFail 1s 795ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 44, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 116, in feature
    Scenario(test=swarm_examples)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 58, in swarm_examples
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT hostName() AS host, count()
            FROM s3('http://minio:9000/warehouse/data/data/**/**.parquet', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')')
            GROUP BY host
            SETTINGS use_hive_partitioning=1, object_storage_cluster='swarm'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/swarm/swarm examplesFail 1s 794ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 44, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 116, in feature
    Scenario(test=swarm_examples)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/swarm_examples.py", line 58, in swarm_examples
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT hostName() AS host, count()
            FROM s3('http://minio:9000/warehouse/data/data/**/**.parquet', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')')
            GROUP BY host
            SETTINGS use_hive_partitioning=1, object_storage_cluster='swarm'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/iceberg iterator race conditionFail 3s 84ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 59, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/iceberg_iterator_race_condition.py", line 512, in feature
    Scenario(test=iceberg_iterator_race_condition)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/iceberg_iterator_race_condition.py", line 174, in iceberg_iterator_race_condition
    expected_mergetree_result = node.query(
                                ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT string_col, long_col
                FROM comparison_table_31aa0e2b_3757_11f1_b378_9200078fb487
                WHERE string_col IN (SELECT string_col FROM local_table_3149d22c_3757_11f1_bca8_9200078fb487)
                ORDER BY string_col
                SETTINGS use_iceberg_partition_pruning = 1,
                    object_storage_cluster_join_mode = 'local',
                    object_storage_cluster = 'replicated_cluster'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/iceberg iterator race condition/iceberg iterator race conditionFail 3s 83ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 59, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/iceberg_iterator_race_condition.py", line 512, in feature
    Scenario(test=iceberg_iterator_race_condition)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/iceberg_iterator_race_condition.py", line 174, in iceberg_iterator_race_condition
    expected_mergetree_result = node.query(
                                ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster'. (UNKNOWN_SETTING)
(query: SELECT string_col, long_col
                FROM comparison_table_31aa0e2b_3757_11f1_b378_9200078fb487
                WHERE string_col IN (SELECT string_col FROM local_table_3149d22c_3757_11f1_bca8_9200078fb487)
                ORDER BY string_col
                SETTINGS use_iceberg_partition_pruning = 1,
                    object_storage_cluster_join_mode = 'local',
                    object_storage_cluster = 'replicated_cluster'

)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezoneFail 11s 76ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 251, in feature
    Scenario(test=sort_key_with_day_transform_and_utc_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 116, in sort_key_with_day_transform_and_utc_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and utc timezoneFail 1s 594ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 251, in feature
    Scenario(test=sort_key_with_day_transform_and_utc_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 116, in sort_key_with_day_transform_and_utc_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with hour transform and utc timezoneFail 1s 607ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 254, in feature
    Scenario(test=sort_key_with_hour_transform_and_utc_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 133, in sort_key_with_hour_transform_and_utc_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with month transform and utc timezoneFail 1s 608ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 257, in feature
    Scenario(test=sort_key_with_month_transform_and_utc_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 150, in sort_key_with_month_transform_and_utc_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with year transform and utc timezoneFail 1s 588ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 260, in feature
    Scenario(test=sort_key_with_year_transform_and_utc_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 167, in sort_key_with_year_transform_and_utc_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and positive utc offset timezoneFail 1s 561ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 263, in feature
    Scenario(test=sort_key_with_day_transform_and_positive_utc_offset_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 188, in sort_key_with_day_transform_and_positive_utc_offset_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and negative utc offset timezoneFail 1s 548ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 266, in feature
    Scenario(test=sort_key_with_day_transform_and_negative_utc_offset_timezone)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 209, in sort_key_with_day_transform_and_negative_utc_offset_timezone
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and timestamptz typeFail 1s 562ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 68, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 269, in feature
    Scenario(test=sort_key_with_day_transform_and_timestamptz_type)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 228, in sort_key_with_day_transform_and_timestamptz_type
    run_sort_key_timezone_scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/sort_key_timezone.py", line 94, in run_sort_key_timezone_scenario
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--iceberg_partition_timezone'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|

Known Fails

Test NameResultMessage
/iceberg/iceberg engine/rest catalog/predicate push down/issue with decimal columnXFail 2s 152ms
https://github.com/ClickHouse/ClickHouse/issues/80200
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 20, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 553, in feature
    Scenario(test=issue_with_decimal_column)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 459, in issue_with_decimal_column
    check_read_with_predicate_push_down(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 69, in check_read_with_predicate_push_down
    assert int(read_rows.output.strip()) == 0, error(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  @TestStep(Then)
  def check_read_with_predicate_push_down(
      self, where_clause, database_name, namespace, table_name
  ):
      """Check that ClickHouse does not read any rows when predicate pushdown is enabled
      and the condition does not match any data.
      """
      with By("drop all caches"):
          common.drop_all_caches(node=self.context.node)

      with And("read with input_format_parquet_filter_push_down"):
          log_comment_with_pruning = f"with_pruning_{getuid()}"
          result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
              database_name=database_name,
              namespace=namespace,
              table_name=table_name,
              where_clause=where_clause,
              input_format_parquet_filter_push_down="1",
              log_comment=log_comment_with_pruning,
              use_iceberg_metadata_files_cache="0",
              use_iceberg_partition_pruning="0",
              input_format_parquet_bloom_filter_push_down="0"
          )
          assert result.output.strip() == "", error()

      with And(f"check that 0 rows were read"):
          read_rows = metrics.get_read_rows(
              log_comment=log_comment_with_pruning,
          )
          assert int(read_rows.output.strip()) == 0, error(

Description
  Expected 0 rows to be read, with where clause: decimal < 0.5, but got 10

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py', line 69 in 'check_read_with_predicate_push_down'

61\|              input_format_parquet_bloom_filter_push_down="0"
62\|          )
63\|          assert result.output.strip() == "", error()
64\|  
65\|      with And(f"check that 0 rows were read"):
66\|          read_rows = metrics.get_read_rows(
67\|              log_comment=log_comment_with_pruning,
68\|          )
69\|>         assert int(read_rows.output.strip()) == 0, error(
70\|              f"Expected 0 rows to be read, with where clause: {where_clause}, but got {read_rows.output.strip()}"
71\|          )
72\|
/iceberg/iceberg engine/rest catalog/predicate push down/issue with float columnXFail 2s 98ms
https://github.com/ClickHouse/ClickHouse/issues/80200
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 20, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 556, in feature
    Scenario(test=issue_with_float_column)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 529, in issue_with_float_column
    check_read_with_predicate_push_down(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 69, in check_read_with_predicate_push_down
    assert int(read_rows.output.strip()) == 0, error(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  @TestStep(Then)
  def check_read_with_predicate_push_down(
      self, where_clause, database_name, namespace, table_name
  ):
      """Check that ClickHouse does not read any rows when predicate pushdown is enabled
      and the condition does not match any data.
      """
      with By("drop all caches"):
          common.drop_all_caches(node=self.context.node)

      with And("read with input_format_parquet_filter_push_down"):
          log_comment_with_pruning = f"with_pruning_{getuid()}"
          result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
              database_name=database_name,
              namespace=namespace,
              table_name=table_name,
              where_clause=where_clause,
              input_format_parquet_filter_push_down="1",
              log_comment=log_comment_with_pruning,
              use_iceberg_metadata_files_cache="0",
              use_iceberg_partition_pruning="0",
              input_format_parquet_bloom_filter_push_down="0"
          )
          assert result.output.strip() == "", error()

      with And(f"check that 0 rows were read"):
          read_rows = metrics.get_read_rows(
              log_comment=log_comment_with_pruning,
          )
          assert int(read_rows.output.strip()) == 0, error(

Description
  Expected 0 rows to be read, with where clause: float < 0.5, but got 10

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py', line 69 in 'check_read_with_predicate_push_down'

61\|              input_format_parquet_bloom_filter_push_down="0"
62\|          )
63\|          assert result.output.strip() == "", error()
64\|  
65\|      with And(f"check that 0 rows were read"):
66\|          read_rows = metrics.get_read_rows(
67\|              log_comment=log_comment_with_pruning,
68\|          )
69\|>         assert int(read_rows.output.strip()) == 0, error(
70\|              f"Expected 0 rows to be read, with where clause: {where_clause}, but got {read_rows.output.strip()}"
71\|          )
72\|
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/check iceberg partition pruning with integer typeXFail 5s 639ms
https://github.com/ClickHouse/ClickHouse/issues/93416
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 53, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py", line 717, in feature
    Scenario(test=check_iceberg_partition_pruning_with_integer_type)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py", line 161, in check_iceberg_partition_pruning_with_integer_type
    assert int(s3_read_requests_count) <= max_count, error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert int(s3_read_requests_count) <= max_count, error()

Assertion values
  assert int(s3_read_requests_count) <= max_count, error()
             ^ is '74'
  assert int(s3_read_requests_count) <= max_count, error()
         ^ is = 74
  assert int(s3_read_requests_count) <= max_count, error()
                                        ^ is 53
  assert int(s3_read_requests_count) <= max_count, error()
                                     ^ is = False
  assert int(s3_read_requests_count) <= max_count, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py', line 161 in 'check_iceberg_partition_pruning_with_integer_type'

153\|                  # 2 requests for each row: one for metadata and one for data
154\|                  # 3-5 requests for metadata files
155\|                  s3_read_requests_count = metrics.get_S3ReadRequestsCount(
156\|                      log_comment=log_comment_with_partition_pruning,
157\|                  ).output.strip()
158\|                  min_count = 2 * (length - i) + 3
159\|                  max_count = 2 * (length - i) + 13
160\|                  assert min_count <= int(s3_read_requests_count), error()
161\|>                 assert int(s3_read_requests_count) <= max_count, error()
162\|  
163\|      with And("read data from ClickHouse with partition pruning disabled"):
164\|          for i in range(length):
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/check partition pruning with complex where clauseXFail 4s 455ms
https://github.com/ClickHouse/ClickHouse/issues/93416
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 53, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py", line 720, in feature
    Scenario(test=check_partition_pruning_with_complex_where_clause)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py", line 367, in check_partition_pruning_with_complex_where_clause
    assert int(s3_read_requests_count) <= 22, error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert int(s3_read_requests_count) <= 22, error()

Assertion values
  assert int(s3_read_requests_count) <= 22, error()
             ^ is '26'
  assert int(s3_read_requests_count) <= 22, error()
         ^ is = 26
  assert int(s3_read_requests_count) <= 22, error()
                                     ^ is = False
  assert int(s3_read_requests_count) <= 22, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py', line 367 in 'check_partition_pruning_with_complex_where_clause'

359\|              assert int(min_max_pruned_files) == 43, error()
360\|  
361\|      with And("check that S3ReadRequestsCount is correct"):
362\|          s3_read_requests_count = metrics.get_S3ReadRequestsCount(
363\|              log_comment=log_comment_with_partition_pruning,
364\|          ).output.strip()
365\|          if check_clickhouse_version(">=25.4")(self) or check_if_antalya_build(self):
366\|              assert 10 <= int(s3_read_requests_count), error()
367\|>             assert int(s3_read_requests_count) <= 22, error()
368\|          else:
369\|              assert 95 <= int(s3_read_requests_count), error()
370\|              assert int(s3_read_requests_count) <= 100, error()
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/partition pruning with date typeXFail 3s 386ms
https://github.com/ClickHouse/ClickHouse/issues/93416
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 341, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 53, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py", line 723, in feature
    Scenario(test=partition_pruning_with_date_type)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py", line 512, in partition_pruning_with_date_type
    assert int(s3_read_requests_count) <= 150, error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert int(s3_read_requests_count) <= 150, error()

Assertion values
  assert int(s3_read_requests_count) <= 150, error()
             ^ is '215'
  assert int(s3_read_requests_count) <= 150, error()
         ^ is = 215
  assert int(s3_read_requests_count) <= 150, error()
                                     ^ is = False
  assert int(s3_read_requests_count) <= 150, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/use_iceberg_partition_pruning.py', line 512 in 'partition_pruning_with_date_type'

504\|              assert int(min_max_pruned_files) == 0, error()
505\|  
506\|      with And("check that S3ReadRequestsCount is correct"):
507\|          s3_read_requests_count = metrics.get_S3ReadRequestsCount(
508\|              log_comment=log_comment_with_partition_pruning,
509\|          ).output.strip()
510\|          if check_clickhouse_version(">=25.3")(self) or check_if_antalya_build(self):
511\|              assert 137 <= int(s3_read_requests_count), error()
512\|>             assert int(s3_read_requests_count) <= 150, error()
513\|          else:
514\|              assert 200 <= int(s3_read_requests_count), error()
515\|              assert int(s3_read_requests_count) <= 210, error()
/iceberg/iceberg cache/rest catalog/iceberg database engine/cacheXFail 2s 485ms
https://github.com/Altinity/ClickHouse/issues/1277
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 357, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/feature.py", line 10, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/iceberg_database_engine.py", line 118, in feature
    Scenario(test=cache)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/iceberg_database_engine.py", line 88, in cache
    _, cold_run_time = run_query_with_timing(
                       ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/iceberg_database_engine.py", line 61, in run_query_with_timing
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--input_format_parquet_use_metadata_cache'. Maybe you meant ['--input_format_parquet_use_offset_index','--output_format_parquet_geometadata']. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg cache/rest catalog/icebergS3 table function/cacheXFail 11s 204ms
https://github.com/Altinity/ClickHouse/issues/1277
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 357, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/feature.py", line 16, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/icebergS3_table_function.py", line 80, in feature
    Scenario(test=cache)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/icebergS3_table_function.py", line 44, in cache
    icebergS3.read_parquet_data_with_icebergS3_table_function(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/icebergS3.py", line 304, in read_parquet_data_with_icebergS3_table_function
    node.query(query)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'input_format_parquet_use_metadata_cache': Maybe you meant ['input_format_parquet_use_offset_index','output_format_parquet_geometadata']. (UNKNOWN_SETTING)
(query: SELECT * FROM icebergS3('http://minio:9000/warehouse/data/', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')', Parquet) WHERE date_col > '2030-01-01' SETTINGS optimize_count_from_files=0, remote_filesystem_read_prefetch=0, log_comment='log_7f0e49e7_3757_11f1_8e4c_9200078fb487', use_hive_partitioning=1, input_format_parquet_use_metadata_cache=1,input_format_parquet_filter_push_down=1
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg cache/glue catalog/iceberg database engine/cacheXFail 2s 767ms
https://github.com/Altinity/ClickHouse/issues/1277
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 357, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/feature.py", line 22, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/iceberg_database_engine.py", line 118, in feature
    Scenario(test=cache)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/iceberg_database_engine.py", line 88, in cache
    _, cold_run_time = run_query_with_timing(
                       ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/iceberg_database_engine.py", line 61, in run_query_with_timing
    result = iceberg_engine.read_data_from_clickhouse_iceberg_table(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_engine.py", line 337, in read_data_from_clickhouse_iceberg_table
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 552. DB::Exception: Unrecognized option '--input_format_parquet_use_metadata_cache'. Maybe you meant ['--input_format_parquet_use_offset_index','--output_format_parquet_geometadata']. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|
/iceberg/iceberg cache/glue catalog/icebergS3 table function/cacheXFail 11s 208ms
https://github.com/Altinity/ClickHouse/issues/1277
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 367, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 357, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/feature.py", line 28, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/icebergS3_table_function.py", line 80, in feature
    Scenario(test=cache)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/cache/icebergS3_table_function.py", line 44, in cache
    icebergS3.read_parquet_data_with_icebergS3_table_function(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/icebergS3.py", line 304, in read_parquet_data_with_icebergS3_table_function
    node.query(query)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1163, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 26.3.3):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'input_format_parquet_use_metadata_cache': Maybe you meant ['input_format_parquet_use_offset_index','output_format_parquet_geometadata']. (UNKNOWN_SETTING)
(query: SELECT * FROM icebergS3('http://minio:9000/warehouse/data/', '[masked]:Secret(name='minio_root_user')', '[masked]:Secret(name='minio_root_password')', Parquet) WHERE date_col > '2030-01-01' SETTINGS optimize_count_from_files=0, remote_filesystem_read_prefetch=0, log_comment='log_8927f987_3757_11f1_a066_9200078fb487', use_hive_partitioning=1, input_format_parquet_use_metadata_cache=1,input_format_parquet_filter_push_down=1
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py', line 1163 in 'query'

1155\|                  assert message in r.output, error(r.output)
1156\|  
1157\|          if not ignore_exception:
1158\|              if message is None or "Exception:" not in message:
1159\|                  with Then("check if output has exception") if steps else NullStep():
1160\|                      if "Exception:" in r.output:
1161\|                          if raise_on_exception:
1162\|                              raise QueryRuntimeException(r.output)
1163\|>                         assert False, error(r.output)
1164\|  
1165\|          return r
1166\|

Results

Test Name Result Duration
/iceberg Fail 1h 15m
/iceberg/iceberg engine Fail 1h 5m
/iceberg/iceberg engine/rest catalog Fail 1h 5m
/iceberg/iceberg engine/rest catalog/feature OK 42s 405ms
/iceberg/iceberg engine/rest catalog/feature/sanity OK 4s 593ms
/iceberg/iceberg engine/rest catalog/feature/sort order OK 15s 386ms
/iceberg/iceberg engine/rest catalog/feature/recreate table OK 2s 100ms
/iceberg/iceberg engine/rest catalog/feature/multiple tables OK 2s 236ms
/iceberg/iceberg engine/rest catalog/feature/recreate table and database OK 4s 320ms
/iceberg/iceberg engine/rest catalog/feature/rename database OK 1s 488ms
/iceberg/iceberg engine/rest catalog/feature/rename table from iceberg database OK 1s 480ms
/iceberg/iceberg engine/rest catalog/feature/use database OK 1s 631ms
/iceberg/iceberg engine/rest catalog/feature/array join OK 1s 694ms
/iceberg/iceberg engine/rest catalog/feature/show data lake catalogs in system tables OK 1s 960ms
/iceberg/iceberg engine/rest catalog/feature/show tables queries OK 1s 870ms
/iceberg/iceberg engine/rest catalog/feature/show databases queries OK 1s 748ms
/iceberg/iceberg engine/rest catalog/feature/boolean issue OK 1s 887ms
/iceberg/iceberg engine/rest catalog/feature OK 13s 811ms
/iceberg/iceberg engine/rest catalog/feature/alter column OK 3s 226ms
/iceberg/iceberg engine/rest catalog/feature/alter comment columns OK 1s 760ms
/iceberg/iceberg engine/rest catalog/feature/alter partitions OK 3s 940ms
/iceberg/iceberg engine/rest catalog/feature/alter settings OK 1s 660ms
/iceberg/iceberg engine/rest catalog/feature/alter delete OK 1s 595ms
/iceberg/iceberg engine/rest catalog/feature/alter order by OK 1s 625ms
/iceberg/iceberg engine/rest catalog/column rbac OK 8m 59s
/iceberg/iceberg engine/rest catalog/column rbac/combination #0 OK 5s 243ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #1 OK 5s 247ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #2 OK 5s 34ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #3 OK 5s 334ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #4 OK 5s 321ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #5 OK 5s 139ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #6 OK 5s 451ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #7 OK 5s 150ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #8 OK 5s 222ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #9 OK 5s 834ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #10 OK 5s 527ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #11 OK 5s 320ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #12 OK 5s 107ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #13 OK 5s 151ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #14 OK 5s 68ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #15 OK 6s 574ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #16 OK 5s 834ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #17 OK 5s 471ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #18 OK 5s 93ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #19 OK 5s 143ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #20 OK 5s 356ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #21 OK 5s 132ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #22 OK 5s 317ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #23 OK 5s 15ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #24 OK 5s 341ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #25 OK 4s 984ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #26 OK 5s 210ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #27 OK 5s 154ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #28 OK 5s 302ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #29 OK 5s 570ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #30 OK 5s 309ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #31 OK 5s 291ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #32 OK 4s 970ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #33 OK 5s 477ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #34 OK 5s 176ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #35 OK 5s 105ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #36 OK 5s 53ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #37 OK 5s 356ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #38 OK 5s 93ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #39 OK 5s 65ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #40 OK 5s 350ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #41 OK 5s 137ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #42 OK 6s 204ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #43 OK 5s 448ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #44 OK 5s 238ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #45 OK 5s 719ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #46 OK 5s 117ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #47 OK 5s 635ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #48 OK 5s 30ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #49 OK 5s 406ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #50 OK 5s 133ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #51 OK 5s 840ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #52 OK 5s 55ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #53 OK 5s 510ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #54 OK 5s 36ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #55 OK 5s 166ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #56 OK 5s 19ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #57 OK 5s 351ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #58 OK 5s 574ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #59 OK 5s 242ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #60 OK 5s 763ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #61 OK 5s 208ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #62 OK 5s 80ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #63 OK 5s 254ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #64 OK 5s 70ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #65 OK 5s 137ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #66 OK 5s 136ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #67 OK 6s 6ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #68 OK 5s 544ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #69 OK 5s 286ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #70 OK 5s 52ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #71 OK 5s 472ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #72 OK 5s 459ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #73 OK 5s 118ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #74 OK 5s 102ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #75 OK 5s 409ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #76 OK 5s 943ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #77 OK 5s 6ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #78 OK 6s 606ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #79 OK 5s 195ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #80 OK 5s 176ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #81 OK 5s 178ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #82 OK 5s 243ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #83 OK 5s 549ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #84 OK 5s 335ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #85 OK 5s 608ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #86 OK 5s 256ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #87 OK 5s 607ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #88 OK 5s 63ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #89 OK 5s 220ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #90 OK 5s 465ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #91 OK 6s 516ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #92 OK 5s 539ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #93 OK 4s 996ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #94 OK 5s 249ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #95 OK 5s 218ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #96 OK 5s 268ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #97 OK 6s 733ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #98 OK 5s 199ms
/iceberg/iceberg engine/rest catalog/column rbac/combination #99 OK 5s 734ms
/iceberg/iceberg engine/rest catalog/predicate push down OK 50s 290ms
/iceberg/iceberg engine/rest catalog/predicate push down/check input format parquet filter push down OK 46s 36ms
/iceberg/iceberg engine/rest catalog/predicate push down/issue with decimal column XFail 2s 152ms
/iceberg/iceberg engine/rest catalog/predicate push down/issue with float column XFail 2s 98ms
/iceberg/iceberg engine/rest catalog/feature OK 6s 826ms
/iceberg/iceberg engine/rest catalog/feature/select privilege OK 2s 243ms
/iceberg/iceberg engine/rest catalog/feature/drop table privilege OK 2s 462ms
/iceberg/iceberg engine/rest catalog/feature/drop database privilege OK 2s 118ms
/iceberg/iceberg engine/rest catalog/feature OK 1m 24s
/iceberg/iceberg engine/rest catalog/feature/row policies OK 1m 24s
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #0 OK 753ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #1 OK 870ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #2 OK 779ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #3 OK 697ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #4 OK 817ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #5 OK 864ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #6 OK 804ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #7 OK 764ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #8 OK 877ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #9 OK 842ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #10 OK 825ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #11 OK 746ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #12 OK 793ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #13 OK 688ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #14 OK 717ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #15 OK 694ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #16 OK 751ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #17 OK 865ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #18 OK 855ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #19 OK 761ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #20 OK 782ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #21 OK 775ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #22 OK 799ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #23 OK 860ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #24 OK 847ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #25 OK 715ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #26 OK 869ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #27 OK 881ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #28 OK 769ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #29 OK 854ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #30 OK 848ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #31 OK 777ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #32 OK 725ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #33 OK 871ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #34 OK 857ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #35 OK 707ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #36 OK 784ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #37 OK 784ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #38 OK 866ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #39 OK 717ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #40 OK 724ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #41 OK 789ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #42 OK 752ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #43 OK 839ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #44 OK 788ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #45 OK 843ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #46 OK 853ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #47 OK 776ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #48 OK 887ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #49 OK 792ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #50 OK 725ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #51 OK 853ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #52 OK 797ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #53 OK 876ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #54 OK 805ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #55 OK 766ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #56 OK 862ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #57 OK 905ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #58 OK 930ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #59 OK 719ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #60 OK 817ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #61 OK 862ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #62 OK 863ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #63 OK 707ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #64 OK 870ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #65 OK 785ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #66 OK 775ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #67 OK 829ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #68 OK 763ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #69 OK 789ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #70 OK 860ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #71 OK 703ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #72 OK 867ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #73 OK 789ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #74 OK 878ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #75 OK 791ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #76 OK 766ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #77 OK 775ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #78 OK 706ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #79 OK 838ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #80 OK 856ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #81 OK 817ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #82 OK 691ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #83 OK 787ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #84 OK 806ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #85 OK 789ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #86 OK 688ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #87 OK 832ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #88 OK 880ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #89 OK 881ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #90 OK 750ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #91 OK 714ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #92 OK 784ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #93 OK 866ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #94 OK 710ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #95 OK 780ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #96 OK 860ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #97 OK 836ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #98 OK 796ms
/iceberg/iceberg engine/rest catalog/feature/row policies/combination #99 OK 803ms
/iceberg/iceberg engine/rest catalog/sql clauses OK 4s 475ms
/iceberg/iceberg engine/rest catalog/sql clauses/where clause OK 552ms
/iceberg/iceberg engine/rest catalog/sql clauses/prewhere clause OK 136ms
/iceberg/iceberg engine/rest catalog/sql clauses/group by clause OK 140ms
/iceberg/iceberg engine/rest catalog/sql clauses/having clause OK 135ms
/iceberg/iceberg engine/rest catalog/sql clauses/limit clause OK 262ms
/iceberg/iceberg engine/rest catalog/sql clauses/distinct clause OK 136ms
/iceberg/iceberg engine/rest catalog/sql clauses/join clause OK 823ms
/iceberg/iceberg engine/rest catalog/sql clauses/order by clause OK 663ms
/iceberg/iceberg engine/rest catalog/feature OK 22m 55s
/iceberg/iceberg engine/rest catalog/feature/run equality deletes combinations OK 22m 55s
/iceberg/iceberg engine/rest catalog/feature OK 4s 522ms
/iceberg/iceberg engine/rest catalog/feature/overwrite OK 2s 275ms
/iceberg/iceberg engine/rest catalog/feature/append OK 2s 245ms
/iceberg/iceberg engine/rest catalog/schema evolution OK 18m 17s
/iceberg/iceberg engine/rest catalog/schema evolution/#0 OK 10s 991ms
/iceberg/iceberg engine/rest catalog/schema evolution/#1 OK 11s 393ms
/iceberg/iceberg engine/rest catalog/schema evolution/#2 OK 11s 209ms
/iceberg/iceberg engine/rest catalog/schema evolution/#3 OK 10s 765ms
/iceberg/iceberg engine/rest catalog/schema evolution/#4 OK 10s 797ms
/iceberg/iceberg engine/rest catalog/schema evolution/#5 OK 10s 856ms
/iceberg/iceberg engine/rest catalog/schema evolution/#6 OK 10s 806ms
/iceberg/iceberg engine/rest catalog/schema evolution/#7 OK 11s 143ms
/iceberg/iceberg engine/rest catalog/schema evolution/#8 OK 10s 986ms
/iceberg/iceberg engine/rest catalog/schema evolution/#9 OK 10s 608ms
/iceberg/iceberg engine/rest catalog/schema evolution/#10 OK 10s 873ms
/iceberg/iceberg engine/rest catalog/schema evolution/#11 OK 11s 349ms
/iceberg/iceberg engine/rest catalog/schema evolution/#12 OK 11s 82ms
/iceberg/iceberg engine/rest catalog/schema evolution/#13 OK 11s 138ms
/iceberg/iceberg engine/rest catalog/schema evolution/#14 OK 11s 326ms
/iceberg/iceberg engine/rest catalog/schema evolution/#15 OK 10s 799ms
/iceberg/iceberg engine/rest catalog/schema evolution/#16 OK 10s 876ms
/iceberg/iceberg engine/rest catalog/schema evolution/#17 OK 10s 956ms
/iceberg/iceberg engine/rest catalog/schema evolution/#18 OK 11s 236ms
/iceberg/iceberg engine/rest catalog/schema evolution/#19 OK 10s 713ms
/iceberg/iceberg engine/rest catalog/schema evolution/#20 OK 11s 297ms
/iceberg/iceberg engine/rest catalog/schema evolution/#21 OK 10s 812ms
/iceberg/iceberg engine/rest catalog/schema evolution/#22 OK 11s 49ms
/iceberg/iceberg engine/rest catalog/schema evolution/#23 OK 11s 423ms
/iceberg/iceberg engine/rest catalog/schema evolution/#24 OK 11s 67ms
/iceberg/iceberg engine/rest catalog/schema evolution/#25 OK 10s 944ms
/iceberg/iceberg engine/rest catalog/schema evolution/#26 OK 10s 605ms
/iceberg/iceberg engine/rest catalog/schema evolution/#27 OK 11s 330ms
/iceberg/iceberg engine/rest catalog/schema evolution/#28 OK 10s 893ms
/iceberg/iceberg engine/rest catalog/schema evolution/#29 OK 11s 324ms
/iceberg/iceberg engine/rest catalog/schema evolution/#30 OK 11s 98ms
/iceberg/iceberg engine/rest catalog/schema evolution/#31 OK 10s 932ms
/iceberg/iceberg engine/rest catalog/schema evolution/#32 OK 11s 171ms
/iceberg/iceberg engine/rest catalog/schema evolution/#33 OK 10s 825ms
/iceberg/iceberg engine/rest catalog/schema evolution/#34 OK 10s 904ms
/iceberg/iceberg engine/rest catalog/schema evolution/#35 OK 10s 720ms
/iceberg/iceberg engine/rest catalog/schema evolution/#36 OK 11s 229ms
/iceberg/iceberg engine/rest catalog/schema evolution/#37 OK 11s 37ms
/iceberg/iceberg engine/rest catalog/schema evolution/#38 OK 10s 869ms
/iceberg/iceberg engine/rest catalog/schema evolution/#39 OK 11s 277ms
/iceberg/iceberg engine/rest catalog/schema evolution/#40 OK 10s 826ms
/iceberg/iceberg engine/rest catalog/schema evolution/#41 OK 11s 73ms
/iceberg/iceberg engine/rest catalog/schema evolution/#42 OK 10s 978ms
/iceberg/iceberg engine/rest catalog/schema evolution/#43 OK 10s 717ms
/iceberg/iceberg engine/rest catalog/schema evolution/#44 OK 10s 893ms
/iceberg/iceberg engine/rest catalog/schema evolution/#45 OK 10s 917ms
/iceberg/iceberg engine/rest catalog/schema evolution/#46 OK 10s 757ms
/iceberg/iceberg engine/rest catalog/schema evolution/#47 OK 10s 780ms
/iceberg/iceberg engine/rest catalog/schema evolution/#48 OK 11s 129ms
/iceberg/iceberg engine/rest catalog/schema evolution/#49 OK 10s 717ms
/iceberg/iceberg engine/rest catalog/schema evolution/#50 OK 11s 323ms
/iceberg/iceberg engine/rest catalog/schema evolution/#51 OK 11s 227ms
/iceberg/iceberg engine/rest catalog/schema evolution/#52 OK 11s 118ms
/iceberg/iceberg engine/rest catalog/schema evolution/#53 OK 11s 123ms
/iceberg/iceberg engine/rest catalog/schema evolution/#54 OK 11s 144ms
/iceberg/iceberg engine/rest catalog/schema evolution/#55 OK 10s 798ms
/iceberg/iceberg engine/rest catalog/schema evolution/#56 OK 11s 24ms
/iceberg/iceberg engine/rest catalog/schema evolution/#57 OK 10s 852ms
/iceberg/iceberg engine/rest catalog/schema evolution/#58 OK 10s 701ms
/iceberg/iceberg engine/rest catalog/schema evolution/#59 OK 11s 299ms
/iceberg/iceberg engine/rest catalog/schema evolution/#60 OK 11s 88ms
/iceberg/iceberg engine/rest catalog/schema evolution/#61 OK 10s 962ms
/iceberg/iceberg engine/rest catalog/schema evolution/#62 OK 10s 974ms
/iceberg/iceberg engine/rest catalog/schema evolution/#63 OK 10s 602ms
/iceberg/iceberg engine/rest catalog/schema evolution/#64 OK 11s 85ms
/iceberg/iceberg engine/rest catalog/schema evolution/#65 OK 11s 32ms
/iceberg/iceberg engine/rest catalog/schema evolution/#66 OK 10s 895ms
/iceberg/iceberg engine/rest catalog/schema evolution/#67 OK 10s 713ms
/iceberg/iceberg engine/rest catalog/schema evolution/#68 OK 11s 62ms
/iceberg/iceberg engine/rest catalog/schema evolution/#69 OK 10s 607ms
/iceberg/iceberg engine/rest catalog/schema evolution/#70 OK 11s 54ms
/iceberg/iceberg engine/rest catalog/schema evolution/#71 OK 10s 897ms
/iceberg/iceberg engine/rest catalog/schema evolution/#72 OK 11s 477ms
/iceberg/iceberg engine/rest catalog/schema evolution/#73 OK 11s 276ms
/iceberg/iceberg engine/rest catalog/schema evolution/#74 OK 10s 873ms
/iceberg/iceberg engine/rest catalog/schema evolution/#75 OK 11s 38ms
/iceberg/iceberg engine/rest catalog/schema evolution/#76 OK 10s 727ms
/iceberg/iceberg engine/rest catalog/schema evolution/#77 OK 10s 304ms
/iceberg/iceberg engine/rest catalog/schema evolution/#78 OK 11s 450ms
/iceberg/iceberg engine/rest catalog/schema evolution/#79 OK 11s 161ms
/iceberg/iceberg engine/rest catalog/schema evolution/#80 OK 10s 960ms
/iceberg/iceberg engine/rest catalog/schema evolution/#81 OK 10s 874ms
/iceberg/iceberg engine/rest catalog/schema evolution/#82 OK 11s 107ms
/iceberg/iceberg engine/rest catalog/schema evolution/#83 OK 10s 708ms
/iceberg/iceberg engine/rest catalog/schema evolution/#84 OK 11s 215ms
/iceberg/iceberg engine/rest catalog/schema evolution/#85 OK 11s 4ms
/iceberg/iceberg engine/rest catalog/schema evolution/#86 OK 11s 69ms
/iceberg/iceberg engine/rest catalog/schema evolution/#87 OK 10s 776ms
/iceberg/iceberg engine/rest catalog/schema evolution/#88 OK 10s 735ms
/iceberg/iceberg engine/rest catalog/schema evolution/#89 OK 10s 897ms
/iceberg/iceberg engine/rest catalog/schema evolution/#90 OK 10s 943ms
/iceberg/iceberg engine/rest catalog/schema evolution/#91 OK 11s 127ms
/iceberg/iceberg engine/rest catalog/schema evolution/#92 OK 10s 838ms
/iceberg/iceberg engine/rest catalog/schema evolution/#93 OK 10s 837ms
/iceberg/iceberg engine/rest catalog/schema evolution/#94 OK 10s 811ms
/iceberg/iceberg engine/rest catalog/schema evolution/#95 OK 10s 965ms
/iceberg/iceberg engine/rest catalog/schema evolution/#96 OK 10s 904ms
/iceberg/iceberg engine/rest catalog/schema evolution/#97 OK 10s 657ms
/iceberg/iceberg engine/rest catalog/schema evolution/#98 OK 10s 774ms
/iceberg/iceberg engine/rest catalog/schema evolution/#99 OK 10s 959ms
/iceberg/iceberg engine/rest catalog/swarm Fail 1s 795ms
/iceberg/iceberg engine/rest catalog/swarm/swarm examples Fail 1s 794ms
/iceberg/iceberg engine/rest catalog/nested datatypes OK 1m 56s
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 1 OK 2s 200ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 51 OK 2s 580ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 101 OK 3s 27ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 151 OK 3s 192ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 201 OK 3s 629ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 251 OK 3s 870ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 301 OK 4s 232ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 351 OK 4s 804ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 401 OK 5s 385ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 451 OK 5s 620ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 501 OK 6s 82ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 551 OK 5s 865ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 601 OK 6s 814ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 651 OK 7s 216ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 701 OK 7s 661ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 751 OK 8s 387ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 801 OK 8s 198ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 851 OK 8s 559ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 901 OK 9s 121ms
/iceberg/iceberg engine/rest catalog/nested datatypes/number of columns 951 OK 9s 821ms
/iceberg/iceberg engine/rest catalog/partition evolution OK 8m 51s
/iceberg/iceberg engine/rest catalog/partition evolution/#0 OK 5s 295ms
/iceberg/iceberg engine/rest catalog/partition evolution/#1 OK 5s 378ms
/iceberg/iceberg engine/rest catalog/partition evolution/#2 OK 5s 265ms
/iceberg/iceberg engine/rest catalog/partition evolution/#3 OK 5s 177ms
/iceberg/iceberg engine/rest catalog/partition evolution/#4 OK 5s 267ms
/iceberg/iceberg engine/rest catalog/partition evolution/#5 OK 5s 344ms
/iceberg/iceberg engine/rest catalog/partition evolution/#6 OK 5s 328ms
/iceberg/iceberg engine/rest catalog/partition evolution/#7 OK 5s 618ms
/iceberg/iceberg engine/rest catalog/partition evolution/#8 OK 5s 290ms
/iceberg/iceberg engine/rest catalog/partition evolution/#9 OK 5s 287ms
/iceberg/iceberg engine/rest catalog/partition evolution/#10 OK 5s 335ms
/iceberg/iceberg engine/rest catalog/partition evolution/#11 OK 5s 268ms
/iceberg/iceberg engine/rest catalog/partition evolution/#12 OK 5s 366ms
/iceberg/iceberg engine/rest catalog/partition evolution/#13 OK 5s 183ms
/iceberg/iceberg engine/rest catalog/partition evolution/#14 OK 5s 178ms
/iceberg/iceberg engine/rest catalog/partition evolution/#15 OK 5s 210ms
/iceberg/iceberg engine/rest catalog/partition evolution/#16 OK 5s 331ms
/iceberg/iceberg engine/rest catalog/partition evolution/#17 OK 5s 445ms
/iceberg/iceberg engine/rest catalog/partition evolution/#18 OK 5s 293ms
/iceberg/iceberg engine/rest catalog/partition evolution/#19 OK 5s 320ms
/iceberg/iceberg engine/rest catalog/partition evolution/#20 OK 5s 176ms
/iceberg/iceberg engine/rest catalog/partition evolution/#21 OK 5s 225ms
/iceberg/iceberg engine/rest catalog/partition evolution/#22 OK 5s 338ms
/iceberg/iceberg engine/rest catalog/partition evolution/#23 OK 5s 592ms
/iceberg/iceberg engine/rest catalog/partition evolution/#24 OK 5s 245ms
/iceberg/iceberg engine/rest catalog/partition evolution/#25 OK 5s 162ms
/iceberg/iceberg engine/rest catalog/partition evolution/#26 OK 5s 177ms
/iceberg/iceberg engine/rest catalog/partition evolution/#27 OK 5s 290ms
/iceberg/iceberg engine/rest catalog/partition evolution/#28 OK 5s 317ms
/iceberg/iceberg engine/rest catalog/partition evolution/#29 OK 5s 334ms
/iceberg/iceberg engine/rest catalog/partition evolution/#30 OK 5s 363ms
/iceberg/iceberg engine/rest catalog/partition evolution/#31 OK 5s 320ms
/iceberg/iceberg engine/rest catalog/partition evolution/#32 OK 5s 298ms
/iceberg/iceberg engine/rest catalog/partition evolution/#33 OK 5s 290ms
/iceberg/iceberg engine/rest catalog/partition evolution/#34 OK 5s 427ms
/iceberg/iceberg engine/rest catalog/partition evolution/#35 OK 5s 431ms
/iceberg/iceberg engine/rest catalog/partition evolution/#36 OK 5s 218ms
/iceberg/iceberg engine/rest catalog/partition evolution/#37 OK 5s 490ms
/iceberg/iceberg engine/rest catalog/partition evolution/#38 OK 5s 362ms
/iceberg/iceberg engine/rest catalog/partition evolution/#39 OK 5s 349ms
/iceberg/iceberg engine/rest catalog/partition evolution/#40 OK 5s 388ms
/iceberg/iceberg engine/rest catalog/partition evolution/#41 OK 5s 348ms
/iceberg/iceberg engine/rest catalog/partition evolution/#42 OK 5s 399ms
/iceberg/iceberg engine/rest catalog/partition evolution/#43 OK 5s 239ms
/iceberg/iceberg engine/rest catalog/partition evolution/#44 OK 5s 174ms
/iceberg/iceberg engine/rest catalog/partition evolution/#45 OK 5s 505ms
/iceberg/iceberg engine/rest catalog/partition evolution/#46 OK 5s 405ms
/iceberg/iceberg engine/rest catalog/partition evolution/#47 OK 5s 231ms
/iceberg/iceberg engine/rest catalog/partition evolution/#48 OK 5s 109ms
/iceberg/iceberg engine/rest catalog/partition evolution/#49 OK 5s 293ms
/iceberg/iceberg engine/rest catalog/partition evolution/#50 OK 5s 350ms
/iceberg/iceberg engine/rest catalog/partition evolution/#51 OK 5s 214ms
/iceberg/iceberg engine/rest catalog/partition evolution/#52 OK 5s 527ms
/iceberg/iceberg engine/rest catalog/partition evolution/#53 OK 5s 271ms
/iceberg/iceberg engine/rest catalog/partition evolution/#54 OK 5s 161ms
/iceberg/iceberg engine/rest catalog/partition evolution/#55 OK 5s 303ms
/iceberg/iceberg engine/rest catalog/partition evolution/#56 OK 5s 187ms
/iceberg/iceberg engine/rest catalog/partition evolution/#57 OK 5s 201ms
/iceberg/iceberg engine/rest catalog/partition evolution/#58 OK 5s 409ms
/iceberg/iceberg engine/rest catalog/partition evolution/#59 OK 5s 482ms
/iceberg/iceberg engine/rest catalog/partition evolution/#60 OK 5s 422ms
/iceberg/iceberg engine/rest catalog/partition evolution/#61 OK 5s 200ms
/iceberg/iceberg engine/rest catalog/partition evolution/#62 OK 5s 349ms
/iceberg/iceberg engine/rest catalog/partition evolution/#63 OK 5s 350ms
/iceberg/iceberg engine/rest catalog/partition evolution/#64 OK 5s 277ms
/iceberg/iceberg engine/rest catalog/partition evolution/#65 OK 5s 467ms
/iceberg/iceberg engine/rest catalog/partition evolution/#66 OK 5s 412ms
/iceberg/iceberg engine/rest catalog/partition evolution/#67 OK 5s 366ms
/iceberg/iceberg engine/rest catalog/partition evolution/#68 OK 5s 392ms
/iceberg/iceberg engine/rest catalog/partition evolution/#69 OK 5s 300ms
/iceberg/iceberg engine/rest catalog/partition evolution/#70 OK 5s 362ms
/iceberg/iceberg engine/rest catalog/partition evolution/#71 OK 5s 352ms
/iceberg/iceberg engine/rest catalog/partition evolution/#72 OK 5s 182ms
/iceberg/iceberg engine/rest catalog/partition evolution/#73 OK 5s 413ms
/iceberg/iceberg engine/rest catalog/partition evolution/#74 OK 5s 371ms
/iceberg/iceberg engine/rest catalog/partition evolution/#75 OK 5s 446ms
/iceberg/iceberg engine/rest catalog/partition evolution/#76 OK 5s 276ms
/iceberg/iceberg engine/rest catalog/partition evolution/#77 OK 5s 223ms
/iceberg/iceberg engine/rest catalog/partition evolution/#78 OK 5s 231ms
/iceberg/iceberg engine/rest catalog/partition evolution/#79 OK 5s 440ms
/iceberg/iceberg engine/rest catalog/partition evolution/#80 OK 5s 340ms
/iceberg/iceberg engine/rest catalog/partition evolution/#81 OK 5s 383ms
/iceberg/iceberg engine/rest catalog/partition evolution/#82 OK 5s 197ms
/iceberg/iceberg engine/rest catalog/partition evolution/#83 OK 5s 208ms
/iceberg/iceberg engine/rest catalog/partition evolution/#84 OK 5s 449ms
/iceberg/iceberg engine/rest catalog/partition evolution/#85 OK 5s 198ms
/iceberg/iceberg engine/rest catalog/partition evolution/#86 OK 5s 394ms
/iceberg/iceberg engine/rest catalog/partition evolution/#87 OK 5s 190ms
/iceberg/iceberg engine/rest catalog/partition evolution/#88 OK 5s 269ms
/iceberg/iceberg engine/rest catalog/partition evolution/#89 OK 5s 369ms
/iceberg/iceberg engine/rest catalog/partition evolution/#90 OK 5s 380ms
/iceberg/iceberg engine/rest catalog/partition evolution/#91 OK 5s 347ms
/iceberg/iceberg engine/rest catalog/partition evolution/#92 OK 5s 321ms
/iceberg/iceberg engine/rest catalog/partition evolution/#93 OK 5s 101ms
/iceberg/iceberg engine/rest catalog/partition evolution/#94 OK 5s 151ms
/iceberg/iceberg engine/rest catalog/partition evolution/#95 OK 5s 351ms
/iceberg/iceberg engine/rest catalog/partition evolution/#96 OK 5s 467ms
/iceberg/iceberg engine/rest catalog/partition evolution/#97 OK 5s 293ms
/iceberg/iceberg engine/rest catalog/partition evolution/#98 OK 5s 285ms
/iceberg/iceberg engine/rest catalog/partition evolution/#99 OK 5s 266ms
/iceberg/iceberg engine/rest catalog/iceberg partition pruning OK 23s 99ms
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/check iceberg partition pruning with integer type XFail 5s 639ms
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/check partition pruning with complex where clause XFail 4s 455ms
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/partition pruning with date type XFail 3s 386ms
/iceberg/iceberg engine/rest catalog/iceberg partition pruning/non partitioned table OK 9s 615ms
/iceberg/iceberg engine/rest catalog/datatypes OK 15s 246ms
/iceberg/iceberg engine/rest catalog/datatypes/data types check where OK 15s 245ms
/iceberg/iceberg engine/rest catalog/iceberg iterator race condition Fail 3s 84ms
/iceberg/iceberg engine/rest catalog/iceberg iterator race condition/iceberg iterator race condition Fail 3s 83ms
/iceberg/iceberg engine/rest catalog/dot separated column names OK 3s 676ms
/iceberg/iceberg engine/rest catalog/dot separated column names/sanity dot separated column names OK 1s 650ms
/iceberg/iceberg engine/rest catalog/dot separated column names/all datatypes with dot separated columns OK 2s 23ms
/iceberg/iceberg engine/rest catalog/sort key timezone Fail 11s 76ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and utc timezone Fail 1s 594ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with hour transform and utc timezone Fail 1s 607ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with month transform and utc timezone Fail 1s 608ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with year transform and utc timezone Fail 1s 588ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and positive utc offset timezone Fail 1s 561ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and negative utc offset timezone Fail 1s 548ms
/iceberg/iceberg engine/rest catalog/sort key timezone/sort key with day transform and timestamptz type Fail 1s 562ms
/iceberg/s3 table function OK 1s 486ms
/iceberg/s3 table function/s3 table function OK 1s 485ms
/iceberg/icebergS3 table function OK 1m 40s
/iceberg/icebergS3 table function/rest catalog OK 44s 479ms
/iceberg/icebergS3 table function/rest catalog/icebergS3 table function OK 6s 815ms
/iceberg/icebergS3 table function/rest catalog/icebergS3 table function/sanity OK 1s 647ms
/iceberg/icebergS3 table function/rest catalog/icebergS3 table function/recreate table OK 1s 766ms
/iceberg/icebergS3 table function/rest catalog/icebergS3 table function/recreate table and insert new data OK 1s 693ms
/iceberg/icebergS3 table function/rest catalog/icebergS3 table function/recreate table and insert new data multiple times OK 1s 705ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir OK 37s 649ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning OK 15s 194ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #0∕20 with icebergS3 OK 635ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #1∕20 with icebergS3 OK 809ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #2∕20 with icebergS3 OK 1s 1ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #3∕20 with icebergS3 OK 1s 239ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #4∕20 with icebergS3 OK 1s 440ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #5∕20 with icebergS3 OK 834ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #6∕20 with icebergS3 OK 642ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #7∕20 with icebergS3 OK 479ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #8∕20 with icebergS3 OK 383ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #9∕20 with icebergS3 OK 422ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #10∕20 with icebergS3 OK 435ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #11∕20 with icebergS3 OK 401ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #12∕20 with icebergS3 OK 399ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #13∕20 with icebergS3 OK 410ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #14∕20 with icebergS3 OK 795ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #15∕20 with icebergS3 OK 799ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #16∕20 with icebergS3 OK 790ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #17∕20 with icebergS3 OK 773ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #18∕20 with icebergS3 OK 715ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #19∕20 with icebergS3 OK 418ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #0∕20 with icebergS3Cluster OK 752ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #1∕20 with icebergS3Cluster OK 1s 42ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #2∕20 with icebergS3Cluster OK 1s 203ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #3∕20 with icebergS3Cluster OK 1s 459ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #4∕20 with icebergS3Cluster OK 1s 805ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #5∕20 with icebergS3Cluster OK 1s 139ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #6∕20 with icebergS3Cluster OK 832ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #7∕20 with icebergS3Cluster OK 671ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #8∕20 with icebergS3Cluster OK 593ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #9∕20 with icebergS3Cluster OK 556ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #10∕20 with icebergS3Cluster OK 619ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #11∕20 with icebergS3Cluster OK 642ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #12∕20 with icebergS3Cluster OK 660ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #13∕20 with icebergS3Cluster OK 579ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #14∕20 with icebergS3Cluster OK 1s 550ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #15∕20 with icebergS3Cluster OK 1s 582ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #16∕20 with icebergS3Cluster OK 1s 629ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #17∕20 with icebergS3Cluster OK 1s 610ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #18∕20 with icebergS3Cluster OK 1s 520ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #19∕20 with icebergS3Cluster OK 489ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #0∕20 with DataLakeCatalog OK 518ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #1∕20 with DataLakeCatalog OK 764ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #2∕20 with DataLakeCatalog OK 970ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #3∕20 with DataLakeCatalog OK 1s 175ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #4∕20 with DataLakeCatalog OK 1s 454ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #5∕20 with DataLakeCatalog OK 963ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #6∕20 with DataLakeCatalog OK 673ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #7∕20 with DataLakeCatalog OK 484ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #8∕20 with DataLakeCatalog OK 286ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #9∕20 with DataLakeCatalog OK 182ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #10∕20 with DataLakeCatalog OK 194ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #11∕20 with DataLakeCatalog OK 175ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #12∕20 with DataLakeCatalog OK 191ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #13∕20 with DataLakeCatalog OK 158ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #14∕20 with DataLakeCatalog OK 162ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #15∕20 with DataLakeCatalog OK 180ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #16∕20 with DataLakeCatalog OK 188ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #17∕20 with DataLakeCatalog OK 185ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #18∕20 with DataLakeCatalog OK 173ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/without partitioning/read data from table #19∕20 with DataLakeCatalog OK 152ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning OK 22s 453ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #0∕20 with icebergS3 OK 1s 124ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #1∕20 with icebergS3 OK 1s 328ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #2∕20 with icebergS3 OK 1s 559ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #3∕20 with icebergS3 OK 1s 770ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #4∕20 with icebergS3 OK 1s 997ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #5∕20 with icebergS3 OK 900ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #6∕20 with icebergS3 OK 844ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #7∕20 with icebergS3 OK 850ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #8∕20 with icebergS3 OK 862ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #9∕20 with icebergS3 OK 850ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #10∕20 with icebergS3 OK 854ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #11∕20 with icebergS3 OK 847ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #12∕20 with icebergS3 OK 845ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #13∕20 with icebergS3 OK 807ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #14∕20 with icebergS3 OK 843ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #15∕20 with icebergS3 OK 832ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #16∕20 with icebergS3 OK 820ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #17∕20 with icebergS3 OK 799ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #18∕20 with icebergS3 OK 775ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #19∕20 with icebergS3 OK 803ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #0∕20 with icebergS3Cluster OK 1s 592ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #1∕20 with icebergS3Cluster OK 1s 873ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #2∕20 with icebergS3Cluster OK 2s 181ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #3∕20 with icebergS3Cluster OK 2s 444ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #4∕20 with icebergS3Cluster OK 2s 742ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #5∕20 with icebergS3Cluster OK 1s 541ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #6∕20 with icebergS3Cluster OK 1s 710ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #7∕20 with icebergS3Cluster OK 1s 522ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #8∕20 with icebergS3Cluster OK 1s 565ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #9∕20 with icebergS3Cluster OK 1s 563ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #10∕20 with icebergS3Cluster OK 1s 545ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #11∕20 with icebergS3Cluster OK 1s 591ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #12∕20 with icebergS3Cluster OK 1s 569ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #13∕20 with icebergS3Cluster OK 1s 574ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #14∕20 with icebergS3Cluster OK 1s 726ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #15∕20 with icebergS3Cluster OK 1s 672ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #16∕20 with icebergS3Cluster OK 1s 675ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #17∕20 with icebergS3Cluster OK 1s 686ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #18∕20 with icebergS3Cluster OK 1s 661ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #19∕20 with icebergS3Cluster OK 1s 426ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #0∕20 with DataLakeCatalog OK 496ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #1∕20 with DataLakeCatalog OK 702ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #2∕20 with DataLakeCatalog OK 932ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #3∕20 with DataLakeCatalog OK 1s 131ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #4∕20 with DataLakeCatalog OK 1s 425ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #5∕20 with DataLakeCatalog OK 966ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #6∕20 with DataLakeCatalog OK 746ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #7∕20 with DataLakeCatalog OK 505ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #8∕20 with DataLakeCatalog OK 321ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #9∕20 with DataLakeCatalog OK 278ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #10∕20 with DataLakeCatalog OK 278ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #11∕20 with DataLakeCatalog OK 263ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #12∕20 with DataLakeCatalog OK 230ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #13∕20 with DataLakeCatalog OK 242ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #14∕20 with DataLakeCatalog OK 210ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #15∕20 with DataLakeCatalog OK 273ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #16∕20 with DataLakeCatalog OK 269ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #17∕20 with DataLakeCatalog OK 254ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #18∕20 with DataLakeCatalog OK 264ms
/iceberg/icebergS3 table function/rest catalog/several iceberg tables in one dir/with partitioning/read data from table #19∕20 with DataLakeCatalog OK 200ms
/iceberg/icebergS3 table function/glue catalog OK 55s 725ms
/iceberg/icebergS3 table function/glue catalog/icebergS3 table function OK 6s 946ms
/iceberg/icebergS3 table function/glue catalog/icebergS3 table function/sanity OK 1s 737ms
/iceberg/icebergS3 table function/glue catalog/icebergS3 table function/recreate table OK 1s 764ms
/iceberg/icebergS3 table function/glue catalog/icebergS3 table function/recreate table and insert new data OK 1s 715ms
/iceberg/icebergS3 table function/glue catalog/icebergS3 table function/recreate table and insert new data multiple times OK 1s 726ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir OK 48s 776ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning OK 23s 820ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #0∕20 with icebergS3 OK 1s 128ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #1∕20 with icebergS3 OK 1s 316ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #2∕20 with icebergS3 OK 1s 523ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #3∕20 with icebergS3 OK 1s 733ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #4∕20 with icebergS3 OK 1s 940ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #5∕20 with icebergS3 OK 842ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #6∕20 with icebergS3 OK 786ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #7∕20 with icebergS3 OK 782ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #8∕20 with icebergS3 OK 786ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #9∕20 with icebergS3 OK 804ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #10∕20 with icebergS3 OK 794ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #11∕20 with icebergS3 OK 790ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #12∕20 with icebergS3 OK 801ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #13∕20 with icebergS3 OK 784ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #14∕20 with icebergS3 OK 805ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #15∕20 with icebergS3 OK 770ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #16∕20 with icebergS3 OK 794ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #17∕20 with icebergS3 OK 782ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #18∕20 with icebergS3 OK 773ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #19∕20 with icebergS3 OK 799ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #0∕20 with icebergS3Cluster OK 1s 631ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #1∕20 with icebergS3Cluster OK 1s 888ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #2∕20 with icebergS3Cluster OK 2s 200ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #3∕20 with icebergS3Cluster OK 2s 446ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #4∕20 with icebergS3Cluster OK 2s 700ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #5∕20 with icebergS3Cluster OK 1s 581ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #6∕20 with icebergS3Cluster OK 1s 555ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #7∕20 with icebergS3Cluster OK 1s 486ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #8∕20 with icebergS3Cluster OK 1s 503ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #9∕20 with icebergS3Cluster OK 1s 550ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #10∕20 with icebergS3Cluster OK 1s 548ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #11∕20 with icebergS3Cluster OK 1s 517ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #12∕20 with icebergS3Cluster OK 1s 495ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #13∕20 with icebergS3Cluster OK 1s 549ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #14∕20 with icebergS3Cluster OK 1s 510ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #15∕20 with icebergS3Cluster OK 1s 590ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #16∕20 with icebergS3Cluster OK 1s 546ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #17∕20 with icebergS3Cluster OK 1s 554ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #18∕20 with icebergS3Cluster OK 1s 486ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #19∕20 with icebergS3Cluster OK 1s 376ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #0∕20 with DataLakeCatalog OK 497ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #1∕20 with DataLakeCatalog OK 692ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #2∕20 with DataLakeCatalog OK 898ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #3∕20 with DataLakeCatalog OK 1s 265ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #4∕20 with DataLakeCatalog OK 1s 515ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #5∕20 with DataLakeCatalog OK 1s 19ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #6∕20 with DataLakeCatalog OK 804ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #7∕20 with DataLakeCatalog OK 622ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #8∕20 with DataLakeCatalog OK 261ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #9∕20 with DataLakeCatalog OK 163ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #10∕20 with DataLakeCatalog OK 213ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #11∕20 with DataLakeCatalog OK 197ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #12∕20 with DataLakeCatalog OK 225ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #13∕20 with DataLakeCatalog OK 218ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #14∕20 with DataLakeCatalog OK 171ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #15∕20 with DataLakeCatalog OK 191ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #16∕20 with DataLakeCatalog OK 184ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #17∕20 with DataLakeCatalog OK 175ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #18∕20 with DataLakeCatalog OK 170ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/without partitioning/read data from table #19∕20 with DataLakeCatalog OK 162ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning OK 24s 954ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #0∕20 with icebergS3 OK 1s 162ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #1∕20 with icebergS3 OK 1s 386ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #2∕20 with icebergS3 OK 1s 603ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #3∕20 with icebergS3 OK 1s 853ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #4∕20 with icebergS3 OK 2s 26ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #5∕20 with icebergS3 OK 895ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #6∕20 with icebergS3 OK 862ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #7∕20 with icebergS3 OK 879ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #8∕20 with icebergS3 OK 880ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #9∕20 with icebergS3 OK 901ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #10∕20 with icebergS3 OK 925ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #11∕20 with icebergS3 OK 840ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #12∕20 with icebergS3 OK 887ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #13∕20 with icebergS3 OK 869ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #14∕20 with icebergS3 OK 920ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #15∕20 with icebergS3 OK 906ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #16∕20 with icebergS3 OK 890ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #17∕20 with icebergS3 OK 840ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #18∕20 with icebergS3 OK 846ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #19∕20 with icebergS3 OK 824ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #0∕20 with icebergS3Cluster OK 1s 738ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #1∕20 with icebergS3Cluster OK 2s 41ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #2∕20 with icebergS3Cluster OK 2s 351ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #3∕20 with icebergS3Cluster OK 2s 626ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #4∕20 with icebergS3Cluster OK 2s 876ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #5∕20 with icebergS3Cluster OK 1s 656ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #6∕20 with icebergS3Cluster OK 1s 668ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #7∕20 with icebergS3Cluster OK 1s 675ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #8∕20 with icebergS3Cluster OK 1s 706ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #9∕20 with icebergS3Cluster OK 1s 663ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #10∕20 with icebergS3Cluster OK 1s 686ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #11∕20 with icebergS3Cluster OK 1s 701ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #12∕20 with icebergS3Cluster OK 1s 662ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #13∕20 with icebergS3Cluster OK 1s 700ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #14∕20 with icebergS3Cluster OK 1s 634ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #15∕20 with icebergS3Cluster OK 1s 647ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #16∕20 with icebergS3Cluster OK 1s 590ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #17∕20 with icebergS3Cluster OK 1s 528ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #18∕20 with icebergS3Cluster OK 1s 502ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #19∕20 with icebergS3Cluster OK 1s 451ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #0∕20 with DataLakeCatalog OK 518ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #1∕20 with DataLakeCatalog OK 734ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #2∕20 with DataLakeCatalog OK 947ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #3∕20 with DataLakeCatalog OK 1s 154ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #4∕20 with DataLakeCatalog OK 1s 466ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #5∕20 with DataLakeCatalog OK 946ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #6∕20 with DataLakeCatalog OK 708ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #7∕20 with DataLakeCatalog OK 522ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #8∕20 with DataLakeCatalog OK 290ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #9∕20 with DataLakeCatalog OK 257ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #10∕20 with DataLakeCatalog OK 265ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #11∕20 with DataLakeCatalog OK 272ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #12∕20 with DataLakeCatalog OK 267ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #13∕20 with DataLakeCatalog OK 268ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #14∕20 with DataLakeCatalog OK 258ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #15∕20 with DataLakeCatalog OK 264ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #16∕20 with DataLakeCatalog OK 261ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #17∕20 with DataLakeCatalog OK 251ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #18∕20 with DataLakeCatalog OK 236ms
/iceberg/icebergS3 table function/glue catalog/several iceberg tables in one dir/with partitioning/read data from table #19∕20 with DataLakeCatalog OK 173ms
/iceberg/iceberg cache OK 33s 451ms
/iceberg/iceberg cache/rest catalog OK 16s 489ms
/iceberg/iceberg cache/rest catalog/iceberg database engine OK 2s 486ms
/iceberg/iceberg cache/rest catalog/iceberg database engine/cache XFail 2s 485ms
/iceberg/iceberg cache/rest catalog/iceberg table engine OK 2s 670ms
/iceberg/iceberg cache/rest catalog/iceberg table engine/cache OK 2s 669ms
/iceberg/iceberg cache/rest catalog/icebergS3 table function OK 11s 206ms
/iceberg/iceberg cache/rest catalog/icebergS3 table function/cache XFail 11s 204ms
/iceberg/iceberg cache/glue catalog OK 16s 960ms
/iceberg/iceberg cache/glue catalog/iceberg database engine OK 2s 769ms
/iceberg/iceberg cache/glue catalog/iceberg database engine/cache XFail 2s 767ms
/iceberg/iceberg cache/glue catalog/iceberg table engine OK 2s 978ms
/iceberg/iceberg cache/glue catalog/iceberg table engine/cache OK 2s 977ms
/iceberg/iceberg cache/glue catalog/icebergS3 table function OK 11s 209ms
/iceberg/iceberg cache/glue catalog/icebergS3 table function/cache XFail 11s 208ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922