Iceberg Test Run Report

DateApr 13, 2026 15:26
Duration1h 44m
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_2
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

99.1%OK
<1%Known
<1%Fail

Statistics

Units OK Fail XFail
Modules
1
1
Features
29
23
6
Scenarios
1576
1568
3
5
Checks
100
100
Steps
74339
74239
13
87

Fails

Test NameResultMessage
/icebergFail 1h 44m
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 107, 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 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 107, 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/glue catalogFail 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 107, 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/glue catalog/swarmFail 2s 147ms
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 107, 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/glue catalog/swarm/swarm examplesFail 2s 145ms
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 107, 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/glue catalog/iceberg iterator race conditionFail 3s 654ms
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 122, 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_18347486_3758_11f1_b378_9200078fb4c4
                WHERE string_col IN (SELECT string_col FROM local_table_17ac84d7_3758_11f1_bca8_9200078fb4c4)
                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/glue catalog/iceberg iterator race condition/iceberg iterator race conditionFail 3s 652ms
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 122, 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_18347486_3758_11f1_b378_9200078fb4c4
                WHERE string_col IN (SELECT string_col FROM local_table_17ac84d7_3758_11f1_bca8_9200078fb4c4)
                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 table engineFail 24m 26s
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 345, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 29, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/system_tables_partition_sorting_keys.py", line 97, in system_tables_partition_sorting_keys
    assert partition_key_after == "name", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert partition_key_after == "name", error()

Assertion values
  assert partition_key_after == "name", error()
         ^ is ''
  assert partition_key_after == "name", error()
                             ^ is = False
    @@ -0,0 +1 @@
    +name
  assert partition_key_after == "name", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/system_tables_partition_sorting_keys.py', line 97 in 'system_tables_partition_sorting_keys'

 89\|          partition_key_after = node.query(
 90\|              f"SELECT partition_key FROM system.tables WHERE name = '{table_name}'"
 91\|          ).output.strip()
 92\|          sorting_key_after = node.query(
 93\|              f"SELECT sorting_key FROM system.tables WHERE name = '{table_name}'"
 94\|          ).output.strip()
 95\|  
 96\|          if check_if_antalya_build(self) and check_clickhouse_version(">=26.1")(self):
 97\|>             assert partition_key_after == "name", error()
 98\|              assert sorting_key_after == "name asc", error()
 99\|
/iceberg/iceberg table engine/system tables partition sorting keysFail 2s 599ms
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 345, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 29, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/system_tables_partition_sorting_keys.py", line 97, in system_tables_partition_sorting_keys
    assert partition_key_after == "name", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert partition_key_after == "name", error()

Assertion values
  assert partition_key_after == "name", error()
         ^ is ''
  assert partition_key_after == "name", error()
                             ^ is = False
    @@ -0,0 +1 @@
    +name
  assert partition_key_after == "name", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/system_tables_partition_sorting_keys.py', line 97 in 'system_tables_partition_sorting_keys'

 89\|          partition_key_after = node.query(
 90\|              f"SELECT partition_key FROM system.tables WHERE name = '{table_name}'"
 91\|          ).output.strip()
 92\|          sorting_key_after = node.query(
 93\|              f"SELECT sorting_key FROM system.tables WHERE name = '{table_name}'"
 94\|          ).output.strip()
 95\|  
 96\|          if check_if_antalya_build(self) and check_clickhouse_version(">=26.1")(self):
 97\|>             assert partition_key_after == "name", error()
 98\|              assert sorting_key_after == "name asc", error()
 99\|
/iceberg/iceberg table engine/system tables partition sorting keys/system tables partition sorting keysFail 2s 598ms
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 345, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 29, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/system_tables_partition_sorting_keys.py", line 97, in system_tables_partition_sorting_keys
    assert partition_key_after == "name", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert partition_key_after == "name", error()

Assertion values
  assert partition_key_after == "name", error()
         ^ is ''
  assert partition_key_after == "name", error()
                             ^ is = False
    @@ -0,0 +1 @@
    +name
  assert partition_key_after == "name", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/system_tables_partition_sorting_keys.py', line 97 in 'system_tables_partition_sorting_keys'

 89\|          partition_key_after = node.query(
 90\|              f"SELECT partition_key FROM system.tables WHERE name = '{table_name}'"
 91\|          ).output.strip()
 92\|          sorting_key_after = node.query(
 93\|              f"SELECT sorting_key FROM system.tables WHERE name = '{table_name}'"
 94\|          ).output.strip()
 95\|  
 96\|          if check_if_antalya_build(self) and check_clickhouse_version(">=26.1")(self):
 97\|>             assert partition_key_after == "name", error()
 98\|              assert sorting_key_after == "name asc", error()
 99\|

Known Fails

Test NameResultMessage
/iceberg/iceberg engine/glue catalog/predicate push down/issue with decimal columnXFail 2s 623ms
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 83, 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/glue catalog/predicate push down/issue with float columnXFail 2s 442ms
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 83, 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/glue catalog/iceberg partition pruning/check iceberg partition pruning with integer typeXFail 6s 589ms
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 116, 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/glue catalog/iceberg partition pruning/check partition pruning with complex where clauseXFail 3s 878ms
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 116, 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 '27'
  assert int(s3_read_requests_count) <= 22, error()
         ^ is = 27
  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/glue catalog/iceberg partition pruning/partition pruning with date typeXFail 3s 880ms
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 116, 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()

Results

Test Name Result Duration
/iceberg Fail 1h 44m
/iceberg/iceberg engine Fail 1h 15m
/iceberg/iceberg engine/glue catalog Fail 1h 15m
/iceberg/iceberg engine/glue catalog/feature OK 48s 639ms
/iceberg/iceberg engine/glue catalog/feature/sanity OK 5s 699ms
/iceberg/iceberg engine/glue catalog/feature/sort order OK 16s 221ms
/iceberg/iceberg engine/glue catalog/feature/recreate table OK 2s 381ms
/iceberg/iceberg engine/glue catalog/feature/multiple tables OK 2s 570ms
/iceberg/iceberg engine/glue catalog/feature/recreate table and database OK 4s 849ms
/iceberg/iceberg engine/glue catalog/feature/rename database OK 1s 752ms
/iceberg/iceberg engine/glue catalog/feature/rename table from iceberg database OK 1s 806ms
/iceberg/iceberg engine/glue catalog/feature/use database OK 1s 937ms
/iceberg/iceberg engine/glue catalog/feature/array join OK 2s 268ms
/iceberg/iceberg engine/glue catalog/feature/show data lake catalogs in system tables OK 2s 448ms
/iceberg/iceberg engine/glue catalog/feature/show tables queries OK 2s 429ms
/iceberg/iceberg engine/glue catalog/feature/show databases queries OK 2s 166ms
/iceberg/iceberg engine/glue catalog/feature/boolean issue OK 2s 99ms
/iceberg/iceberg engine/glue catalog/feature OK 16s 187ms
/iceberg/iceberg engine/glue catalog/feature/alter column OK 3s 642ms
/iceberg/iceberg engine/glue catalog/feature/alter comment columns OK 2s 107ms
/iceberg/iceberg engine/glue catalog/feature/alter partitions OK 4s 310ms
/iceberg/iceberg engine/glue catalog/feature/alter settings OK 1s 941ms
/iceberg/iceberg engine/glue catalog/feature/alter delete OK 1s 995ms
/iceberg/iceberg engine/glue catalog/feature/alter order by OK 2s 187ms
/iceberg/iceberg engine/glue catalog/column rbac OK 9m 48s
/iceberg/iceberg engine/glue catalog/column rbac/combination #0 OK 5s 613ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #1 OK 5s 886ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #2 OK 5s 431ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #3 OK 5s 706ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #4 OK 5s 664ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #5 OK 5s 488ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #6 OK 5s 864ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #7 OK 5s 717ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #8 OK 5s 698ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #9 OK 6s 308ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #10 OK 6s 10ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #11 OK 5s 729ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #12 OK 5s 527ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #13 OK 5s 874ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #14 OK 5s 454ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #15 OK 7s 417ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #16 OK 6s 389ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #17 OK 5s 802ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #18 OK 5s 547ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #19 OK 5s 449ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #20 OK 5s 718ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #21 OK 5s 489ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #22 OK 5s 592ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #23 OK 5s 492ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #24 OK 5s 832ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #25 OK 5s 406ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #26 OK 5s 802ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #27 OK 5s 546ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #28 OK 5s 832ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #29 OK 6s 74ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #30 OK 5s 658ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #31 OK 5s 746ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #32 OK 5s 892ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #33 OK 6s 85ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #34 OK 5s 685ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #35 OK 5s 496ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #36 OK 5s 486ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #37 OK 5s 815ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #38 OK 5s 450ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #39 OK 5s 472ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #40 OK 5s 955ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #41 OK 5s 519ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #42 OK 6s 407ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #43 OK 5s 793ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #44 OK 5s 466ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #45 OK 6s 229ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #46 OK 5s 638ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #47 OK 6s 201ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #48 OK 5s 355ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #49 OK 5s 699ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #50 OK 5s 520ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #51 OK 6s 402ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #52 OK 5s 475ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #53 OK 5s 841ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #54 OK 5s 424ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #55 OK 5s 499ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #56 OK 5s 473ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #57 OK 5s 933ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #58 OK 6s 103ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #59 OK 5s 629ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #60 OK 6s 241ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #61 OK 5s 688ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #62 OK 5s 405ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #63 OK 5s 608ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #64 OK 5s 499ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #65 OK 5s 622ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #66 OK 5s 417ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #67 OK 6s 565ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #68 OK 6s 173ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #69 OK 5s 661ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #70 OK 5s 458ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #71 OK 5s 768ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #72 OK 5s 920ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #73 OK 5s 509ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #74 OK 5s 479ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #75 OK 5s 897ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #76 OK 6s 428ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #77 OK 5s 366ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #78 OK 7s 490ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #79 OK 5s 756ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #80 OK 5s 741ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #81 OK 5s 783ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #82 OK 5s 780ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #83 OK 6s 148ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #84 OK 5s 815ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #85 OK 6s 165ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #86 OK 5s 726ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #87 OK 6s 342ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #88 OK 5s 620ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #89 OK 5s 732ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #90 OK 6s 96ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #91 OK 7s 332ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #92 OK 6s 75ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #93 OK 5s 541ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #94 OK 5s 792ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #95 OK 5s 686ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #96 OK 5s 782ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #97 OK 7s 285ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #98 OK 5s 936ms
/iceberg/iceberg engine/glue catalog/column rbac/combination #99 OK 6s 301ms
/iceberg/iceberg engine/glue catalog/predicate push down OK 55s 568ms
/iceberg/iceberg engine/glue catalog/predicate push down/check input format parquet filter push down OK 50s 499ms
/iceberg/iceberg engine/glue catalog/predicate push down/issue with decimal column XFail 2s 623ms
/iceberg/iceberg engine/glue catalog/predicate push down/issue with float column XFail 2s 442ms
/iceberg/iceberg engine/glue catalog/feature OK 8s 194ms
/iceberg/iceberg engine/glue catalog/feature/select privilege OK 2s 667ms
/iceberg/iceberg engine/glue catalog/feature/drop table privilege OK 2s 978ms
/iceberg/iceberg engine/glue catalog/feature/drop database privilege OK 2s 546ms
/iceberg/iceberg engine/glue catalog/feature OK 1m 33s
/iceberg/iceberg engine/glue catalog/feature/row policies OK 1m 33s
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #0 OK 891ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #1 OK 939ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #2 OK 876ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #3 OK 747ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #4 OK 915ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #5 OK 933ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #6 OK 862ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #7 OK 829ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #8 OK 928ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #9 OK 977ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #10 OK 898ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #11 OK 854ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #12 OK 895ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #13 OK 768ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #14 OK 772ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #15 OK 806ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #16 OK 787ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #17 OK 941ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #18 OK 910ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #19 OK 825ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #20 OK 843ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #21 OK 853ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #22 OK 891ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #23 OK 966ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #24 OK 986ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #25 OK 811ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #26 OK 976ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #27 OK 923ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #28 OK 847ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #29 OK 977ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #30 OK 969ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #31 OK 859ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #32 OK 1s 106ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #33 OK 951ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #34 OK 952ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #35 OK 761ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #36 OK 930ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #37 OK 860ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #38 OK 945ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #39 OK 805ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #40 OK 808ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #41 OK 841ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #42 OK 756ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #43 OK 961ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #44 OK 876ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #45 OK 1s 3ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #46 OK 979ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #47 OK 893ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #48 OK 1s 34ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #49 OK 867ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #50 OK 748ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #51 OK 952ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #52 OK 845ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #53 OK 939ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #54 OK 883ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #55 OK 825ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #56 OK 971ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #57 OK 961ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #58 OK 934ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #59 OK 779ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #60 OK 898ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #61 OK 931ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #62 OK 920ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #63 OK 780ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #64 OK 979ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #65 OK 834ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #66 OK 834ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #67 OK 924ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #68 OK 839ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #69 OK 869ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #70 OK 961ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #71 OK 791ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #72 OK 942ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #73 OK 846ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #74 OK 921ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #75 OK 847ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #76 OK 844ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #77 OK 885ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #78 OK 780ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #79 OK 948ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #80 OK 1s 5ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #81 OK 906ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #82 OK 777ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #83 OK 851ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #84 OK 858ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #85 OK 835ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #86 OK 777ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #87 OK 1s 128ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #88 OK 931ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #89 OK 941ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #90 OK 803ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #91 OK 797ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #92 OK 860ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #93 OK 979ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #94 OK 826ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #95 OK 829ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #96 OK 951ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #97 OK 887ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #98 OK 901ms
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #99 OK 885ms
/iceberg/iceberg engine/glue catalog/sql clauses OK 5s 321ms
/iceberg/iceberg engine/glue catalog/sql clauses/where clause OK 658ms
/iceberg/iceberg engine/glue catalog/sql clauses/prewhere clause OK 205ms
/iceberg/iceberg engine/glue catalog/sql clauses/group by clause OK 140ms
/iceberg/iceberg engine/glue catalog/sql clauses/having clause OK 150ms
/iceberg/iceberg engine/glue catalog/sql clauses/limit clause OK 301ms
/iceberg/iceberg engine/glue catalog/sql clauses/distinct clause OK 149ms
/iceberg/iceberg engine/glue catalog/sql clauses/join clause OK 918ms
/iceberg/iceberg engine/glue catalog/sql clauses/order by clause OK 763ms
/iceberg/iceberg engine/glue catalog/feature OK 26m 26s
/iceberg/iceberg engine/glue catalog/feature/run equality deletes combinations OK 26m 26s
/iceberg/iceberg engine/glue catalog/feature OK 5s 689ms
/iceberg/iceberg engine/glue catalog/feature/overwrite OK 3s 7ms
/iceberg/iceberg engine/glue catalog/feature/append OK 2s 680ms
/iceberg/iceberg engine/glue catalog/schema evolution OK 21m 9s
/iceberg/iceberg engine/glue catalog/schema evolution/#0 OK 12s 651ms
/iceberg/iceberg engine/glue catalog/schema evolution/#1 OK 12s 943ms
/iceberg/iceberg engine/glue catalog/schema evolution/#2 OK 13s 544ms
/iceberg/iceberg engine/glue catalog/schema evolution/#3 OK 12s 421ms
/iceberg/iceberg engine/glue catalog/schema evolution/#4 OK 12s 669ms
/iceberg/iceberg engine/glue catalog/schema evolution/#5 OK 12s 571ms
/iceberg/iceberg engine/glue catalog/schema evolution/#6 OK 12s 955ms
/iceberg/iceberg engine/glue catalog/schema evolution/#7 OK 12s 699ms
/iceberg/iceberg engine/glue catalog/schema evolution/#8 OK 12s 509ms
/iceberg/iceberg engine/glue catalog/schema evolution/#9 OK 12s 409ms
/iceberg/iceberg engine/glue catalog/schema evolution/#10 OK 12s 371ms
/iceberg/iceberg engine/glue catalog/schema evolution/#11 OK 12s 946ms
/iceberg/iceberg engine/glue catalog/schema evolution/#12 OK 13s 87ms
/iceberg/iceberg engine/glue catalog/schema evolution/#13 OK 12s 683ms
/iceberg/iceberg engine/glue catalog/schema evolution/#14 OK 12s 915ms
/iceberg/iceberg engine/glue catalog/schema evolution/#15 OK 12s 245ms
/iceberg/iceberg engine/glue catalog/schema evolution/#16 OK 12s 940ms
/iceberg/iceberg engine/glue catalog/schema evolution/#17 OK 12s 507ms
/iceberg/iceberg engine/glue catalog/schema evolution/#18 OK 12s 624ms
/iceberg/iceberg engine/glue catalog/schema evolution/#19 OK 12s 563ms
/iceberg/iceberg engine/glue catalog/schema evolution/#20 OK 13s 84ms
/iceberg/iceberg engine/glue catalog/schema evolution/#21 OK 12s 852ms
/iceberg/iceberg engine/glue catalog/schema evolution/#22 OK 12s 908ms
/iceberg/iceberg engine/glue catalog/schema evolution/#23 OK 12s 827ms
/iceberg/iceberg engine/glue catalog/schema evolution/#24 OK 12s 564ms
/iceberg/iceberg engine/glue catalog/schema evolution/#25 OK 12s 731ms
/iceberg/iceberg engine/glue catalog/schema evolution/#26 OK 12s 302ms
/iceberg/iceberg engine/glue catalog/schema evolution/#27 OK 13s 23ms
/iceberg/iceberg engine/glue catalog/schema evolution/#28 OK 12s 597ms
/iceberg/iceberg engine/glue catalog/schema evolution/#29 OK 12s 791ms
/iceberg/iceberg engine/glue catalog/schema evolution/#30 OK 12s 531ms
/iceberg/iceberg engine/glue catalog/schema evolution/#31 OK 12s 648ms
/iceberg/iceberg engine/glue catalog/schema evolution/#32 OK 12s 946ms
/iceberg/iceberg engine/glue catalog/schema evolution/#33 OK 12s 604ms
/iceberg/iceberg engine/glue catalog/schema evolution/#34 OK 12s 526ms
/iceberg/iceberg engine/glue catalog/schema evolution/#35 OK 12s 991ms
/iceberg/iceberg engine/glue catalog/schema evolution/#36 OK 12s 805ms
/iceberg/iceberg engine/glue catalog/schema evolution/#37 OK 12s 378ms
/iceberg/iceberg engine/glue catalog/schema evolution/#38 OK 12s 750ms
/iceberg/iceberg engine/glue catalog/schema evolution/#39 OK 12s 721ms
/iceberg/iceberg engine/glue catalog/schema evolution/#40 OK 12s 476ms
/iceberg/iceberg engine/glue catalog/schema evolution/#41 OK 12s 787ms
/iceberg/iceberg engine/glue catalog/schema evolution/#42 OK 12s 496ms
/iceberg/iceberg engine/glue catalog/schema evolution/#43 OK 12s 384ms
/iceberg/iceberg engine/glue catalog/schema evolution/#44 OK 12s 656ms
/iceberg/iceberg engine/glue catalog/schema evolution/#45 OK 12s 698ms
/iceberg/iceberg engine/glue catalog/schema evolution/#46 OK 12s 137ms
/iceberg/iceberg engine/glue catalog/schema evolution/#47 OK 12s 201ms
/iceberg/iceberg engine/glue catalog/schema evolution/#48 OK 12s 924ms
/iceberg/iceberg engine/glue catalog/schema evolution/#49 OK 12s 373ms
/iceberg/iceberg engine/glue catalog/schema evolution/#50 OK 12s 967ms
/iceberg/iceberg engine/glue catalog/schema evolution/#51 OK 13s 96ms
/iceberg/iceberg engine/glue catalog/schema evolution/#52 OK 12s 743ms
/iceberg/iceberg engine/glue catalog/schema evolution/#53 OK 12s 637ms
/iceberg/iceberg engine/glue catalog/schema evolution/#54 OK 12s 415ms
/iceberg/iceberg engine/glue catalog/schema evolution/#55 OK 12s 823ms
/iceberg/iceberg engine/glue catalog/schema evolution/#56 OK 12s 665ms
/iceberg/iceberg engine/glue catalog/schema evolution/#57 OK 12s 466ms
/iceberg/iceberg engine/glue catalog/schema evolution/#58 OK 12s 790ms
/iceberg/iceberg engine/glue catalog/schema evolution/#59 OK 13s 7ms
/iceberg/iceberg engine/glue catalog/schema evolution/#60 OK 12s 731ms
/iceberg/iceberg engine/glue catalog/schema evolution/#61 OK 12s 533ms
/iceberg/iceberg engine/glue catalog/schema evolution/#62 OK 13s 295ms
/iceberg/iceberg engine/glue catalog/schema evolution/#63 OK 12s 15ms
/iceberg/iceberg engine/glue catalog/schema evolution/#64 OK 13s 13ms
/iceberg/iceberg engine/glue catalog/schema evolution/#65 OK 12s 692ms
/iceberg/iceberg engine/glue catalog/schema evolution/#66 OK 12s 330ms
/iceberg/iceberg engine/glue catalog/schema evolution/#67 OK 12s 94ms
/iceberg/iceberg engine/glue catalog/schema evolution/#68 OK 13s 434ms
/iceberg/iceberg engine/glue catalog/schema evolution/#69 OK 12s 480ms
/iceberg/iceberg engine/glue catalog/schema evolution/#70 OK 12s 517ms
/iceberg/iceberg engine/glue catalog/schema evolution/#71 OK 12s 544ms
/iceberg/iceberg engine/glue catalog/schema evolution/#72 OK 12s 950ms
/iceberg/iceberg engine/glue catalog/schema evolution/#73 OK 12s 800ms
/iceberg/iceberg engine/glue catalog/schema evolution/#74 OK 12s 778ms
/iceberg/iceberg engine/glue catalog/schema evolution/#75 OK 12s 570ms
/iceberg/iceberg engine/glue catalog/schema evolution/#76 OK 12s 302ms
/iceberg/iceberg engine/glue catalog/schema evolution/#77 OK 12s 342ms
/iceberg/iceberg engine/glue catalog/schema evolution/#78 OK 12s 863ms
/iceberg/iceberg engine/glue catalog/schema evolution/#79 OK 12s 969ms
/iceberg/iceberg engine/glue catalog/schema evolution/#80 OK 13s 0ms
/iceberg/iceberg engine/glue catalog/schema evolution/#81 OK 12s 946ms
/iceberg/iceberg engine/glue catalog/schema evolution/#82 OK 13s 260ms
/iceberg/iceberg engine/glue catalog/schema evolution/#83 OK 12s 247ms
/iceberg/iceberg engine/glue catalog/schema evolution/#84 OK 13s 25ms
/iceberg/iceberg engine/glue catalog/schema evolution/#85 OK 12s 575ms
/iceberg/iceberg engine/glue catalog/schema evolution/#86 OK 12s 704ms
/iceberg/iceberg engine/glue catalog/schema evolution/#87 OK 12s 964ms
/iceberg/iceberg engine/glue catalog/schema evolution/#88 OK 12s 348ms
/iceberg/iceberg engine/glue catalog/schema evolution/#89 OK 12s 315ms
/iceberg/iceberg engine/glue catalog/schema evolution/#90 OK 12s 828ms
/iceberg/iceberg engine/glue catalog/schema evolution/#91 OK 13s 7ms
/iceberg/iceberg engine/glue catalog/schema evolution/#92 OK 12s 410ms
/iceberg/iceberg engine/glue catalog/schema evolution/#93 OK 12s 346ms
/iceberg/iceberg engine/glue catalog/schema evolution/#94 OK 12s 509ms
/iceberg/iceberg engine/glue catalog/schema evolution/#95 OK 12s 674ms
/iceberg/iceberg engine/glue catalog/schema evolution/#96 OK 12s 712ms
/iceberg/iceberg engine/glue catalog/schema evolution/#97 OK 13s 56ms
/iceberg/iceberg engine/glue catalog/schema evolution/#98 OK 12s 766ms
/iceberg/iceberg engine/glue catalog/schema evolution/#99 OK 12s 874ms
/iceberg/iceberg engine/glue catalog/swarm Fail 2s 147ms
/iceberg/iceberg engine/glue catalog/swarm/swarm examples Fail 2s 145ms
/iceberg/iceberg engine/glue catalog/nested datatypes OK 2m 15s
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 1 OK 2s 701ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 51 OK 3s 292ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 101 OK 3s 371ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 151 OK 3s 931ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 201 OK 4s 282ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 251 OK 4s 632ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 301 OK 5s 102ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 351 OK 5s 669ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 401 OK 6s 51ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 451 OK 6s 442ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 501 OK 6s 632ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 551 OK 6s 967ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 601 OK 7s 846ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 651 OK 8s 514ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 701 OK 8s 840ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 751 OK 9s 615ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 801 OK 9s 550ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 851 OK 9s 850ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 901 OK 10s 607ms
/iceberg/iceberg engine/glue catalog/nested datatypes/number of columns 951 OK 11s 326ms
/iceberg/iceberg engine/glue catalog/partition evolution OK 11m 13s
/iceberg/iceberg engine/glue catalog/partition evolution/#0 OK 6s 757ms
/iceberg/iceberg engine/glue catalog/partition evolution/#1 OK 6s 708ms
/iceberg/iceberg engine/glue catalog/partition evolution/#2 OK 6s 648ms
/iceberg/iceberg engine/glue catalog/partition evolution/#3 OK 6s 542ms
/iceberg/iceberg engine/glue catalog/partition evolution/#4 OK 6s 663ms
/iceberg/iceberg engine/glue catalog/partition evolution/#5 OK 6s 601ms
/iceberg/iceberg engine/glue catalog/partition evolution/#6 OK 6s 743ms
/iceberg/iceberg engine/glue catalog/partition evolution/#7 OK 7s 111ms
/iceberg/iceberg engine/glue catalog/partition evolution/#8 OK 6s 978ms
/iceberg/iceberg engine/glue catalog/partition evolution/#9 OK 6s 692ms
/iceberg/iceberg engine/glue catalog/partition evolution/#10 OK 6s 727ms
/iceberg/iceberg engine/glue catalog/partition evolution/#11 OK 6s 598ms
/iceberg/iceberg engine/glue catalog/partition evolution/#12 OK 6s 852ms
/iceberg/iceberg engine/glue catalog/partition evolution/#13 OK 6s 638ms
/iceberg/iceberg engine/glue catalog/partition evolution/#14 OK 6s 466ms
/iceberg/iceberg engine/glue catalog/partition evolution/#15 OK 6s 559ms
/iceberg/iceberg engine/glue catalog/partition evolution/#16 OK 7s 32ms
/iceberg/iceberg engine/glue catalog/partition evolution/#17 OK 6s 895ms
/iceberg/iceberg engine/glue catalog/partition evolution/#18 OK 6s 911ms
/iceberg/iceberg engine/glue catalog/partition evolution/#19 OK 7s 38ms
/iceberg/iceberg engine/glue catalog/partition evolution/#20 OK 6s 900ms
/iceberg/iceberg engine/glue catalog/partition evolution/#21 OK 6s 700ms
/iceberg/iceberg engine/glue catalog/partition evolution/#22 OK 6s 646ms
/iceberg/iceberg engine/glue catalog/partition evolution/#23 OK 6s 833ms
/iceberg/iceberg engine/glue catalog/partition evolution/#24 OK 6s 707ms
/iceberg/iceberg engine/glue catalog/partition evolution/#25 OK 6s 356ms
/iceberg/iceberg engine/glue catalog/partition evolution/#26 OK 6s 630ms
/iceberg/iceberg engine/glue catalog/partition evolution/#27 OK 6s 747ms
/iceberg/iceberg engine/glue catalog/partition evolution/#28 OK 6s 869ms
/iceberg/iceberg engine/glue catalog/partition evolution/#29 OK 6s 609ms
/iceberg/iceberg engine/glue catalog/partition evolution/#30 OK 6s 507ms
/iceberg/iceberg engine/glue catalog/partition evolution/#31 OK 6s 641ms
/iceberg/iceberg engine/glue catalog/partition evolution/#32 OK 6s 644ms
/iceberg/iceberg engine/glue catalog/partition evolution/#33 OK 6s 764ms
/iceberg/iceberg engine/glue catalog/partition evolution/#34 OK 6s 702ms
/iceberg/iceberg engine/glue catalog/partition evolution/#35 OK 6s 607ms
/iceberg/iceberg engine/glue catalog/partition evolution/#36 OK 6s 551ms
/iceberg/iceberg engine/glue catalog/partition evolution/#37 OK 7s 185ms
/iceberg/iceberg engine/glue catalog/partition evolution/#38 OK 6s 657ms
/iceberg/iceberg engine/glue catalog/partition evolution/#39 OK 6s 288ms
/iceberg/iceberg engine/glue catalog/partition evolution/#40 OK 6s 645ms
/iceberg/iceberg engine/glue catalog/partition evolution/#41 OK 6s 893ms
/iceberg/iceberg engine/glue catalog/partition evolution/#42 OK 6s 379ms
/iceberg/iceberg engine/glue catalog/partition evolution/#43 OK 6s 294ms
/iceberg/iceberg engine/glue catalog/partition evolution/#44 OK 6s 518ms
/iceberg/iceberg engine/glue catalog/partition evolution/#45 OK 7s 418ms
/iceberg/iceberg engine/glue catalog/partition evolution/#46 OK 6s 527ms
/iceberg/iceberg engine/glue catalog/partition evolution/#47 OK 6s 631ms
/iceberg/iceberg engine/glue catalog/partition evolution/#48 OK 6s 444ms
/iceberg/iceberg engine/glue catalog/partition evolution/#49 OK 6s 803ms
/iceberg/iceberg engine/glue catalog/partition evolution/#50 OK 6s 521ms
/iceberg/iceberg engine/glue catalog/partition evolution/#51 OK 6s 696ms
/iceberg/iceberg engine/glue catalog/partition evolution/#52 OK 6s 762ms
/iceberg/iceberg engine/glue catalog/partition evolution/#53 OK 7s 2ms
/iceberg/iceberg engine/glue catalog/partition evolution/#54 OK 7s 18ms
/iceberg/iceberg engine/glue catalog/partition evolution/#55 OK 6s 876ms
/iceberg/iceberg engine/glue catalog/partition evolution/#56 OK 6s 695ms
/iceberg/iceberg engine/glue catalog/partition evolution/#57 OK 6s 713ms
/iceberg/iceberg engine/glue catalog/partition evolution/#58 OK 6s 632ms
/iceberg/iceberg engine/glue catalog/partition evolution/#59 OK 6s 727ms
/iceberg/iceberg engine/glue catalog/partition evolution/#60 OK 6s 641ms
/iceberg/iceberg engine/glue catalog/partition evolution/#61 OK 6s 499ms
/iceberg/iceberg engine/glue catalog/partition evolution/#62 OK 6s 705ms
/iceberg/iceberg engine/glue catalog/partition evolution/#63 OK 7s 165ms
/iceberg/iceberg engine/glue catalog/partition evolution/#64 OK 6s 721ms
/iceberg/iceberg engine/glue catalog/partition evolution/#65 OK 7s 170ms
/iceberg/iceberg engine/glue catalog/partition evolution/#66 OK 6s 569ms
/iceberg/iceberg engine/glue catalog/partition evolution/#67 OK 6s 393ms
/iceberg/iceberg engine/glue catalog/partition evolution/#68 OK 6s 583ms
/iceberg/iceberg engine/glue catalog/partition evolution/#69 OK 6s 969ms
/iceberg/iceberg engine/glue catalog/partition evolution/#70 OK 6s 673ms
/iceberg/iceberg engine/glue catalog/partition evolution/#71 OK 6s 696ms
/iceberg/iceberg engine/glue catalog/partition evolution/#72 OK 6s 472ms
/iceberg/iceberg engine/glue catalog/partition evolution/#73 OK 6s 746ms
/iceberg/iceberg engine/glue catalog/partition evolution/#74 OK 7s 75ms
/iceberg/iceberg engine/glue catalog/partition evolution/#75 OK 6s 819ms
/iceberg/iceberg engine/glue catalog/partition evolution/#76 OK 6s 540ms
/iceberg/iceberg engine/glue catalog/partition evolution/#77 OK 6s 491ms
/iceberg/iceberg engine/glue catalog/partition evolution/#78 OK 6s 920ms
/iceberg/iceberg engine/glue catalog/partition evolution/#79 OK 6s 691ms
/iceberg/iceberg engine/glue catalog/partition evolution/#80 OK 6s 709ms
/iceberg/iceberg engine/glue catalog/partition evolution/#81 OK 6s 996ms
/iceberg/iceberg engine/glue catalog/partition evolution/#82 OK 6s 905ms
/iceberg/iceberg engine/glue catalog/partition evolution/#83 OK 6s 490ms
/iceberg/iceberg engine/glue catalog/partition evolution/#84 OK 6s 704ms
/iceberg/iceberg engine/glue catalog/partition evolution/#85 OK 6s 598ms
/iceberg/iceberg engine/glue catalog/partition evolution/#86 OK 7s 224ms
/iceberg/iceberg engine/glue catalog/partition evolution/#87 OK 6s 543ms
/iceberg/iceberg engine/glue catalog/partition evolution/#88 OK 6s 475ms
/iceberg/iceberg engine/glue catalog/partition evolution/#89 OK 7s 253ms
/iceberg/iceberg engine/glue catalog/partition evolution/#90 OK 7s 132ms
/iceberg/iceberg engine/glue catalog/partition evolution/#91 OK 6s 735ms
/iceberg/iceberg engine/glue catalog/partition evolution/#92 OK 6s 814ms
/iceberg/iceberg engine/glue catalog/partition evolution/#93 OK 6s 476ms
/iceberg/iceberg engine/glue catalog/partition evolution/#94 OK 7s 60ms
/iceberg/iceberg engine/glue catalog/partition evolution/#95 OK 6s 677ms
/iceberg/iceberg engine/glue catalog/partition evolution/#96 OK 6s 893ms
/iceberg/iceberg engine/glue catalog/partition evolution/#97 OK 6s 642ms
/iceberg/iceberg engine/glue catalog/partition evolution/#98 OK 7s 93ms
/iceberg/iceberg engine/glue catalog/partition evolution/#99 OK 6s 533ms
/iceberg/iceberg engine/glue catalog/iceberg partition pruning OK 25s 23ms
/iceberg/iceberg engine/glue catalog/iceberg partition pruning/check iceberg partition pruning with integer type XFail 6s 589ms
/iceberg/iceberg engine/glue catalog/iceberg partition pruning/check partition pruning with complex where clause XFail 3s 878ms
/iceberg/iceberg engine/glue catalog/iceberg partition pruning/partition pruning with date type XFail 3s 880ms
/iceberg/iceberg engine/glue catalog/iceberg partition pruning/non partitioned table OK 10s 671ms
/iceberg/iceberg engine/glue catalog/datatypes OK 17s 433ms
/iceberg/iceberg engine/glue catalog/datatypes/data types check where OK 17s 432ms
/iceberg/iceberg engine/glue catalog/iceberg iterator race condition Fail 3s 654ms
/iceberg/iceberg engine/glue catalog/iceberg iterator race condition/iceberg iterator race condition Fail 3s 652ms
/iceberg/iceberg engine/glue catalog/dot separated column names OK 4s 420ms
/iceberg/iceberg engine/glue catalog/dot separated column names/sanity dot separated column names OK 1s 989ms
/iceberg/iceberg engine/glue catalog/dot separated column names/all datatypes with dot separated columns OK 2s 429ms
/iceberg/iceberg table engine Fail 24m 26s
/iceberg/iceberg table engine/feature OK 14m 32s
/iceberg/iceberg table engine/feature/row policies OK 14m 32s
/iceberg/iceberg table engine/feature/row policies/combination #0 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #1 OK 1s 37ms
/iceberg/iceberg table engine/feature/row policies/combination #2 OK 829ms
/iceberg/iceberg table engine/feature/row policies/combination #3 OK 754ms
/iceberg/iceberg table engine/feature/row policies/combination #4 OK 844ms
/iceberg/iceberg table engine/feature/row policies/combination #5 OK 933ms
/iceberg/iceberg table engine/feature/row policies/combination #6 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #7 OK 853ms
/iceberg/iceberg table engine/feature/row policies/combination #8 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #9 OK 929ms
/iceberg/iceberg table engine/feature/row policies/combination #10 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #11 OK 759ms
/iceberg/iceberg table engine/feature/row policies/combination #12 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #13 OK 746ms
/iceberg/iceberg table engine/feature/row policies/combination #14 OK 771ms
/iceberg/iceberg table engine/feature/row policies/combination #15 OK 753ms
/iceberg/iceberg table engine/feature/row policies/combination #16 OK 780ms
/iceberg/iceberg table engine/feature/row policies/combination #17 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #18 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #19 OK 709ms
/iceberg/iceberg table engine/feature/row policies/combination #20 OK 791ms
/iceberg/iceberg table engine/feature/row policies/combination #21 OK 815ms
/iceberg/iceberg table engine/feature/row policies/combination #22 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #23 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #24 OK 961ms
/iceberg/iceberg table engine/feature/row policies/combination #25 OK 720ms
/iceberg/iceberg table engine/feature/row policies/combination #26 OK 869ms
/iceberg/iceberg table engine/feature/row policies/combination #27 OK 1s 30ms
/iceberg/iceberg table engine/feature/row policies/combination #28 OK 853ms
/iceberg/iceberg table engine/feature/row policies/combination #29 OK 1s 277ms
/iceberg/iceberg table engine/feature/row policies/combination #30 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #31 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #32 OK 763ms
/iceberg/iceberg table engine/feature/row policies/combination #33 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #34 OK 985ms
/iceberg/iceberg table engine/feature/row policies/combination #35 OK 765ms
/iceberg/iceberg table engine/feature/row policies/combination #36 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #37 OK 832ms
/iceberg/iceberg table engine/feature/row policies/combination #38 OK 941ms
/iceberg/iceberg table engine/feature/row policies/combination #39 OK 744ms
/iceberg/iceberg table engine/feature/row policies/combination #40 OK 749ms
/iceberg/iceberg table engine/feature/row policies/combination #41 OK 848ms
/iceberg/iceberg table engine/feature/row policies/combination #42 OK 767ms
/iceberg/iceberg table engine/feature/row policies/combination #43 OK 965ms
/iceberg/iceberg table engine/feature/row policies/combination #44 OK 815ms
/iceberg/iceberg table engine/feature/row policies/combination #45 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #46 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #47 OK 882ms
/iceberg/iceberg table engine/feature/row policies/combination #48 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #49 OK 880ms
/iceberg/iceberg table engine/feature/row policies/combination #50 OK 758ms
/iceberg/iceberg table engine/feature/row policies/combination #51 OK 1s 23ms
/iceberg/iceberg table engine/feature/row policies/combination #52 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #53 OK 961ms
/iceberg/iceberg table engine/feature/row policies/combination #54 OK 903ms
/iceberg/iceberg table engine/feature/row policies/combination #55 OK 874ms
/iceberg/iceberg table engine/feature/row policies/combination #56 OK 971ms
/iceberg/iceberg table engine/feature/row policies/combination #57 OK 961ms
/iceberg/iceberg table engine/feature/row policies/combination #58 OK 952ms
/iceberg/iceberg table engine/feature/row policies/combination #59 OK 760ms
/iceberg/iceberg table engine/feature/row policies/combination #60 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #61 OK 952ms
/iceberg/iceberg table engine/feature/row policies/combination #62 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #63 OK 770ms
/iceberg/iceberg table engine/feature/row policies/combination #64 OK 1s 8ms
/iceberg/iceberg table engine/feature/row policies/combination #65 OK 902ms
/iceberg/iceberg table engine/feature/row policies/combination #66 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #67 OK 964ms
/iceberg/iceberg table engine/feature/row policies/combination #68 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #69 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #70 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #71 OK 809ms
/iceberg/iceberg table engine/feature/row policies/combination #72 OK 956ms
/iceberg/iceberg table engine/feature/row policies/combination #73 OK 876ms
/iceberg/iceberg table engine/feature/row policies/combination #74 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #75 OK 883ms
/iceberg/iceberg table engine/feature/row policies/combination #76 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #77 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #78 OK 764ms
/iceberg/iceberg table engine/feature/row policies/combination #79 OK 965ms
/iceberg/iceberg table engine/feature/row policies/combination #80 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #81 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #82 OK 730ms
/iceberg/iceberg table engine/feature/row policies/combination #83 OK 823ms
/iceberg/iceberg table engine/feature/row policies/combination #84 OK 869ms
/iceberg/iceberg table engine/feature/row policies/combination #85 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #86 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #87 OK 943ms
/iceberg/iceberg table engine/feature/row policies/combination #88 OK 958ms
/iceberg/iceberg table engine/feature/row policies/combination #89 OK 953ms
/iceberg/iceberg table engine/feature/row policies/combination #90 OK 793ms
/iceberg/iceberg table engine/feature/row policies/combination #91 OK 769ms
/iceberg/iceberg table engine/feature/row policies/combination #92 OK 840ms
/iceberg/iceberg table engine/feature/row policies/combination #93 OK 976ms
/iceberg/iceberg table engine/feature/row policies/combination #94 OK 770ms
/iceberg/iceberg table engine/feature/row policies/combination #95 OK 840ms
/iceberg/iceberg table engine/feature/row policies/combination #96 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #97 OK 843ms
/iceberg/iceberg table engine/feature/row policies/combination #98 OK 833ms
/iceberg/iceberg table engine/feature/row policies/combination #99 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #100 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #101 OK 874ms
/iceberg/iceberg table engine/feature/row policies/combination #102 OK 860ms
/iceberg/iceberg table engine/feature/row policies/combination #103 OK 932ms
/iceberg/iceberg table engine/feature/row policies/combination #104 OK 948ms
/iceberg/iceberg table engine/feature/row policies/combination #105 OK 780ms
/iceberg/iceberg table engine/feature/row policies/combination #106 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #107 OK 734ms
/iceberg/iceberg table engine/feature/row policies/combination #108 OK 762ms
/iceberg/iceberg table engine/feature/row policies/combination #109 OK 740ms
/iceberg/iceberg table engine/feature/row policies/combination #110 OK 792ms
/iceberg/iceberg table engine/feature/row policies/combination #111 OK 767ms
/iceberg/iceberg table engine/feature/row policies/combination #112 OK 747ms
/iceberg/iceberg table engine/feature/row policies/combination #113 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #114 OK 754ms
/iceberg/iceberg table engine/feature/row policies/combination #115 OK 817ms
/iceberg/iceberg table engine/feature/row policies/combination #116 OK 957ms
/iceberg/iceberg table engine/feature/row policies/combination #117 OK 832ms
/iceberg/iceberg table engine/feature/row policies/combination #118 OK 758ms
/iceberg/iceberg table engine/feature/row policies/combination #119 OK 967ms
/iceberg/iceberg table engine/feature/row policies/combination #120 OK 971ms
/iceberg/iceberg table engine/feature/row policies/combination #121 OK 845ms
/iceberg/iceberg table engine/feature/row policies/combination #122 OK 697ms
/iceberg/iceberg table engine/feature/row policies/combination #123 OK 868ms
/iceberg/iceberg table engine/feature/row policies/combination #124 OK 835ms
/iceberg/iceberg table engine/feature/row policies/combination #125 OK 931ms
/iceberg/iceberg table engine/feature/row policies/combination #126 OK 910ms
/iceberg/iceberg table engine/feature/row policies/combination #127 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #128 OK 860ms
/iceberg/iceberg table engine/feature/row policies/combination #129 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #130 OK 724ms
/iceberg/iceberg table engine/feature/row policies/combination #131 OK 912ms
/iceberg/iceberg table engine/feature/row policies/combination #132 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #133 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #134 OK 970ms
/iceberg/iceberg table engine/feature/row policies/combination #135 OK 761ms
/iceberg/iceberg table engine/feature/row policies/combination #136 OK 947ms
/iceberg/iceberg table engine/feature/row policies/combination #137 OK 865ms
/iceberg/iceberg table engine/feature/row policies/combination #138 OK 928ms
/iceberg/iceberg table engine/feature/row policies/combination #139 OK 882ms
/iceberg/iceberg table engine/feature/row policies/combination #140 OK 859ms
/iceberg/iceberg table engine/feature/row policies/combination #141 OK 974ms
/iceberg/iceberg table engine/feature/row policies/combination #142 OK 870ms
/iceberg/iceberg table engine/feature/row policies/combination #143 OK 870ms
/iceberg/iceberg table engine/feature/row policies/combination #144 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #145 OK 853ms
/iceberg/iceberg table engine/feature/row policies/combination #146 OK 829ms
/iceberg/iceberg table engine/feature/row policies/combination #147 OK 945ms
/iceberg/iceberg table engine/feature/row policies/combination #148 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #149 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #150 OK 739ms
/iceberg/iceberg table engine/feature/row policies/combination #151 OK 801ms
/iceberg/iceberg table engine/feature/row policies/combination #152 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #153 OK 873ms
/iceberg/iceberg table engine/feature/row policies/combination #154 OK 871ms
/iceberg/iceberg table engine/feature/row policies/combination #155 OK 946ms
/iceberg/iceberg table engine/feature/row policies/combination #156 OK 962ms
/iceberg/iceberg table engine/feature/row policies/combination #157 OK 922ms
/iceberg/iceberg table engine/feature/row policies/combination #158 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #159 OK 813ms
/iceberg/iceberg table engine/feature/row policies/combination #160 OK 817ms
/iceberg/iceberg table engine/feature/row policies/combination #161 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #162 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #163 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #164 OK 894ms
/iceberg/iceberg table engine/feature/row policies/combination #165 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #166 OK 829ms
/iceberg/iceberg table engine/feature/row policies/combination #167 OK 793ms
/iceberg/iceberg table engine/feature/row policies/combination #168 OK 852ms
/iceberg/iceberg table engine/feature/row policies/combination #169 OK 707ms
/iceberg/iceberg table engine/feature/row policies/combination #170 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #171 OK 874ms
/iceberg/iceberg table engine/feature/row policies/combination #172 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #173 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #174 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #175 OK 835ms
/iceberg/iceberg table engine/feature/row policies/combination #176 OK 725ms
/iceberg/iceberg table engine/feature/row policies/combination #177 OK 916ms
/iceberg/iceberg table engine/feature/row policies/combination #178 OK 731ms
/iceberg/iceberg table engine/feature/row policies/combination #179 OK 831ms
/iceberg/iceberg table engine/feature/row policies/combination #180 OK 893ms
/iceberg/iceberg table engine/feature/row policies/combination #181 OK 794ms
/iceberg/iceberg table engine/feature/row policies/combination #182 OK 885ms
/iceberg/iceberg table engine/feature/row policies/combination #183 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #184 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #185 OK 832ms
/iceberg/iceberg table engine/feature/row policies/combination #186 OK 774ms
/iceberg/iceberg table engine/feature/row policies/combination #187 OK 817ms
/iceberg/iceberg table engine/feature/row policies/combination #188 OK 830ms
/iceberg/iceberg table engine/feature/row policies/combination #189 OK 855ms
/iceberg/iceberg table engine/feature/row policies/combination #190 OK 864ms
/iceberg/iceberg table engine/feature/row policies/combination #191 OK 900ms
/iceberg/iceberg table engine/feature/row policies/combination #192 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #193 OK 819ms
/iceberg/iceberg table engine/feature/row policies/combination #194 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #195 OK 779ms
/iceberg/iceberg table engine/feature/row policies/combination #196 OK 873ms
/iceberg/iceberg table engine/feature/row policies/combination #197 OK 1s 27ms
/iceberg/iceberg table engine/feature/row policies/combination #198 OK 953ms
/iceberg/iceberg table engine/feature/row policies/combination #199 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #200 OK 844ms
/iceberg/iceberg table engine/feature/row policies/combination #201 OK 880ms
/iceberg/iceberg table engine/feature/row policies/combination #202 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #203 OK 959ms
/iceberg/iceberg table engine/feature/row policies/combination #204 OK 1s 47ms
/iceberg/iceberg table engine/feature/row policies/combination #205 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #206 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #207 OK 829ms
/iceberg/iceberg table engine/feature/row policies/combination #208 OK 961ms
/iceberg/iceberg table engine/feature/row policies/combination #209 OK 955ms
/iceberg/iceberg table engine/feature/row policies/combination #210 OK 854ms
/iceberg/iceberg table engine/feature/row policies/combination #211 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #212 OK 895ms
/iceberg/iceberg table engine/feature/row policies/combination #213 OK 762ms
/iceberg/iceberg table engine/feature/row policies/combination #214 OK 955ms
/iceberg/iceberg table engine/feature/row policies/combination #215 OK 946ms
/iceberg/iceberg table engine/feature/row policies/combination #216 OK 984ms
/iceberg/iceberg table engine/feature/row policies/combination #217 OK 867ms
/iceberg/iceberg table engine/feature/row policies/combination #218 OK 859ms
/iceberg/iceberg table engine/feature/row policies/combination #219 OK 913ms
/iceberg/iceberg table engine/feature/row policies/combination #220 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #221 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #222 OK 864ms
/iceberg/iceberg table engine/feature/row policies/combination #223 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #224 OK 966ms
/iceberg/iceberg table engine/feature/row policies/combination #225 OK 737ms
/iceberg/iceberg table engine/feature/row policies/combination #226 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #227 OK 732ms
/iceberg/iceberg table engine/feature/row policies/combination #228 OK 966ms
/iceberg/iceberg table engine/feature/row policies/combination #229 OK 898ms
/iceberg/iceberg table engine/feature/row policies/combination #230 OK 966ms
/iceberg/iceberg table engine/feature/row policies/combination #231 OK 932ms
/iceberg/iceberg table engine/feature/row policies/combination #232 OK 776ms
/iceberg/iceberg table engine/feature/row policies/combination #233 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #234 OK 821ms
/iceberg/iceberg table engine/feature/row policies/combination #235 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #236 OK 898ms
/iceberg/iceberg table engine/feature/row policies/combination #237 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #238 OK 843ms
/iceberg/iceberg table engine/feature/row policies/combination #239 OK 835ms
/iceberg/iceberg table engine/feature/row policies/combination #240 OK 869ms
/iceberg/iceberg table engine/feature/row policies/combination #241 OK 761ms
/iceberg/iceberg table engine/feature/row policies/combination #242 OK 854ms
/iceberg/iceberg table engine/feature/row policies/combination #243 OK 743ms
/iceberg/iceberg table engine/feature/row policies/combination #244 OK 995ms
/iceberg/iceberg table engine/feature/row policies/combination #245 OK 792ms
/iceberg/iceberg table engine/feature/row policies/combination #246 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #247 OK 973ms
/iceberg/iceberg table engine/feature/row policies/combination #248 OK 867ms
/iceberg/iceberg table engine/feature/row policies/combination #249 OK 915ms
/iceberg/iceberg table engine/feature/row policies/combination #250 OK 945ms
/iceberg/iceberg table engine/feature/row policies/combination #251 OK 917ms
/iceberg/iceberg table engine/feature/row policies/combination #252 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #253 OK 926ms
/iceberg/iceberg table engine/feature/row policies/combination #254 OK 946ms
/iceberg/iceberg table engine/feature/row policies/combination #255 OK 1s 46ms
/iceberg/iceberg table engine/feature/row policies/combination #256 OK 953ms
/iceberg/iceberg table engine/feature/row policies/combination #257 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #258 OK 870ms
/iceberg/iceberg table engine/feature/row policies/combination #259 OK 983ms
/iceberg/iceberg table engine/feature/row policies/combination #260 OK 746ms
/iceberg/iceberg table engine/feature/row policies/combination #261 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #262 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #263 OK 908ms
/iceberg/iceberg table engine/feature/row policies/combination #264 OK 931ms
/iceberg/iceberg table engine/feature/row policies/combination #265 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #266 OK 867ms
/iceberg/iceberg table engine/feature/row policies/combination #267 OK 747ms
/iceberg/iceberg table engine/feature/row policies/combination #268 OK 918ms
/iceberg/iceberg table engine/feature/row policies/combination #269 OK 715ms
/iceberg/iceberg table engine/feature/row policies/combination #270 OK 879ms
/iceberg/iceberg table engine/feature/row policies/combination #271 OK 884ms
/iceberg/iceberg table engine/feature/row policies/combination #272 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #273 OK 962ms
/iceberg/iceberg table engine/feature/row policies/combination #274 OK 941ms
/iceberg/iceberg table engine/feature/row policies/combination #275 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #276 OK 947ms
/iceberg/iceberg table engine/feature/row policies/combination #277 OK 779ms
/iceberg/iceberg table engine/feature/row policies/combination #278 OK 873ms
/iceberg/iceberg table engine/feature/row policies/combination #279 OK 820ms
/iceberg/iceberg table engine/feature/row policies/combination #280 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #281 OK 888ms
/iceberg/iceberg table engine/feature/row policies/combination #282 OK 813ms
/iceberg/iceberg table engine/feature/row policies/combination #283 OK 779ms
/iceberg/iceberg table engine/feature/row policies/combination #284 OK 771ms
/iceberg/iceberg table engine/feature/row policies/combination #285 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #286 OK 897ms
/iceberg/iceberg table engine/feature/row policies/combination #287 OK 879ms
/iceberg/iceberg table engine/feature/row policies/combination #288 OK 861ms
/iceberg/iceberg table engine/feature/row policies/combination #289 OK 913ms
/iceberg/iceberg table engine/feature/row policies/combination #290 OK 943ms
/iceberg/iceberg table engine/feature/row policies/combination #291 OK 982ms
/iceberg/iceberg table engine/feature/row policies/combination #292 OK 753ms
/iceberg/iceberg table engine/feature/row policies/combination #293 OK 765ms
/iceberg/iceberg table engine/feature/row policies/combination #294 OK 764ms
/iceberg/iceberg table engine/feature/row policies/combination #295 OK 949ms
/iceberg/iceberg table engine/feature/row policies/combination #296 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #297 OK 931ms
/iceberg/iceberg table engine/feature/row policies/combination #298 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #299 OK 769ms
/iceberg/iceberg table engine/feature/row policies/combination #300 OK 903ms
/iceberg/iceberg table engine/feature/row policies/combination #301 OK 913ms
/iceberg/iceberg table engine/feature/row policies/combination #302 OK 890ms
/iceberg/iceberg table engine/feature/row policies/combination #303 OK 883ms
/iceberg/iceberg table engine/feature/row policies/combination #304 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #305 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #306 OK 765ms
/iceberg/iceberg table engine/feature/row policies/combination #307 OK 853ms
/iceberg/iceberg table engine/feature/row policies/combination #308 OK 913ms
/iceberg/iceberg table engine/feature/row policies/combination #309 OK 844ms
/iceberg/iceberg table engine/feature/row policies/combination #310 OK 779ms
/iceberg/iceberg table engine/feature/row policies/combination #311 OK 899ms
/iceberg/iceberg table engine/feature/row policies/combination #312 OK 1s 5ms
/iceberg/iceberg table engine/feature/row policies/combination #313 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #314 OK 906ms
/iceberg/iceberg table engine/feature/row policies/combination #315 OK 899ms
/iceberg/iceberg table engine/feature/row policies/combination #316 OK 786ms
/iceberg/iceberg table engine/feature/row policies/combination #317 OK 772ms
/iceberg/iceberg table engine/feature/row policies/combination #318 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #319 OK 909ms
/iceberg/iceberg table engine/feature/row policies/combination #320 OK 915ms
/iceberg/iceberg table engine/feature/row policies/combination #321 OK 843ms
/iceberg/iceberg table engine/feature/row policies/combination #322 OK 823ms
/iceberg/iceberg table engine/feature/row policies/combination #323 OK 835ms
/iceberg/iceberg table engine/feature/row policies/combination #324 OK 761ms
/iceberg/iceberg table engine/feature/row policies/combination #325 OK 744ms
/iceberg/iceberg table engine/feature/row policies/combination #326 OK 882ms
/iceberg/iceberg table engine/feature/row policies/combination #327 OK 740ms
/iceberg/iceberg table engine/feature/row policies/combination #328 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #329 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #330 OK 743ms
/iceberg/iceberg table engine/feature/row policies/combination #331 OK 895ms
/iceberg/iceberg table engine/feature/row policies/combination #332 OK 898ms
/iceberg/iceberg table engine/feature/row policies/combination #333 OK 902ms
/iceberg/iceberg table engine/feature/row policies/combination #334 OK 843ms
/iceberg/iceberg table engine/feature/row policies/combination #335 OK 952ms
/iceberg/iceberg table engine/feature/row policies/combination #336 OK 753ms
/iceberg/iceberg table engine/feature/row policies/combination #337 OK 909ms
/iceberg/iceberg table engine/feature/row policies/combination #338 OK 800ms
/iceberg/iceberg table engine/feature/row policies/combination #339 OK 973ms
/iceberg/iceberg table engine/feature/row policies/combination #340 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #341 OK 786ms
/iceberg/iceberg table engine/feature/row policies/combination #342 OK 985ms
/iceberg/iceberg table engine/feature/row policies/combination #343 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #344 OK 794ms
/iceberg/iceberg table engine/feature/row policies/combination #345 OK 751ms
/iceberg/iceberg table engine/feature/row policies/combination #346 OK 769ms
/iceberg/iceberg table engine/feature/row policies/combination #347 OK 876ms
/iceberg/iceberg table engine/feature/row policies/combination #348 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #349 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #350 OK 996ms
/iceberg/iceberg table engine/feature/row policies/combination #351 OK 761ms
/iceberg/iceberg table engine/feature/row policies/combination #352 OK 888ms
/iceberg/iceberg table engine/feature/row policies/combination #353 OK 1s 2ms
/iceberg/iceberg table engine/feature/row policies/combination #354 OK 943ms
/iceberg/iceberg table engine/feature/row policies/combination #355 OK 947ms
/iceberg/iceberg table engine/feature/row policies/combination #356 OK 824ms
/iceberg/iceberg table engine/feature/row policies/combination #357 OK 900ms
/iceberg/iceberg table engine/feature/row policies/combination #358 OK 856ms
/iceberg/iceberg table engine/feature/row policies/combination #359 OK 972ms
/iceberg/iceberg table engine/feature/row policies/combination #360 OK 890ms
/iceberg/iceberg table engine/feature/row policies/combination #361 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #362 OK 747ms
/iceberg/iceberg table engine/feature/row policies/combination #363 OK 894ms
/iceberg/iceberg table engine/feature/row policies/combination #364 OK 809ms
/iceberg/iceberg table engine/feature/row policies/combination #365 OK 886ms
/iceberg/iceberg table engine/feature/row policies/combination #366 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #367 OK 866ms
/iceberg/iceberg table engine/feature/row policies/combination #368 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #369 OK 948ms
/iceberg/iceberg table engine/feature/row policies/combination #370 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #371 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #372 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #373 OK 746ms
/iceberg/iceberg table engine/feature/row policies/combination #374 OK 745ms
/iceberg/iceberg table engine/feature/row policies/combination #375 OK 916ms
/iceberg/iceberg table engine/feature/row policies/combination #376 OK 821ms
/iceberg/iceberg table engine/feature/row policies/combination #377 OK 724ms
/iceberg/iceberg table engine/feature/row policies/combination #378 OK 733ms
/iceberg/iceberg table engine/feature/row policies/combination #379 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #380 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #381 OK 962ms
/iceberg/iceberg table engine/feature/row policies/combination #382 OK 956ms
/iceberg/iceberg table engine/feature/row policies/combination #383 OK 806ms
/iceberg/iceberg table engine/feature/row policies/combination #384 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #385 OK 855ms
/iceberg/iceberg table engine/feature/row policies/combination #386 OK 834ms
/iceberg/iceberg table engine/feature/row policies/combination #387 OK 986ms
/iceberg/iceberg table engine/feature/row policies/combination #388 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #389 OK 909ms
/iceberg/iceberg table engine/feature/row policies/combination #390 OK 854ms
/iceberg/iceberg table engine/feature/row policies/combination #391 OK 765ms
/iceberg/iceberg table engine/feature/row policies/combination #392 OK 965ms
/iceberg/iceberg table engine/feature/row policies/combination #393 OK 729ms
/iceberg/iceberg table engine/feature/row policies/combination #394 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #395 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #396 OK 850ms
/iceberg/iceberg table engine/feature/row policies/combination #397 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #398 OK 759ms
/iceberg/iceberg table engine/feature/row policies/combination #399 OK 799ms
/iceberg/iceberg table engine/feature/row policies/combination #400 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #401 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #402 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #403 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #404 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #405 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #406 OK 789ms
/iceberg/iceberg table engine/feature/row policies/combination #407 OK 862ms
/iceberg/iceberg table engine/feature/row policies/combination #408 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #409 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #410 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #411 OK 870ms
/iceberg/iceberg table engine/feature/row policies/combination #412 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #413 OK 768ms
/iceberg/iceberg table engine/feature/row policies/combination #414 OK 978ms
/iceberg/iceberg table engine/feature/row policies/combination #415 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #416 OK 864ms
/iceberg/iceberg table engine/feature/row policies/combination #417 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #418 OK 912ms
/iceberg/iceberg table engine/feature/row policies/combination #419 OK 903ms
/iceberg/iceberg table engine/feature/row policies/combination #420 OK 860ms
/iceberg/iceberg table engine/feature/row policies/combination #421 OK 791ms
/iceberg/iceberg table engine/feature/row policies/combination #422 OK 788ms
/iceberg/iceberg table engine/feature/row policies/combination #423 OK 829ms
/iceberg/iceberg table engine/feature/row policies/combination #424 OK 945ms
/iceberg/iceberg table engine/feature/row policies/combination #425 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #426 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #427 OK 857ms
/iceberg/iceberg table engine/feature/row policies/combination #428 OK 774ms
/iceberg/iceberg table engine/feature/row policies/combination #429 OK 960ms
/iceberg/iceberg table engine/feature/row policies/combination #430 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #431 OK 941ms
/iceberg/iceberg table engine/feature/row policies/combination #432 OK 860ms
/iceberg/iceberg table engine/feature/row policies/combination #433 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #434 OK 751ms
/iceberg/iceberg table engine/feature/row policies/combination #435 OK 870ms
/iceberg/iceberg table engine/feature/row policies/combination #436 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #437 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #438 OK 738ms
/iceberg/iceberg table engine/feature/row policies/combination #439 OK 964ms
/iceberg/iceberg table engine/feature/row policies/combination #440 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #441 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #442 OK 957ms
/iceberg/iceberg table engine/feature/row policies/combination #443 OK 797ms
/iceberg/iceberg table engine/feature/row policies/combination #444 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #445 OK 758ms
/iceberg/iceberg table engine/feature/row policies/combination #446 OK 948ms
/iceberg/iceberg table engine/feature/row policies/combination #447 OK 875ms
/iceberg/iceberg table engine/feature/row policies/combination #448 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #449 OK 933ms
/iceberg/iceberg table engine/feature/row policies/combination #450 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #451 OK 989ms
/iceberg/iceberg table engine/feature/row policies/combination #452 OK 789ms
/iceberg/iceberg table engine/feature/row policies/combination #453 OK 801ms
/iceberg/iceberg table engine/feature/row policies/combination #454 OK 875ms
/iceberg/iceberg table engine/feature/row policies/combination #455 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #456 OK 922ms
/iceberg/iceberg table engine/feature/row policies/combination #457 OK 759ms
/iceberg/iceberg table engine/feature/row policies/combination #458 OK 749ms
/iceberg/iceberg table engine/feature/row policies/combination #459 OK 946ms
/iceberg/iceberg table engine/feature/row policies/combination #460 OK 969ms
/iceberg/iceberg table engine/feature/row policies/combination #461 OK 993ms
/iceberg/iceberg table engine/feature/row policies/combination #462 OK 988ms
/iceberg/iceberg table engine/feature/row policies/combination #463 OK 754ms
/iceberg/iceberg table engine/feature/row policies/combination #464 OK 732ms
/iceberg/iceberg table engine/feature/row policies/combination #465 OK 750ms
/iceberg/iceberg table engine/feature/row policies/combination #466 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #467 OK 876ms
/iceberg/iceberg table engine/feature/row policies/combination #468 OK 822ms
/iceberg/iceberg table engine/feature/row policies/combination #469 OK 870ms
/iceberg/iceberg table engine/feature/row policies/combination #470 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #471 OK 881ms
/iceberg/iceberg table engine/feature/row policies/combination #472 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #473 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #474 OK 730ms
/iceberg/iceberg table engine/feature/row policies/combination #475 OK 945ms
/iceberg/iceberg table engine/feature/row policies/combination #476 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #477 OK 814ms
/iceberg/iceberg table engine/feature/row policies/combination #478 OK 958ms
/iceberg/iceberg table engine/feature/row policies/combination #479 OK 955ms
/iceberg/iceberg table engine/feature/row policies/combination #480 OK 900ms
/iceberg/iceberg table engine/feature/row policies/combination #481 OK 805ms
/iceberg/iceberg table engine/feature/row policies/combination #482 OK 774ms
/iceberg/iceberg table engine/feature/row policies/combination #483 OK 894ms
/iceberg/iceberg table engine/feature/row policies/combination #484 OK 971ms
/iceberg/iceberg table engine/feature/row policies/combination #485 OK 777ms
/iceberg/iceberg table engine/feature/row policies/combination #486 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #487 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #488 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #489 OK 933ms
/iceberg/iceberg table engine/feature/row policies/combination #490 OK 783ms
/iceberg/iceberg table engine/feature/row policies/combination #491 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #492 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #493 OK 895ms
/iceberg/iceberg table engine/feature/row policies/combination #494 OK 855ms
/iceberg/iceberg table engine/feature/row policies/combination #495 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #496 OK 920ms
/iceberg/iceberg table engine/feature/row policies/combination #497 OK 862ms
/iceberg/iceberg table engine/feature/row policies/combination #498 OK 826ms
/iceberg/iceberg table engine/feature/row policies/combination #499 OK 803ms
/iceberg/iceberg table engine/feature/row policies/combination #500 OK 828ms
/iceberg/iceberg table engine/feature/row policies/combination #501 OK 971ms
/iceberg/iceberg table engine/feature/row policies/combination #502 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #503 OK 953ms
/iceberg/iceberg table engine/feature/row policies/combination #504 OK 967ms
/iceberg/iceberg table engine/feature/row policies/combination #505 OK 932ms
/iceberg/iceberg table engine/feature/row policies/combination #506 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #507 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #508 OK 749ms
/iceberg/iceberg table engine/feature/row policies/combination #509 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #510 OK 932ms
/iceberg/iceberg table engine/feature/row policies/combination #511 OK 926ms
/iceberg/iceberg table engine/feature/row policies/combination #512 OK 789ms
/iceberg/iceberg table engine/feature/row policies/combination #513 OK 828ms
/iceberg/iceberg table engine/feature/row policies/combination #514 OK 926ms
/iceberg/iceberg table engine/feature/row policies/combination #515 OK 854ms
/iceberg/iceberg table engine/feature/row policies/combination #516 OK 894ms
/iceberg/iceberg table engine/feature/row policies/combination #517 OK 943ms
/iceberg/iceberg table engine/feature/row policies/combination #518 OK 884ms
/iceberg/iceberg table engine/feature/row policies/combination #519 OK 908ms
/iceberg/iceberg table engine/feature/row policies/combination #520 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #521 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #522 OK 900ms
/iceberg/iceberg table engine/feature/row policies/combination #523 OK 910ms
/iceberg/iceberg table engine/feature/row policies/combination #524 OK 850ms
/iceberg/iceberg table engine/feature/row policies/combination #525 OK 767ms
/iceberg/iceberg table engine/feature/row policies/combination #526 OK 807ms
/iceberg/iceberg table engine/feature/row policies/combination #527 OK 884ms
/iceberg/iceberg table engine/feature/row policies/combination #528 OK 800ms
/iceberg/iceberg table engine/feature/row policies/combination #529 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #530 OK 845ms
/iceberg/iceberg table engine/feature/row policies/combination #531 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #532 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #533 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #534 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #535 OK 773ms
/iceberg/iceberg table engine/feature/row policies/combination #536 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #537 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #538 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #539 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #540 OK 1s 45ms
/iceberg/iceberg table engine/feature/row policies/combination #541 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #542 OK 879ms
/iceberg/iceberg table engine/feature/row policies/combination #543 OK 824ms
/iceberg/iceberg table engine/feature/row policies/combination #544 OK 714ms
/iceberg/iceberg table engine/feature/row policies/combination #545 OK 763ms
/iceberg/iceberg table engine/feature/row policies/combination #546 OK 952ms
/iceberg/iceberg table engine/feature/row policies/combination #547 OK 977ms
/iceberg/iceberg table engine/feature/row policies/combination #548 OK 765ms
/iceberg/iceberg table engine/feature/row policies/combination #549 OK 899ms
/iceberg/iceberg table engine/feature/row policies/combination #550 OK 956ms
/iceberg/iceberg table engine/feature/row policies/combination #551 OK 751ms
/iceberg/iceberg table engine/feature/row policies/combination #552 OK 738ms
/iceberg/iceberg table engine/feature/row policies/combination #553 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #554 OK 957ms
/iceberg/iceberg table engine/feature/row policies/combination #555 OK 718ms
/iceberg/iceberg table engine/feature/row policies/combination #556 OK 723ms
/iceberg/iceberg table engine/feature/row policies/combination #557 OK 749ms
/iceberg/iceberg table engine/feature/row policies/combination #558 OK 955ms
/iceberg/iceberg table engine/feature/row policies/combination #559 OK 802ms
/iceberg/iceberg table engine/feature/row policies/combination #560 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #561 OK 994ms
/iceberg/iceberg table engine/feature/row policies/combination #562 OK 956ms
/iceberg/iceberg table engine/feature/row policies/combination #563 OK 822ms
/iceberg/iceberg table engine/feature/row policies/combination #564 OK 711ms
/iceberg/iceberg table engine/feature/row policies/combination #565 OK 918ms
/iceberg/iceberg table engine/feature/row policies/combination #566 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #567 OK 809ms
/iceberg/iceberg table engine/feature/row policies/combination #568 OK 903ms
/iceberg/iceberg table engine/feature/row policies/combination #569 OK 828ms
/iceberg/iceberg table engine/feature/row policies/combination #570 OK 785ms
/iceberg/iceberg table engine/feature/row policies/combination #571 OK 721ms
/iceberg/iceberg table engine/feature/row policies/combination #572 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #573 OK 856ms
/iceberg/iceberg table engine/feature/row policies/combination #574 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #575 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #576 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #577 OK 873ms
/iceberg/iceberg table engine/feature/row policies/combination #578 OK 741ms
/iceberg/iceberg table engine/feature/row policies/combination #579 OK 826ms
/iceberg/iceberg table engine/feature/row policies/combination #580 OK 742ms
/iceberg/iceberg table engine/feature/row policies/combination #581 OK 777ms
/iceberg/iceberg table engine/feature/row policies/combination #582 OK 926ms
/iceberg/iceberg table engine/feature/row policies/combination #583 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #584 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #585 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #586 OK 735ms
/iceberg/iceberg table engine/feature/row policies/combination #587 OK 928ms
/iceberg/iceberg table engine/feature/row policies/combination #588 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #589 OK 888ms
/iceberg/iceberg table engine/feature/row policies/combination #590 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #591 OK 773ms
/iceberg/iceberg table engine/feature/row policies/combination #592 OK 845ms
/iceberg/iceberg table engine/feature/row policies/combination #593 OK 865ms
/iceberg/iceberg table engine/feature/row policies/combination #594 OK 844ms
/iceberg/iceberg table engine/feature/row policies/combination #595 OK 843ms
/iceberg/iceberg table engine/feature/row policies/combination #596 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #597 OK 827ms
/iceberg/iceberg table engine/feature/row policies/combination #598 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #599 OK 891ms
/iceberg/iceberg table engine/feature/row policies/combination #600 OK 854ms
/iceberg/iceberg table engine/feature/row policies/combination #601 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #602 OK 928ms
/iceberg/iceberg table engine/feature/row policies/combination #603 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #604 OK 782ms
/iceberg/iceberg table engine/feature/row policies/combination #605 OK 820ms
/iceberg/iceberg table engine/feature/row policies/combination #606 OK 760ms
/iceberg/iceberg table engine/feature/row policies/combination #607 OK 825ms
/iceberg/iceberg table engine/feature/row policies/combination #608 OK 857ms
/iceberg/iceberg table engine/feature/row policies/combination #609 OK 860ms
/iceberg/iceberg table engine/feature/row policies/combination #610 OK 925ms
/iceberg/iceberg table engine/feature/row policies/combination #611 OK 853ms
/iceberg/iceberg table engine/feature/row policies/combination #612 OK 858ms
/iceberg/iceberg table engine/feature/row policies/combination #613 OK 760ms
/iceberg/iceberg table engine/feature/row policies/combination #614 OK 817ms
/iceberg/iceberg table engine/feature/row policies/combination #615 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #616 OK 952ms
/iceberg/iceberg table engine/feature/row policies/combination #617 OK 782ms
/iceberg/iceberg table engine/feature/row policies/combination #618 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #619 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #620 OK 880ms
/iceberg/iceberg table engine/feature/row policies/combination #621 OK 816ms
/iceberg/iceberg table engine/feature/row policies/combination #622 OK 809ms
/iceberg/iceberg table engine/feature/row policies/combination #623 OK 727ms
/iceberg/iceberg table engine/feature/row policies/combination #624 OK 898ms
/iceberg/iceberg table engine/feature/row policies/combination #625 OK 744ms
/iceberg/iceberg table engine/feature/row policies/combination #626 OK 722ms
/iceberg/iceberg table engine/feature/row policies/combination #627 OK 833ms
/iceberg/iceberg table engine/feature/row policies/combination #628 OK 740ms
/iceberg/iceberg table engine/feature/row policies/combination #629 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #630 OK 913ms
/iceberg/iceberg table engine/feature/row policies/combination #631 OK 756ms
/iceberg/iceberg table engine/feature/row policies/combination #632 OK 886ms
/iceberg/iceberg table engine/feature/row policies/combination #633 OK 895ms
/iceberg/iceberg table engine/feature/row policies/combination #634 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #635 OK 947ms
/iceberg/iceberg table engine/feature/row policies/combination #636 OK 886ms
/iceberg/iceberg table engine/feature/row policies/combination #637 OK 893ms
/iceberg/iceberg table engine/feature/row policies/combination #638 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #639 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #640 OK 805ms
/iceberg/iceberg table engine/feature/row policies/combination #641 OK 725ms
/iceberg/iceberg table engine/feature/row policies/combination #642 OK 826ms
/iceberg/iceberg table engine/feature/row policies/combination #643 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #644 OK 733ms
/iceberg/iceberg table engine/feature/row policies/combination #645 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #646 OK 737ms
/iceberg/iceberg table engine/feature/row policies/combination #647 OK 830ms
/iceberg/iceberg table engine/feature/row policies/combination #648 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #649 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #650 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #651 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #652 OK 882ms
/iceberg/iceberg table engine/feature/row policies/combination #653 OK 865ms
/iceberg/iceberg table engine/feature/row policies/combination #654 OK 741ms
/iceberg/iceberg table engine/feature/row policies/combination #655 OK 904ms
/iceberg/iceberg table engine/feature/row policies/combination #656 OK 888ms
/iceberg/iceberg table engine/feature/row policies/combination #657 OK 926ms
/iceberg/iceberg table engine/feature/row policies/combination #658 OK 776ms
/iceberg/iceberg table engine/feature/row policies/combination #659 OK 877ms
/iceberg/iceberg table engine/feature/row policies/combination #660 OK 813ms
/iceberg/iceberg table engine/feature/row policies/combination #661 OK 943ms
/iceberg/iceberg table engine/feature/row policies/combination #662 OK 834ms
/iceberg/iceberg table engine/feature/row policies/combination #663 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #664 OK 939ms
/iceberg/iceberg table engine/feature/row policies/combination #665 OK 945ms
/iceberg/iceberg table engine/feature/row policies/combination #666 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #667 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #668 OK 918ms
/iceberg/iceberg table engine/feature/row policies/combination #669 OK 857ms
/iceberg/iceberg table engine/feature/row policies/combination #670 OK 724ms
/iceberg/iceberg table engine/feature/row policies/combination #671 OK 758ms
/iceberg/iceberg table engine/feature/row policies/combination #672 OK 960ms
/iceberg/iceberg table engine/feature/row policies/combination #673 OK 782ms
/iceberg/iceberg table engine/feature/row policies/combination #674 OK 874ms
/iceberg/iceberg table engine/feature/row policies/combination #675 OK 953ms
/iceberg/iceberg table engine/feature/row policies/combination #676 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #677 OK 750ms
/iceberg/iceberg table engine/feature/row policies/combination #678 OK 999ms
/iceberg/iceberg table engine/feature/row policies/combination #679 OK 983ms
/iceberg/iceberg table engine/feature/row policies/combination #680 OK 740ms
/iceberg/iceberg table engine/feature/row policies/combination #681 OK 727ms
/iceberg/iceberg table engine/feature/row policies/combination #682 OK 885ms
/iceberg/iceberg table engine/feature/row policies/combination #683 OK 910ms
/iceberg/iceberg table engine/feature/row policies/combination #684 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #685 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #686 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #687 OK 1s 40ms
/iceberg/iceberg table engine/feature/row policies/combination #688 OK 941ms
/iceberg/iceberg table engine/feature/row policies/combination #689 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #690 OK 943ms
/iceberg/iceberg table engine/feature/row policies/combination #691 OK 892ms
/iceberg/iceberg table engine/feature/row policies/combination #692 OK 791ms
/iceberg/iceberg table engine/feature/row policies/combination #693 OK 780ms
/iceberg/iceberg table engine/feature/row policies/combination #694 OK 745ms
/iceberg/iceberg table engine/feature/row policies/combination #695 OK 902ms
/iceberg/iceberg table engine/feature/row policies/combination #696 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #697 OK 894ms
/iceberg/iceberg table engine/feature/row policies/combination #698 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #699 OK 753ms
/iceberg/iceberg table engine/feature/row policies/combination #700 OK 766ms
/iceberg/iceberg table engine/feature/row policies/combination #701 OK 964ms
/iceberg/iceberg table engine/feature/row policies/combination #702 OK 770ms
/iceberg/iceberg table engine/feature/row policies/combination #703 OK 872ms
/iceberg/iceberg table engine/feature/row policies/combination #704 OK 894ms
/iceberg/iceberg table engine/feature/row policies/combination #705 OK 848ms
/iceberg/iceberg table engine/feature/row policies/combination #706 OK 1s 14ms
/iceberg/iceberg table engine/feature/row policies/combination #707 OK 792ms
/iceberg/iceberg table engine/feature/row policies/combination #708 OK 743ms
/iceberg/iceberg table engine/feature/row policies/combination #709 OK 971ms
/iceberg/iceberg table engine/feature/row policies/combination #710 OK 823ms
/iceberg/iceberg table engine/feature/row policies/combination #711 OK 724ms
/iceberg/iceberg table engine/feature/row policies/combination #712 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #713 OK 822ms
/iceberg/iceberg table engine/feature/row policies/combination #714 OK 743ms
/iceberg/iceberg table engine/feature/row policies/combination #715 OK 739ms
/iceberg/iceberg table engine/feature/row policies/combination #716 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #717 OK 888ms
/iceberg/iceberg table engine/feature/row policies/combination #718 OK 761ms
/iceberg/iceberg table engine/feature/row policies/combination #719 OK 918ms
/iceberg/iceberg table engine/feature/row policies/combination #720 OK 840ms
/iceberg/iceberg table engine/feature/row policies/combination #721 OK 968ms
/iceberg/iceberg table engine/feature/row policies/combination #722 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #723 OK 812ms
/iceberg/iceberg table engine/feature/row policies/combination #724 OK 748ms
/iceberg/iceberg table engine/feature/row policies/combination #725 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #726 OK 948ms
/iceberg/iceberg table engine/feature/row policies/combination #727 OK 853ms
/iceberg/iceberg table engine/feature/row policies/combination #728 OK 946ms
/iceberg/iceberg table engine/feature/row policies/combination #729 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #730 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #731 OK 737ms
/iceberg/iceberg table engine/feature/row policies/combination #732 OK 922ms
/iceberg/iceberg table engine/feature/row policies/combination #733 OK 922ms
/iceberg/iceberg table engine/feature/row policies/combination #734 OK 923ms
/iceberg/iceberg table engine/feature/row policies/combination #735 OK 875ms
/iceberg/iceberg table engine/feature/row policies/combination #736 OK 925ms
/iceberg/iceberg table engine/feature/row policies/combination #737 OK 859ms
/iceberg/iceberg table engine/feature/row policies/combination #738 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #739 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #740 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #741 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #742 OK 725ms
/iceberg/iceberg table engine/feature/row policies/combination #743 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #744 OK 886ms
/iceberg/iceberg table engine/feature/row policies/combination #745 OK 740ms
/iceberg/iceberg table engine/feature/row policies/combination #746 OK 816ms
/iceberg/iceberg table engine/feature/row policies/combination #747 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #748 OK 744ms
/iceberg/iceberg table engine/feature/row policies/combination #749 OK 915ms
/iceberg/iceberg table engine/feature/row policies/combination #750 OK 900ms
/iceberg/iceberg table engine/feature/row policies/combination #751 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #752 OK 844ms
/iceberg/iceberg table engine/feature/row policies/combination #753 OK 817ms
/iceberg/iceberg table engine/feature/row policies/combination #754 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #755 OK 966ms
/iceberg/iceberg table engine/feature/row policies/combination #756 OK 968ms
/iceberg/iceberg table engine/feature/row policies/combination #757 OK 889ms
/iceberg/iceberg table engine/feature/row policies/combination #758 OK 771ms
/iceberg/iceberg table engine/feature/row policies/combination #759 OK 968ms
/iceberg/iceberg table engine/feature/row policies/combination #760 OK 975ms
/iceberg/iceberg table engine/feature/row policies/combination #761 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #762 OK 757ms
/iceberg/iceberg table engine/feature/row policies/combination #763 OK 734ms
/iceberg/iceberg table engine/feature/row policies/combination #764 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #765 OK 946ms
/iceberg/iceberg table engine/feature/row policies/combination #766 OK 920ms
/iceberg/iceberg table engine/feature/row policies/combination #767 OK 751ms
/iceberg/iceberg table engine/feature/row policies/combination #768 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #769 OK 917ms
/iceberg/iceberg table engine/feature/row policies/combination #770 OK 932ms
/iceberg/iceberg table engine/feature/row policies/combination #771 OK 750ms
/iceberg/iceberg table engine/feature/row policies/combination #772 OK 955ms
/iceberg/iceberg table engine/feature/row policies/combination #773 OK 933ms
/iceberg/iceberg table engine/feature/row policies/combination #774 OK 830ms
/iceberg/iceberg table engine/feature/row policies/combination #775 OK 921ms
/iceberg/iceberg table engine/feature/row policies/combination #776 OK 959ms
/iceberg/iceberg table engine/feature/row policies/combination #777 OK 739ms
/iceberg/iceberg table engine/feature/row policies/combination #778 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #779 OK 920ms
/iceberg/iceberg table engine/feature/row policies/combination #780 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #781 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #782 OK 856ms
/iceberg/iceberg table engine/feature/row policies/combination #783 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #784 OK 920ms
/iceberg/iceberg table engine/feature/row policies/combination #785 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #786 OK 954ms
/iceberg/iceberg table engine/feature/row policies/combination #787 OK 793ms
/iceberg/iceberg table engine/feature/row policies/combination #788 OK 824ms
/iceberg/iceberg table engine/feature/row policies/combination #789 OK 848ms
/iceberg/iceberg table engine/feature/row policies/combination #790 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #791 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #792 OK 843ms
/iceberg/iceberg table engine/feature/row policies/combination #793 OK 919ms
/iceberg/iceberg table engine/feature/row policies/combination #794 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #795 OK 731ms
/iceberg/iceberg table engine/feature/row policies/combination #796 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #797 OK 871ms
/iceberg/iceberg table engine/feature/row policies/combination #798 OK 754ms
/iceberg/iceberg table engine/feature/row policies/combination #799 OK 773ms
/iceberg/iceberg table engine/feature/row policies/combination #800 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #801 OK 826ms
/iceberg/iceberg table engine/feature/row policies/combination #802 OK 926ms
/iceberg/iceberg table engine/feature/row policies/combination #803 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #804 OK 911ms
/iceberg/iceberg table engine/feature/row policies/combination #805 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #806 OK 847ms
/iceberg/iceberg table engine/feature/row policies/combination #807 OK 916ms
/iceberg/iceberg table engine/feature/row policies/combination #808 OK 744ms
/iceberg/iceberg table engine/feature/row policies/combination #809 OK 784ms
/iceberg/iceberg table engine/feature/row policies/combination #810 OK 893ms
/iceberg/iceberg table engine/feature/row policies/combination #811 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #812 OK 865ms
/iceberg/iceberg table engine/feature/row policies/combination #813 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #814 OK 922ms
/iceberg/iceberg table engine/feature/row policies/combination #815 OK 809ms
/iceberg/iceberg table engine/feature/row policies/combination #816 OK 900ms
/iceberg/iceberg table engine/feature/row policies/combination #817 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #818 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #819 OK 908ms
/iceberg/iceberg table engine/feature/row policies/combination #820 OK 769ms
/iceberg/iceberg table engine/feature/row policies/combination #821 OK 951ms
/iceberg/iceberg table engine/feature/row policies/combination #822 OK 749ms
/iceberg/iceberg table engine/feature/row policies/combination #823 OK 823ms
/iceberg/iceberg table engine/feature/row policies/combination #824 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #825 OK 725ms
/iceberg/iceberg table engine/feature/row policies/combination #826 OK 960ms
/iceberg/iceberg table engine/feature/row policies/combination #827 OK 1s 36ms
/iceberg/iceberg table engine/feature/row policies/combination #828 OK 833ms
/iceberg/iceberg table engine/feature/row policies/combination #829 OK 798ms
/iceberg/iceberg table engine/feature/row policies/combination #830 OK 949ms
/iceberg/iceberg table engine/feature/row policies/combination #831 OK 884ms
/iceberg/iceberg table engine/feature/row policies/combination #832 OK 804ms
/iceberg/iceberg table engine/feature/row policies/combination #833 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #834 OK 861ms
/iceberg/iceberg table engine/feature/row policies/combination #835 OK 875ms
/iceberg/iceberg table engine/feature/row policies/combination #836 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #837 OK 927ms
/iceberg/iceberg table engine/feature/row policies/combination #838 OK 777ms
/iceberg/iceberg table engine/feature/row policies/combination #839 OK 729ms
/iceberg/iceberg table engine/feature/row policies/combination #840 OK 931ms
/iceberg/iceberg table engine/feature/row policies/combination #841 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #842 OK 831ms
/iceberg/iceberg table engine/feature/row policies/combination #843 OK 810ms
/iceberg/iceberg table engine/feature/row policies/combination #844 OK 974ms
/iceberg/iceberg table engine/feature/row policies/combination #845 OK 908ms
/iceberg/iceberg table engine/feature/row policies/combination #846 OK 958ms
/iceberg/iceberg table engine/feature/row policies/combination #847 OK 788ms
/iceberg/iceberg table engine/feature/row policies/combination #848 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #849 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #850 OK 835ms
/iceberg/iceberg table engine/feature/row policies/combination #851 OK 868ms
/iceberg/iceberg table engine/feature/row policies/combination #852 OK 850ms
/iceberg/iceberg table engine/feature/row policies/combination #853 OK 962ms
/iceberg/iceberg table engine/feature/row policies/combination #854 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #855 OK 979ms
/iceberg/iceberg table engine/feature/row policies/combination #856 OK 969ms
/iceberg/iceberg table engine/feature/row policies/combination #857 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #858 OK 867ms
/iceberg/iceberg table engine/feature/row policies/combination #859 OK 948ms
/iceberg/iceberg table engine/feature/row policies/combination #860 OK 879ms
/iceberg/iceberg table engine/feature/row policies/combination #861 OK 779ms
/iceberg/iceberg table engine/feature/row policies/combination #862 OK 745ms
/iceberg/iceberg table engine/feature/row policies/combination #863 OK 824ms
/iceberg/iceberg table engine/feature/row policies/combination #864 OK 865ms
/iceberg/iceberg table engine/feature/row policies/combination #865 OK 810ms
/iceberg/iceberg table engine/feature/row policies/combination #866 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #867 OK 948ms
/iceberg/iceberg table engine/feature/row policies/combination #868 OK 845ms
/iceberg/iceberg table engine/feature/row policies/combination #869 OK 883ms
/iceberg/iceberg table engine/feature/row policies/combination #870 OK 985ms
/iceberg/iceberg table engine/feature/row policies/combination #871 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #872 OK 767ms
/iceberg/iceberg table engine/feature/row policies/combination #873 OK 904ms
/iceberg/iceberg table engine/feature/row policies/combination #874 OK 819ms
/iceberg/iceberg table engine/feature/row policies/combination #875 OK 821ms
/iceberg/iceberg table engine/feature/row policies/combination #876 OK 827ms
/iceberg/iceberg table engine/feature/row policies/combination #877 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #878 OK 743ms
/iceberg/iceberg table engine/feature/row policies/combination #879 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #880 OK 766ms
/iceberg/iceberg table engine/feature/row policies/combination #881 OK 817ms
/iceberg/iceberg table engine/feature/row policies/combination #882 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #883 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #884 OK 770ms
/iceberg/iceberg table engine/feature/row policies/combination #885 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #886 OK 928ms
/iceberg/iceberg table engine/feature/row policies/combination #887 OK 767ms
/iceberg/iceberg table engine/feature/row policies/combination #888 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #889 OK 741ms
/iceberg/iceberg table engine/feature/row policies/combination #890 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #891 OK 741ms
/iceberg/iceberg table engine/feature/row policies/combination #892 OK 944ms
/iceberg/iceberg table engine/feature/row policies/combination #893 OK 883ms
/iceberg/iceberg table engine/feature/row policies/combination #894 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #895 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #896 OK 990ms
/iceberg/iceberg table engine/feature/row policies/combination #897 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #898 OK 781ms
/iceberg/iceberg table engine/feature/row policies/combination #899 OK 863ms
/iceberg/iceberg table engine/feature/row policies/combination #900 OK 840ms
/iceberg/iceberg table engine/feature/row policies/combination #901 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #902 OK 804ms
/iceberg/iceberg table engine/feature/row policies/combination #903 OK 887ms
/iceberg/iceberg table engine/feature/row policies/combination #904 OK 836ms
/iceberg/iceberg table engine/feature/row policies/combination #905 OK 950ms
/iceberg/iceberg table engine/feature/row policies/combination #906 OK 840ms
/iceberg/iceberg table engine/feature/row policies/combination #907 OK 732ms
/iceberg/iceberg table engine/feature/row policies/combination #908 OK 760ms
/iceberg/iceberg table engine/feature/row policies/combination #909 OK 764ms
/iceberg/iceberg table engine/feature/row policies/combination #910 OK 909ms
/iceberg/iceberg table engine/feature/row policies/combination #911 OK 812ms
/iceberg/iceberg table engine/feature/row policies/combination #912 OK 963ms
/iceberg/iceberg table engine/feature/row policies/combination #913 OK 1s 186ms
/iceberg/iceberg table engine/feature/row policies/combination #914 OK 907ms
/iceberg/iceberg table engine/feature/row policies/combination #915 OK 940ms
/iceberg/iceberg table engine/feature/row policies/combination #916 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #917 OK 937ms
/iceberg/iceberg table engine/feature/row policies/combination #918 OK 934ms
/iceberg/iceberg table engine/feature/row policies/combination #919 OK 941ms
/iceberg/iceberg table engine/feature/row policies/combination #920 OK 740ms
/iceberg/iceberg table engine/feature/row policies/combination #921 OK 910ms
/iceberg/iceberg table engine/feature/row policies/combination #922 OK 955ms
/iceberg/iceberg table engine/feature/row policies/combination #923 OK 889ms
/iceberg/iceberg table engine/feature/row policies/combination #924 OK 752ms
/iceberg/iceberg table engine/feature/row policies/combination #925 OK 973ms
/iceberg/iceberg table engine/feature/row policies/combination #926 OK 876ms
/iceberg/iceberg table engine/feature/row policies/combination #927 OK 924ms
/iceberg/iceberg table engine/feature/row policies/combination #928 OK 850ms
/iceberg/iceberg table engine/feature/row policies/combination #929 OK 837ms
/iceberg/iceberg table engine/feature/row policies/combination #930 OK 822ms
/iceberg/iceberg table engine/feature/row policies/combination #931 OK 991ms
/iceberg/iceberg table engine/feature/row policies/combination #932 OK 922ms
/iceberg/iceberg table engine/feature/row policies/combination #933 OK 758ms
/iceberg/iceberg table engine/feature/row policies/combination #934 OK 791ms
/iceberg/iceberg table engine/feature/row policies/combination #935 OK 883ms
/iceberg/iceberg table engine/feature/row policies/combination #936 OK 790ms
/iceberg/iceberg table engine/feature/row policies/combination #937 OK 957ms
/iceberg/iceberg table engine/feature/row policies/combination #938 OK 744ms
/iceberg/iceberg table engine/feature/row policies/combination #939 OK 935ms
/iceberg/iceberg table engine/feature/row policies/combination #940 OK 902ms
/iceberg/iceberg table engine/feature/row policies/combination #941 OK 889ms
/iceberg/iceberg table engine/feature/row policies/combination #942 OK 981ms
/iceberg/iceberg table engine/feature/row policies/combination #943 OK 840ms
/iceberg/iceberg table engine/feature/row policies/combination #944 OK 770ms
/iceberg/iceberg table engine/feature/row policies/combination #945 OK 905ms
/iceberg/iceberg table engine/feature/row policies/combination #946 OK 898ms
/iceberg/iceberg table engine/feature/row policies/combination #947 OK 732ms
/iceberg/iceberg table engine/feature/row policies/combination #948 OK 846ms
/iceberg/iceberg table engine/feature/row policies/combination #949 OK 748ms
/iceberg/iceberg table engine/feature/row policies/combination #950 OK 797ms
/iceberg/iceberg table engine/feature/row policies/combination #951 OK 936ms
/iceberg/iceberg table engine/feature/row policies/combination #952 OK 783ms
/iceberg/iceberg table engine/feature/row policies/combination #953 OK 849ms
/iceberg/iceberg table engine/feature/row policies/combination #954 OK 904ms
/iceberg/iceberg table engine/feature/row policies/combination #955 OK 838ms
/iceberg/iceberg table engine/feature/row policies/combination #956 OK 784ms
/iceberg/iceberg table engine/feature/row policies/combination #957 OK 754ms
/iceberg/iceberg table engine/feature/row policies/combination #958 OK 851ms
/iceberg/iceberg table engine/feature/row policies/combination #959 OK 811ms
/iceberg/iceberg table engine/feature/row policies/combination #960 OK 839ms
/iceberg/iceberg table engine/feature/row policies/combination #961 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #962 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #963 OK 889ms
/iceberg/iceberg table engine/feature/row policies/combination #964 OK 773ms
/iceberg/iceberg table engine/feature/row policies/combination #965 OK 750ms
/iceberg/iceberg table engine/feature/row policies/combination #966 OK 959ms
/iceberg/iceberg table engine/feature/row policies/combination #967 OK 754ms
/iceberg/iceberg table engine/feature/row policies/combination #968 OK 942ms
/iceberg/iceberg table engine/feature/row policies/combination #969 OK 945ms
/iceberg/iceberg table engine/feature/row policies/combination #970 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #971 OK 829ms
/iceberg/iceberg table engine/feature/row policies/combination #972 OK 742ms
/iceberg/iceberg table engine/feature/row policies/combination #973 OK 888ms
/iceberg/iceberg table engine/feature/row policies/combination #974 OK 914ms
/iceberg/iceberg table engine/feature/row policies/combination #975 OK 962ms
/iceberg/iceberg table engine/feature/row policies/combination #976 OK 842ms
/iceberg/iceberg table engine/feature/row policies/combination #977 OK 826ms
/iceberg/iceberg table engine/feature/row policies/combination #978 OK 761ms
/iceberg/iceberg table engine/feature/row policies/combination #979 OK 844ms
/iceberg/iceberg table engine/feature/row policies/combination #980 OK 910ms
/iceberg/iceberg table engine/feature/row policies/combination #981 OK 938ms
/iceberg/iceberg table engine/feature/row policies/combination #982 OK 931ms
/iceberg/iceberg table engine/feature/row policies/combination #983 OK 930ms
/iceberg/iceberg table engine/feature/row policies/combination #984 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #985 OK 967ms
/iceberg/iceberg table engine/feature/row policies/combination #986 OK 881ms
/iceberg/iceberg table engine/feature/row policies/combination #987 OK 925ms
/iceberg/iceberg table engine/feature/row policies/combination #988 OK 958ms
/iceberg/iceberg table engine/feature/row policies/combination #989 OK 871ms
/iceberg/iceberg table engine/feature/row policies/combination #990 OK 760ms
/iceberg/iceberg table engine/feature/row policies/combination #991 OK 867ms
/iceberg/iceberg table engine/feature/row policies/combination #992 OK 755ms
/iceberg/iceberg table engine/feature/row policies/combination #993 OK 738ms
/iceberg/iceberg table engine/feature/row policies/combination #994 OK 824ms
/iceberg/iceberg table engine/feature/row policies/combination #995 OK 873ms
/iceberg/iceberg table engine/feature/row policies/combination #996 OK 841ms
/iceberg/iceberg table engine/feature/row policies/combination #997 OK 917ms
/iceberg/iceberg table engine/feature/row policies/combination #998 OK 865ms
/iceberg/iceberg table engine/feature/row policies/combination #999 OK 836ms
/iceberg/iceberg table engine/column rbac OK 9m 27s
/iceberg/iceberg table engine/column rbac/combination #0 OK 5s 337ms
/iceberg/iceberg table engine/column rbac/combination #1 OK 5s 584ms
/iceberg/iceberg table engine/column rbac/combination #2 OK 5s 145ms
/iceberg/iceberg table engine/column rbac/combination #3 OK 5s 471ms
/iceberg/iceberg table engine/column rbac/combination #4 OK 5s 610ms
/iceberg/iceberg table engine/column rbac/combination #5 OK 5s 385ms
/iceberg/iceberg table engine/column rbac/combination #6 OK 5s 691ms
/iceberg/iceberg table engine/column rbac/combination #7 OK 5s 581ms
/iceberg/iceberg table engine/column rbac/combination #8 OK 5s 433ms
/iceberg/iceberg table engine/column rbac/combination #9 OK 6s 421ms
/iceberg/iceberg table engine/column rbac/combination #10 OK 5s 640ms
/iceberg/iceberg table engine/column rbac/combination #11 OK 5s 603ms
/iceberg/iceberg table engine/column rbac/combination #12 OK 5s 404ms
/iceberg/iceberg table engine/column rbac/combination #13 OK 5s 478ms
/iceberg/iceberg table engine/column rbac/combination #14 OK 5s 383ms
/iceberg/iceberg table engine/column rbac/combination #15 OK 7s 385ms
/iceberg/iceberg table engine/column rbac/combination #16 OK 6s 213ms
/iceberg/iceberg table engine/column rbac/combination #17 OK 5s 705ms
/iceberg/iceberg table engine/column rbac/combination #18 OK 5s 154ms
/iceberg/iceberg table engine/column rbac/combination #19 OK 5s 300ms
/iceberg/iceberg table engine/column rbac/combination #20 OK 5s 654ms
/iceberg/iceberg table engine/column rbac/combination #21 OK 5s 420ms
/iceberg/iceberg table engine/column rbac/combination #22 OK 5s 455ms
/iceberg/iceberg table engine/column rbac/combination #23 OK 5s 253ms
/iceberg/iceberg table engine/column rbac/combination #24 OK 5s 777ms
/iceberg/iceberg table engine/column rbac/combination #25 OK 5s 472ms
/iceberg/iceberg table engine/column rbac/combination #26 OK 5s 743ms
/iceberg/iceberg table engine/column rbac/combination #27 OK 5s 405ms
/iceberg/iceberg table engine/column rbac/combination #28 OK 5s 659ms
/iceberg/iceberg table engine/column rbac/combination #29 OK 5s 874ms
/iceberg/iceberg table engine/column rbac/combination #30 OK 5s 492ms
/iceberg/iceberg table engine/column rbac/combination #31 OK 5s 577ms
/iceberg/iceberg table engine/column rbac/combination #32 OK 5s 325ms
/iceberg/iceberg table engine/column rbac/combination #33 OK 5s 888ms
/iceberg/iceberg table engine/column rbac/combination #34 OK 5s 433ms
/iceberg/iceberg table engine/column rbac/combination #35 OK 5s 229ms
/iceberg/iceberg table engine/column rbac/combination #36 OK 5s 322ms
/iceberg/iceberg table engine/column rbac/combination #37 OK 5s 537ms
/iceberg/iceberg table engine/column rbac/combination #38 OK 5s 347ms
/iceberg/iceberg table engine/column rbac/combination #39 OK 5s 375ms
/iceberg/iceberg table engine/column rbac/combination #40 OK 5s 690ms
/iceberg/iceberg table engine/column rbac/combination #41 OK 5s 279ms
/iceberg/iceberg table engine/column rbac/combination #42 OK 6s 327ms
/iceberg/iceberg table engine/column rbac/combination #43 OK 5s 653ms
/iceberg/iceberg table engine/column rbac/combination #44 OK 5s 370ms
/iceberg/iceberg table engine/column rbac/combination #45 OK 6s 107ms
/iceberg/iceberg table engine/column rbac/combination #46 OK 5s 318ms
/iceberg/iceberg table engine/column rbac/combination #47 OK 5s 887ms
/iceberg/iceberg table engine/column rbac/combination #48 OK 5s 294ms
/iceberg/iceberg table engine/column rbac/combination #49 OK 5s 605ms
/iceberg/iceberg table engine/column rbac/combination #50 OK 5s 322ms
/iceberg/iceberg table engine/column rbac/combination #51 OK 6s 154ms
/iceberg/iceberg table engine/column rbac/combination #52 OK 5s 290ms
/iceberg/iceberg table engine/column rbac/combination #53 OK 5s 704ms
/iceberg/iceberg table engine/column rbac/combination #54 OK 5s 212ms
/iceberg/iceberg table engine/column rbac/combination #55 OK 5s 300ms
/iceberg/iceberg table engine/column rbac/combination #56 OK 5s 155ms
/iceberg/iceberg table engine/column rbac/combination #57 OK 5s 679ms
/iceberg/iceberg table engine/column rbac/combination #58 OK 5s 987ms
/iceberg/iceberg table engine/column rbac/combination #59 OK 5s 445ms
/iceberg/iceberg table engine/column rbac/combination #60 OK 6s 159ms
/iceberg/iceberg table engine/column rbac/combination #61 OK 5s 501ms
/iceberg/iceberg table engine/column rbac/combination #62 OK 5s 183ms
/iceberg/iceberg table engine/column rbac/combination #63 OK 5s 504ms
/iceberg/iceberg table engine/column rbac/combination #64 OK 5s 340ms
/iceberg/iceberg table engine/column rbac/combination #65 OK 5s 343ms
/iceberg/iceberg table engine/column rbac/combination #66 OK 5s 312ms
/iceberg/iceberg table engine/column rbac/combination #67 OK 6s 329ms
/iceberg/iceberg table engine/column rbac/combination #68 OK 5s 886ms
/iceberg/iceberg table engine/column rbac/combination #69 OK 5s 503ms
/iceberg/iceberg table engine/column rbac/combination #70 OK 5s 291ms
/iceberg/iceberg table engine/column rbac/combination #71 OK 5s 584ms
/iceberg/iceberg table engine/column rbac/combination #72 OK 5s 728ms
/iceberg/iceberg table engine/column rbac/combination #73 OK 5s 377ms
/iceberg/iceberg table engine/column rbac/combination #74 OK 5s 375ms
/iceberg/iceberg table engine/column rbac/combination #75 OK 5s 723ms
/iceberg/iceberg table engine/column rbac/combination #76 OK 6s 333ms
/iceberg/iceberg table engine/column rbac/combination #77 OK 5s 299ms
/iceberg/iceberg table engine/column rbac/combination #78 OK 7s 156ms
/iceberg/iceberg table engine/column rbac/combination #79 OK 5s 529ms
/iceberg/iceberg table engine/column rbac/combination #80 OK 5s 449ms
/iceberg/iceberg table engine/column rbac/combination #81 OK 5s 509ms
/iceberg/iceberg table engine/column rbac/combination #82 OK 5s 585ms
/iceberg/iceberg table engine/column rbac/combination #83 OK 5s 853ms
/iceberg/iceberg table engine/column rbac/combination #84 OK 5s 723ms
/iceberg/iceberg table engine/column rbac/combination #85 OK 5s 891ms
/iceberg/iceberg table engine/column rbac/combination #86 OK 5s 375ms
/iceberg/iceberg table engine/column rbac/combination #87 OK 5s 922ms
/iceberg/iceberg table engine/column rbac/combination #88 OK 5s 225ms
/iceberg/iceberg table engine/column rbac/combination #89 OK 5s 421ms
/iceberg/iceberg table engine/column rbac/combination #90 OK 5s 865ms
/iceberg/iceberg table engine/column rbac/combination #91 OK 7s 191ms
/iceberg/iceberg table engine/column rbac/combination #92 OK 5s 891ms
/iceberg/iceberg table engine/column rbac/combination #93 OK 5s 232ms
/iceberg/iceberg table engine/column rbac/combination #94 OK 5s 416ms
/iceberg/iceberg table engine/column rbac/combination #95 OK 5s 353ms
/iceberg/iceberg table engine/column rbac/combination #96 OK 5s 387ms
/iceberg/iceberg table engine/column rbac/combination #97 OK 7s 169ms
/iceberg/iceberg table engine/column rbac/combination #98 OK 5s 411ms
/iceberg/iceberg table engine/column rbac/combination #99 OK 6s 237ms
/iceberg/iceberg table engine/feature OK 14s 443ms
/iceberg/iceberg table engine/feature/alter column OK 2s 763ms
/iceberg/iceberg table engine/feature/alter comment columns OK 2s 186ms
/iceberg/iceberg table engine/feature/alter partitions OK 3s 817ms
/iceberg/iceberg table engine/feature/alter settings OK 1s 959ms
/iceberg/iceberg table engine/feature/alter delete OK 1s 942ms
/iceberg/iceberg table engine/feature/alter order by OK 1s 770ms
/iceberg/iceberg table engine/feature OK 2s 323ms
/iceberg/iceberg table engine/feature/drop table OK 2s 323ms
/iceberg/iceberg table engine/feature OK 3s 888ms
/iceberg/iceberg table engine/feature/named collections config OK 1s 927ms
/iceberg/iceberg table engine/feature/named collections OK 1s 959ms
/iceberg/iceberg table engine/write min max pruning OK 2s 20ms
/iceberg/iceberg table engine/write min max pruning/write min max pruning OK 2s 19ms
/iceberg/iceberg table engine/system tables partition sorting keys Fail 2s 599ms
/iceberg/iceberg table engine/system tables partition sorting keys/system tables partition sorting keys Fail 2s 598ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922