Iceberg Test Run Report

DateOct 24, 2025 15:44
Duration1h 27m
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/antalya-25.8/1a190def7606d81128e6bbb29545c721a7849c13/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/iceberg2/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/1a190def7606d81128e6bbb29545c721a7849c13/build_arm_binary/clickhouse
version25.8.9.20238.altinityantalya
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash3fbe58a0ebe8fa5f97b7f36c45a2a69b1d3b6568
job.nameIceberg (2)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/18782322047
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/1a190def7606d81128e6bbb29545c721a7849c13/build_arm_binary/clickhouse
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
minio_uriSecret(name='minio_uri')
minio_root_userSecret(name='minio_root_user')
minio_root_passwordSecret(name='minio_root_password')

Summary

94.7%OK
<1%Known
5.2%Fail

Statistics

Units OK Fail XFail
Modules
1
1
Features
25
18
7
Scenarios
1567
1485
80
2
Checks
100
100
Steps
75051
74917
84
50

Fails

Test NameResultMessage
/icebergFail 1h 27m
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engineFail 1h 4m
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalogFail 1h 4m
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalog/featureFail 1m 8s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalog/feature/row policiesFail 1m 8s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #26Fail 520ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #36Fail 462ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #54Fail 467ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg engine/glue catalog/feature/row policies/combination #90Fail 448ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 82, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 190, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 175, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/row_policy.py", line 52, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engineFail 17m 58s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/featureFail 10m 36s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policiesFail 10m 36s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #26Fail 428ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #36Fail 435ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #54Fail 452ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #90Fail 470ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #100Fail 669ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #102Fail 464ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t130\t87.95\t7\t2022-12-13\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29'
  assert result1.output.strip() == "", error()
         ^ is 'false\t130\t87.95\t7\t2022-12-13\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t130\t87.95\t7\t2022-12-13\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,24 +0,0 @@
    -false  130 87.95   7   2022-12-13
    -false  666 79.37   eaB 2023-05-01
    -false  1430    55.85   0   2021-05-02
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  3335    96.01   AA  2022-08-14
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -true   59  36.43   0   2020-03-05
    -true   807 31.25   214422  2020-06-03
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   3483    58.27   jqid    2021-09-21
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   4404    68.7    IMXvMivf    2022-09-29
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #110Fail 424ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #121Fail 428ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #125Fail 471ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #129Fail 426ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #146Fail 436ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #154Fail 493ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #172Fail 422ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #179Fail 459ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #202Fail 670ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #211Fail 457ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #217Fail 654ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t130\t87.95\t7\t2022-12-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t4946\t125.93\t98\t2023-03-24\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t130\t87.95\t7\t2022-12-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t4946\t125.93\t98\t2023-03-24\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t130\t87.95\t7\t2022-12-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t4946\t125.93\t98\t2023-03-24\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,5 +0,0 @@
    -false  130 87.95   7   2022-12-13
    -false  3746    158.77  49  2020-07-23
    -false  4946    125.93  98  2023-03-24
    -true   3228    296.35  6   2020-10-04
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #280Fail 665ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #281Fail 669ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #282Fail 450ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #287Fail 657ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #304Fail 459ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #328Fail 454ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #343Fail 436ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #385Fail 447ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #397Fail 436ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #407Fail 650ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #423Fail 442ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #426Fail 646ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #427Fail 430ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #433Fail 654ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #437Fail 665ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #443Fail 426ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #452Fail 438ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #453Fail 436ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #454Fail 428ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #467Fail 661ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #500Fail 670ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #518Fail 452ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #532Fail 426ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #569Fail 666ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #583Fail 424ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #584Fail 427ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #590Fail 428ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #592Fail 439ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #596Fail 441ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #603Fail 463ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #604Fail 440ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #612Fail 635ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #620Fail 652ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #645Fail 640ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #660Fail 441ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #685Fail 475ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #692Fail 448ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #721Fail 448ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #739Fail 658ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #741Fail 437ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #778Fail 422ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #787Fail 450ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #809Fail 434ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #831Fail 422ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #838Fail 436ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #844Fail 652ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
/iceberg/iceberg table engine/feature/row policies/combination #851Fail 646ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #852Fail 670ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #861Fail 421ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #862Fail 426ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #876Fail 430ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #879Fail 656ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #887Fail 437ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #911Fail 427ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #913Fail 433ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #934Fail 422ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #941Fail 428ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'TYPE_MISMATCH'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +TYPE_MISMATCH
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #956Fail 430ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 265, in compare_results
    assert exception1["Message"] == exception2["Message"], error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exception1["Message"] == exception2["Message"], error()

Assertion values
  assert exception1["Message"] == exception2["Message"], error()
         ^ is 'NO_COMMON_TYPE'
  assert exception1["Message"] == exception2["Message"], error()
                                  ^ is 'CANNOT_PARSE_DATE'
  assert exception1["Message"] == exception2["Message"], error()
                               ^ is = False
    @@ -1 +1 @@
    -NO_COMMON_TYPE
    +CANNOT_PARSE_DATE
  assert exception1["Message"] == exception2["Message"], error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 265 in 'compare_results'

257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|          assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:
263\|          exception1 = parse_clickhouse_error(result1.output)
264\|          exception2 = parse_clickhouse_error(result2.output)
265\|>         assert exception1["Message"] == exception2["Message"], error()
266\|  
267\|  
268\|  @TestStep(When)
/iceberg/iceberg table engine/feature/row policies/combination #968Fail 436ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 188, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/feature.py", line 9, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 192, in feature
    Feature(test=row_policies)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 177, in row_policies
    Scenario(name=f"combination #{num}", test=check_row_policy)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_table_engine/row_policy.py", line 53, in check_row_policy
    common.compare_results(result1=merge_tree_result, result2=iceberg_result)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py", line 259, in compare_results
    assert result1.output.strip() == "", error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert result1.output.strip() == "", error()

Assertion values
  assert result1.output.strip() == "", error()
         ^ is 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
         ^ is = 
  assert result1.output.strip() == "", error()
         ^ is = 'false\t14\t260.44\tSUPwePut0\t2024-01-14\nfalse\t22\t142.14\tJO1BE\t2021-11-11\nfalse\t130\t87.95\t7\t2022-12-13\nfalse\t159\t374.76\tl\t2020-05-20\nfalse\t497\t199.67\t9802\t2023-08-02\nfalse\t565\t253.47\t881968\t2023-12-19\nfalse\t581\t257.56\tEHS2J\t2021-05-12\nfalse\t654\t427.8\toH\t2022-01-17\nfalse\t666\t79.37\teaB\t2023-05-01\nfalse\t698\t496.97\tVL\t2023-06-20\nfalse\t740\t395.55\tB\t2022-07-20\nfalse\t886\t289.76\tP7ySe\t2023-11-15\nfalse\t983\t470.86\t5006532632\t2020-09-25\nfalse\t992\t124.7\tbC\t2023-04-20\nfalse\t1324\t370.87\tAae24HZKj\t2020-09-18\nfalse\t1348\t129.23\tMrfYhYSL\t2022-03-24\nfalse\t1430\t55.85\t0\t2021-05-02\nfalse\t1470\t151.83\t295618485\t2022-08-19\nfalse\t1489\t26.09\tlqNtNRn\t2020-06-16\nfalse\t1742\t328.06\tCqpIqK3\t2022-03-28\nfalse\t1797\t498.67\tEU1\t2020-11-09\nfalse\t1886\t303.93\t666768\t2023-07-10\nfalse\t2100\t383.68\tLUh\t2020-12-01\nfalse\t2148\t292.7\t646936\t2023-08-19\nfalse\t2292\t17.33\t498065\t2023-08-13\nfalse\t2386\t17.29\tr1eoq\t2023-07-04\nfalse\t2787\t56.66\t4982519\t2023-07-04\nfalse\t2788\t139.66\tftsr\t2021-06-25\nfalse\t3109\t135.7\t687203229\t2024-01-10\nfalse\t3124\t193.65\tYgY\t2021-11-10\nfalse\t3327\t274.42\to\t2022-05-30\nfalse\t3335\t96.01\tAA\t2022-08-14\nfalse\t3373\t401.32\tiKtc\t2022-08-21\nfalse\t3386\t28.05\tGzwcngoTz\t2020-02-29\nfalse\t3598\t63.05\tyqHBL\t2022-06-03\nfalse\t3609\t171.01\tW\t2022-09-05\nfalse\t3672\t396.67\tlJ\t2021-09-19\nfalse\t3693\t122.69\tLxb0lnXv\t2023-05-05\nfalse\t3728\t143.34\tSjs8JHUdK\t2022-10-26\nfalse\t3731\t466.49\tox1z\t2021-10-13\nfalse\t3746\t158.77\t49\t2020-07-23\nfalse\t3810\t221.45\tD3Xk\t2020-06-22\nfalse\t3869\t122.62\t395882749\t2022-11-05\nfalse\t3877\t277.18\tZCsxpl\t2024-01-17\nfalse\t4029\t484.56\tvqfivzIu\t2023-01-31\nfalse\t4155\t155.33\tupgvWJU\t2023-06-14\nfalse\t4159\t304.88\tNCO\t2022-12-22\nfalse\t4174\t200.44\tWfYjYnfwL\t2021-10-04\nfalse\t4223\t332.26\teXmqPhcZFN\t2022-07-21\nfalse\t4271\t242.81\twLmr\t2023-01-11\nfalse\t4334\t4.9\tWfTnUMiok\t2021-12-03\nfalse\t4410\t374.01\t3EqEyPXS0\t2020-09-18\nfalse\t4478\t79.83\tZpYJxpZS\t2020-08-06\nfalse\t4489\t223.51\t1BU\t2023-07-29\nfalse\t4509\t49.86\t998142403\t2022-03-10\nfalse\t4554\t6.07\t2452\t2022-09-02\nfalse\t4716\t98.02\tuhJUSUO\t2021-03-24\nfalse\t4946\t125.93\t98\t2023-03-24\nfalse\t4967\t492.13\tUj\t2020-03-31\ntrue\t59\t36.43\t0\t2020-03-05\ntrue\t255\t474.86\t6241\t2021-03-22\ntrue\t323\t155.16\t57027115\t2022-01-19\ntrue\t415\t393.61\t7285\t2023-04-15\ntrue\t466\t480.43\t00\t2021-04-26\ntrue\t475\t121.19\t0407714528\t2022-05-16\ntrue\t521\t238.65\tKCnMT4\t2023-09-11\ntrue\t536\t200.95\tNd\t2020-11-01\ntrue\t647\t305.14\tQEKoNCP\t2022-08-10\ntrue\t807\t31.25\t214422\t2020-06-03\ntrue\t835\t348.9\tLh8Wv\t2022-05-27\ntrue\t1134\t76.26\tjnzuCdZ\t2022-03-08\ntrue\t1298\t156.06\tz\t2021-04-05\ntrue\t1635\t408.48\tpPlbkrSY\t2021-07-25\ntrue\t1909\t164.95\ta1i\t2020-09-23\ntrue\t2163\t253.2\t04207\t2023-07-28\ntrue\t2208\t288.55\tAwo\t2023-04-13\ntrue\t2526\t182.96\tk\t2021-05-26\ntrue\t2585\t60.66\tlnES8Grgm\t2021-04-10\ntrue\t2658\t398.28\tthBDP\t2020-12-14\ntrue\t2692\t426.32\tXGUzCGmJo\t2021-04-10\ntrue\t2898\t390.28\tU5okXkz\t2021-01-02\ntrue\t3033\t178.28\t6OLkT\t2020-11-30\ntrue\t3125\t286.39\tZpYIoDJMcF\t2022-10-14\ntrue\t3228\t296.35\t6\t2020-10-04\ntrue\t3459\t298.61\tEynCXJf\t2023-01-04\ntrue\t3483\t58.27\tjqid\t2021-09-21\ntrue\t3556\t489.19\tip\t2020-02-29\ntrue\t3568\t88.89\tqYHDBTq0Z\t2020-06-26\ntrue\t3607\t50.76\t74614936\t2023-08-23\ntrue\t3726\t44.94\tgOSQa\t2023-01-16\ntrue\t3764\t268.58\t5868570\t2021-04-11\ntrue\t3781\t473.58\tWpK\t2022-04-30\ntrue\t3804\t454.78\tzi6sE\t2020-07-18\ntrue\t4244\t232.81\t911455374\t2024-01-13\ntrue\t4281\t190.81\tSZpGFMXk\t2021-03-08\ntrue\t4404\t68.7\tIMXvMivf\t2022-09-29\ntrue\t4405\t107.36\t98831\t2023-01-17\ntrue\t4418\t377.88\tt9OB\t2022-11-25\ntrue\t4717\t190.81\tp\t2022-03-09\ntrue\t4907\t162.75\t9\t2021-09-21'
  assert result1.output.strip() == "", error()
                                ^ is = False
    @@ -1,100 +0,0 @@
    -false  14  260.44  SUPwePut0   2024-01-14
    -false  22  142.14  JO1BE   2021-11-11
    -false  130 87.95   7   2022-12-13
    -false  159 374.76  l   2020-05-20
    -false  497 199.67  9802    2023-08-02
    -false  565 253.47  881968  2023-12-19
    -false  581 257.56  EHS2J   2021-05-12
    -false  654 427.8   oH  2022-01-17
    -false  666 79.37   eaB 2023-05-01
    -false  698 496.97  VL  2023-06-20
    -false  740 395.55  B   2022-07-20
    -false  886 289.76  P7ySe   2023-11-15
    -false  983 470.86  5006532632  2020-09-25
    -false  992 124.7   bC  2023-04-20
    -false  1324    370.87  Aae24HZKj   2020-09-18
    -false  1348    129.23  MrfYhYSL    2022-03-24
    -false  1430    55.85   0   2021-05-02
    -false  1470    151.83  295618485   2022-08-19
    -false  1489    26.09   lqNtNRn 2020-06-16
    -false  1742    328.06  CqpIqK3 2022-03-28
    -false  1797    498.67  EU1 2020-11-09
    -false  1886    303.93  666768  2023-07-10
    -false  2100    383.68  LUh 2020-12-01
    -false  2148    292.7   646936  2023-08-19
    -false  2292    17.33   498065  2023-08-13
    -false  2386    17.29   r1eoq   2023-07-04
    -false  2787    56.66   4982519 2023-07-04
    -false  2788    139.66  ftsr    2021-06-25
    -false  3109    135.7   687203229   2024-01-10
    -false  3124    193.65  YgY 2021-11-10
    -false  3327    274.42  o   2022-05-30
    -false  3335    96.01   AA  2022-08-14
    -false  3373    401.32  iKtc    2022-08-21
    -false  3386    28.05   GzwcngoTz   2020-02-29
    -false  3598    63.05   yqHBL   2022-06-03
    -false  3609    171.01  W   2022-09-05
    -false  3672    396.67  lJ  2021-09-19
    -false  3693    122.69  Lxb0lnXv    2023-05-05
    -false  3728    143.34  Sjs8JHUdK   2022-10-26
    -false  3731    466.49  ox1z    2021-10-13
    -false  3746    158.77  49  2020-07-23
    -false  3810    221.45  D3Xk    2020-06-22
    -false  3869    122.62  395882749   2022-11-05
    -false  3877    277.18  ZCsxpl  2024-01-17
    -false  4029    484.56  vqfivzIu    2023-01-31
    -false  4155    155.33  upgvWJU 2023-06-14
    -false  4159    304.88  NCO 2022-12-22
    -false  4174    200.44  WfYjYnfwL   2021-10-04
    -false  4223    332.26  eXmqPhcZFN  2022-07-21
    -false  4271    242.81  wLmr    2023-01-11
    -false  4334    4.9 WfTnUMiok   2021-12-03
    -false  4410    374.01  3EqEyPXS0   2020-09-18
    -false  4478    79.83   ZpYJxpZS    2020-08-06
    -false  4489    223.51  1BU 2023-07-29
    -false  4509    49.86   998142403   2022-03-10
    -false  4554    6.07    2452    2022-09-02
    -false  4716    98.02   uhJUSUO 2021-03-24
    -false  4946    125.93  98  2023-03-24
    -false  4967    492.13  Uj  2020-03-31
    -true   59  36.43   0   2020-03-05
    -true   255 474.86  6241    2021-03-22
    -true   323 155.16  57027115    2022-01-19
    -true   415 393.61  7285    2023-04-15
    -true   466 480.43  00  2021-04-26
    -true   475 121.19  0407714528  2022-05-16
    -true   521 238.65  KCnMT4  2023-09-11
    -true   536 200.95  Nd  2020-11-01
    -true   647 305.14  QEKoNCP 2022-08-10
    -true   807 31.25   214422  2020-06-03
    -true   835 348.9   Lh8Wv   2022-05-27
    -true   1134    76.26   jnzuCdZ 2022-03-08
    -true   1298    156.06  z   2021-04-05
    -true   1635    408.48  pPlbkrSY    2021-07-25
    -true   1909    164.95  a1i 2020-09-23
    -true   2163    253.2   04207   2023-07-28
    -true   2208    288.55  Awo 2023-04-13
    -true   2526    182.96  k   2021-05-26
    -true   2585    60.66   lnES8Grgm   2021-04-10
    -true   2658    398.28  thBDP   2020-12-14
    -true   2692    426.32  XGUzCGmJo   2021-04-10
    -true   2898    390.28  U5okXkz 2021-01-02
    -true   3033    178.28  6OLkT   2020-11-30
    -true   3125    286.39  ZpYIoDJMcF  2022-10-14
    -true   3228    296.35  6   2020-10-04
    -true   3459    298.61  EynCXJf 2023-01-04
    -true   3483    58.27   jqid    2021-09-21
    -true   3556    489.19  ip  2020-02-29
    -true   3568    88.89   qYHDBTq0Z   2020-06-26
    -true   3607    50.76   74614936    2023-08-23
    -true   3726    44.94   gOSQa   2023-01-16
    -true   3764    268.58  5868570 2021-04-11
    -true   3781    473.58  WpK 2022-04-30
    -true   3804    454.78  zi6sE   2020-07-18
    -true   4244    232.81  911455374   2024-01-13
    -true   4281    190.81  SZpGFMXk    2021-03-08
    -true   4404    68.7    IMXvMivf    2022-09-29
    -true   4405    107.36  98831   2023-01-17
    -true   4418    377.88  t9OB    2022-11-25
    -true   4717    190.81  p   2022-03-09
    -true   4907    162.75  9   2021-09-21
  assert result1.output.strip() == "", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/steps/common.py', line 259 in 'compare_results'

251\|  
252\|  
253\|  @TestStep(Then)
254\|  def compare_results(self, result1, result2):
255\|      """Helper function to compare query results and exception messages."""
256\|      if result1.exitcode == 0 and result2.exitcode == 0:
257\|          assert result1.output == result2.output, error()
258\|      elif result1.exitcode == 0:
259\|>         assert result1.output.strip() == "", error()
260\|      elif result2.exitcode == 0:
261\|          assert result2.output.strip() == "", error()
262\|      else:

Known Fails

Test NameResultMessage
/iceberg/iceberg engine/glue catalog/predicate push down/issue with decimal columnXFail 2s 268ms
https://github.com/ClickHouse/ClickHouse/issues/80200
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../helpers/argparser.py", line 440, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/regression.py", line 184, in regression
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/feature.py", line 73, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 547, in feature
    Scenario(test=issue_with_decimal_column)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 453, in issue_with_decimal_column
    check_read_with_predicate_push_down(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/iceberg/../iceberg/tests/iceberg_engine/predicate_push_down.py", line 68, in check_read_with_predicate_push_down
    assert int(read_rows.output.strip()) == 0, error(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

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

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

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

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

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

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

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

60\|              use_iceberg_partition_pruning="0",
61\|          )
62\|          assert result.output.strip() == "", error()
63\|  
64\|      with And(f"check that 0 rows were read"):
65\|          read_rows = metrics.get_read_rows(
66\|              log_comment=log_comment_with_pruning,
67\|          )
68\|>         assert int(read_rows.output.strip()) == 0, error(
69\|              f"Expected 0 rows to be read, with where clause: {where_clause}, but got {read_rows.output.strip()}"
70\|          )
71\|

Results

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

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922