Iceberg Test Run Report

DateSep 10, 2026 16:07
Duration15m 15s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v24.8.14.10548.altinitystable/5c2baa67cf6ca9363eb9c95626b4f0bca578da70/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/24.8/5c2baa67cf6ca9363eb9c95626b4f0bca578da70/package_aarch64/clickhouse-common-static_24.8.14.10548.altinitytest_arm64.deb
version24.8.14.10548.altinitytest
user.namemkmkme
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash1b338607c602ca7076d7c73349bd199fe451bc60
job.nameiceberg_2
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/34490746242
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/24.8/5c2baa67cf6ca9363eb9c95626b4f0bca578da70/package_aarch64/clickhouse-common-static_24.8.14.10548.altinitytest_arm64.deb
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.7%OK
<1%Known

Statistics

Units Skip OK Fail XFail
Modules
1
1
Features
12
1
11
Scenarios
1113
1111
2
Steps
22408
22402
4
2

Known Fails

Test NameResultMessage
/iceberg/iceberg table engine/deletes/position delete smokeXFail 1s 346ms
https://github.com/ClickHouse/ClickHouse/issues/114183
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 754, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 720, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 30, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/deletes.py", line 50, in feature
    Scenario(test=position_delete_smoke)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/deletes.py", line 22, in position_delete_smoke
    iceberg_writes.insert_into_iceberg_engine_table(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_writes.py", line 158, in insert_into_iceberg_engine_table
    node.query(insert_query, settings=settings)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/iceberg/iceberg table engine/compaction/compaction smokeXFail 1s 319ms
https://github.com/ClickHouse/ClickHouse/issues/114183
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 754, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 720, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 33, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/compaction.py", line 70, in feature
    Scenario(test=compaction_smoke)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/compaction.py", line 24, in compaction_smoke
    iceberg_writes.insert_into_iceberg_engine_table(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/iceberg_writes.py", line 158, in insert_into_iceberg_engine_table
    node.query(insert_query, settings=settings)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|

Results

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

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922