Swarms Test Run Report

DateJan 29, 2026 19:20
Duration35m 27s
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/783cf36a6b3f5ac96664da8492da0107438616f6/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
user.nameMyroTk
version25.8.14.20001.altinityantalya
packagehttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/783cf36a6b3f5ac96664da8492da0107438616f6/build_arm_binary/clickhouse
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashb6ad0719560fc2e01298d287c7564d8e74ae915e
job.namesuite
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/21490327153
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/783cf36a6b3f5ac96664da8492da0107438616f6/build_arm_binary/clickhouse
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
cicdTrue
minio_uriSecret(name='minio_uri')
minio_root_userSecret(name='minio_root_user')
minio_root_passwordSecret(name='minio_root_password')

Summary

98.7%OK
1.3%Fail

Statistics

Units Skip OK Fail
Modules
1
1
Features
10
7
3
Scenarios
520
517
3
Steps
13109
4
13089
16

Fails

Test NameResultMessage
/swarmsFail 35m 27s
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 32, in run_long_query
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1242, in query
    assert r.exitcode == exitcode, error(r.output)
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 25.8.14):
Code: 32. DB::Exception: Received from localhost:9000. DB::Exception: Attempt to read after eof: while receiving packet from clickhouse2:9000, 172.18.0.8, local address: 172.18.0.10:59382: While executing Remote. (ATTEMPT_TO_READ_AFTER_EOF)
(query: SELECT count(), hostName() 
            FROM datalakecatalog_db_0ea1b46f_fd49_11f0_a4fe_9200071779f7.`namespace_0ea1c2ea_fd49_11f0_8e6f_9200071779f7.table_0ea1c34b_fd49_11f0_8a68_9200071779f7` 
            WHERE NOT ignore(sleepEachRow(1)) 
            GROUP BY hostName()
            SETTINGS 
                object_storage_cluster='static_swarm_cluster', 
                max_threads=1


)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 32
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 138
  assert r.exitcode == exitcode, error(r.output)
                    ^ is = False
  assert r.exitcode == exitcode, error(r.output)
  ^ is False

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

1234\|                      **kwargs,
1235\|                  )
1236\|  
1237\|          if no_checks:
1238\|              return r
1239\|  
1240\|          if exitcode is not None:
1241\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1242\|>                 assert r.exitcode == exitcode, error(r.output)
1243\|  
1244\|          if message is not None:
1245\|              with (
/swarms/featureFail 30m 52s
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 32, in run_long_query
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1242, in query
    assert r.exitcode == exitcode, error(r.output)
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 25.8.14):
Code: 32. DB::Exception: Received from localhost:9000. DB::Exception: Attempt to read after eof: while receiving packet from clickhouse2:9000, 172.18.0.8, local address: 172.18.0.10:59382: While executing Remote. (ATTEMPT_TO_READ_AFTER_EOF)
(query: SELECT count(), hostName() 
            FROM datalakecatalog_db_0ea1b46f_fd49_11f0_a4fe_9200071779f7.`namespace_0ea1c2ea_fd49_11f0_8e6f_9200071779f7.table_0ea1c34b_fd49_11f0_8a68_9200071779f7` 
            WHERE NOT ignore(sleepEachRow(1)) 
            GROUP BY hostName()
            SETTINGS 
                object_storage_cluster='static_swarm_cluster', 
                max_threads=1


)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 32
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 138
  assert r.exitcode == exitcode, error(r.output)
                    ^ is = False
  assert r.exitcode == exitcode, error(r.output)
  ^ is False

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

1234\|                      **kwargs,
1235\|                  )
1236\|  
1237\|          if no_checks:
1238\|              return r
1239\|  
1240\|          if exitcode is not None:
1241\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1242\|>                 assert r.exitcode == exitcode, error(r.output)
1243\|  
1244\|          if message is not None:
1245\|              with (
/swarms/feature/node failureFail 15m 42s
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 32, in run_long_query
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1242, in query
    assert r.exitcode == exitcode, error(r.output)
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 25.8.14):
Code: 32. DB::Exception: Received from localhost:9000. DB::Exception: Attempt to read after eof: while receiving packet from clickhouse2:9000, 172.18.0.8, local address: 172.18.0.10:59382: While executing Remote. (ATTEMPT_TO_READ_AFTER_EOF)
(query: SELECT count(), hostName() 
            FROM datalakecatalog_db_0ea1b46f_fd49_11f0_a4fe_9200071779f7.`namespace_0ea1c2ea_fd49_11f0_8e6f_9200071779f7.table_0ea1c34b_fd49_11f0_8a68_9200071779f7` 
            WHERE NOT ignore(sleepEachRow(1)) 
            GROUP BY hostName()
            SETTINGS 
                object_storage_cluster='static_swarm_cluster', 
                max_threads=1


)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 32
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 138
  assert r.exitcode == exitcode, error(r.output)
                    ^ is = False
  assert r.exitcode == exitcode, error(r.output)
  ^ is False

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

1234\|                      **kwargs,
1235\|                  )
1236\|  
1237\|          if no_checks:
1238\|              return r
1239\|  
1240\|          if exitcode is not None:
1241\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1242\|>                 assert r.exitcode == exitcode, error(r.output)
1243\|  
1244\|          if message is not None:
1245\|              with (
/swarms/feature/node failure/network failureFail 14s 548ms
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 32, in run_long_query
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1242, in query
    assert r.exitcode == exitcode, error(r.output)
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 25.8.14):
Code: 32. DB::Exception: Received from localhost:9000. DB::Exception: Attempt to read after eof: while receiving packet from clickhouse2:9000, 172.18.0.8, local address: 172.18.0.10:59382: While executing Remote. (ATTEMPT_TO_READ_AFTER_EOF)
(query: SELECT count(), hostName() 
            FROM datalakecatalog_db_0ea1b46f_fd49_11f0_a4fe_9200071779f7.`namespace_0ea1c2ea_fd49_11f0_8e6f_9200071779f7.table_0ea1c34b_fd49_11f0_8a68_9200071779f7` 
            WHERE NOT ignore(sleepEachRow(1)) 
            GROUP BY hostName()
            SETTINGS 
                object_storage_cluster='static_swarm_cluster', 
                max_threads=1


)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 32
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 138
  assert r.exitcode == exitcode, error(r.output)
                    ^ is = False
  assert r.exitcode == exitcode, error(r.output)
  ^ is False

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

1234\|                      **kwargs,
1235\|                  )
1236\|  
1237\|          if no_checks:
1238\|              return r
1239\|  
1240\|          if exitcode is not None:
1241\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1242\|>                 assert r.exitcode == exitcode, error(r.output)
1243\|  
1244\|          if message is not None:
1245\|              with (
/swarms/feature/node failure/swarm out of disk spaceFail 10m 1s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 105, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 98, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 17, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 343, in feature
    Scenario(test=swarm_out_of_disk_space)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 151, in swarm_out_of_disk_space
    actions.fill_clickhouse_disks(node=swarm_node)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/swarm_node_actions.py", line 97, in fill_clickhouse_disks
    clickhouse_limited_disk_config(node=node)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/common.py", line 713, in add_config
    check_preprocessed_config_is_updated()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/common.py", line 637, in check_preprocessed_config_is_updated
    assert exitcode == 0, error()
           ^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exitcode == 0, error()

Assertion values
  assert exitcode == 0, error()
         ^ is 1
  assert exitcode == 0, error()
                  ^ is = False
  assert exitcode == 0, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/common.py', line 637 in 'check_preprocessed_config_is_updated'

629\|          if settings.debug:
630\|              node.command(
631\|                  f"cat /var/lib/clickhouse/preprocessed_configs/{config.preprocessed_name}"
632\|              )
633\|  
634\|          if after_removal:
635\|              assert exitcode == 1, error()
636\|          else:
637\|>             assert exitcode == 0, error()
638\|  
639\|      def wait_for_config_to_be_loaded(user=None):
640\|          """Wait for config to be loaded."""
/swarms/feature/node failure/cpu overloadFail 1m 0s
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py", line 32, in run_long_query
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1258, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 25.8.14):
Code: 279. DB::Exception: Received from localhost:9000. DB::Exception: Cannot connect to any replica for query execution. (ALL_CONNECTION_TRIES_FAILED)
(query: SELECT count(), hostName() 
            FROM datalakecatalog_db_0ea1b46f_fd49_11f0_a4fe_9200071779f7.`namespace_0ea1c2ea_fd49_11f0_8e6f_9200071779f7.table_0ea1c34b_fd49_11f0_8a68_9200071779f7` 
            WHERE NOT ignore(sleepEachRow(0.5)) 
            GROUP BY hostName()
            SETTINGS 
                object_storage_cluster='static_swarm_cluster', 
                max_threads=1


)

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

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

1250\|                  assert message in r.output, error(r.output)
1251\|  
1252\|          if not ignore_exception:
1253\|              if message is None or "Exception:" not in message:
1254\|                  with Then("check if output has exception") if steps else NullStep():
1255\|                      if "Exception:" in r.output:
1256\|                          if raise_on_exception:
1257\|                              raise QueryRuntimeException(r.output)
1258\|>                         assert False, error(r.output)
1259\|  
1260\|          return r
1261\|
/swarms/feature/swarm joinsFail 5m 18s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 105, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 179, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 450, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 98, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 20, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/joins.py", line 679, in feature
    swarm_steps.add_node_to_swarm(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/swarm_steps.py", line 136, in add_node_to_swarm
    change_clickhouse_config(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/common.py", line 713, in add_config
    check_preprocessed_config_is_updated()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/common.py", line 637, in check_preprocessed_config_is_updated
    assert exitcode == 0, error()
           ^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert exitcode == 0, error()

Assertion values
  assert exitcode == 0, error()
         ^ is 1
  assert exitcode == 0, error()
                  ^ is = False
  assert exitcode == 0, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/common.py', line 637 in 'check_preprocessed_config_is_updated'

629\|          if settings.debug:
630\|              node.command(
631\|                  f"cat /var/lib/clickhouse/preprocessed_configs/{config.preprocessed_name}"
632\|              )
633\|  
634\|          if after_removal:
635\|              assert exitcode == 1, error()
636\|          else:
637\|>             assert exitcode == 0, error()
638\|  
639\|      def wait_for_config_to_be_loaded(user=None):
640\|          """Wait for config to be loaded."""

Results

Test Name Result Duration
/swarms Fail 35m 27s
/swarms/feature Fail 30m 52s
/swarms/feature/swarm sanity OK 3m 33s
/swarms/feature/swarm sanity/create swarm cluster OK 43s 691ms
/swarms/feature/swarm sanity/cluster with only one observer node OK 19s 857ms
/swarms/feature/swarm sanity/check scale up and down OK 57s 589ms
/swarms/feature/swarm sanity/swarm examples OK 49s 132ms
/swarms/feature/swarm sanity/cluster with one observer node and one swarm node OK 43s 522ms
/swarms/feature/invalid configuration OK 35s 54ms
/swarms/feature/invalid configuration/wrong key OK 35s 53ms
/swarms/feature/cluster discovery OK 2m 44s
/swarms/feature/cluster discovery/cluster registration deregistration OK 35s 445ms
/swarms/feature/cluster discovery/multiple discovery sections OK 47s 948ms
/swarms/feature/cluster discovery/multiple paths OK 47s 981ms
/swarms/feature/cluster discovery/check cluster discovery with wrong cluster name OK 33s 54ms
/swarms/feature/node failure Fail 15m 42s
/swarms/feature/node failure/check restart swarm node OK 12s 735ms
/swarms/feature/node failure/check restart clickhouse on swarm node OK 12s 20ms
/swarms/feature/node failure/network failure Fail 14s 548ms
/swarms/feature/node failure/swarm out of disk space Fail 10m 1s
/swarms/feature/node failure/initiator out of disk space OK 2m 58s
/swarms/feature/node failure/cpu overload Fail 1m 0s
/swarms/feature/node failure/cpu overload all swarm nodes OK 1m 0s
/swarms/feature/swarm joins Fail 5m 18s
/swarms/feature/swarm join sanity OK 17s 979ms
/swarms/feature/swarm join sanity/join subquery OK 9s 110ms
/swarms/feature/swarm join sanity/join with clause OK 8s 867ms
/swarms/feature/swarm union OK 2m 17s
/swarms/feature/swarm union/union clause OK 1m 0s
/swarms/feature/swarm union/union clause/union 0 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 3s 446ms
/swarms/feature/swarm union/union clause/union 1 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 3s 376ms
/swarms/feature/swarm union/union clause/union 2 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 3s 195ms
/swarms/feature/swarm union/union clause/union 3 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 3s 233ms
/swarms/feature/swarm union/union clause/union 4 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 3s 336ms
/swarms/feature/swarm union/union clause/union 5 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 3s 44ms
/swarms/feature/swarm union/union clause/union 6 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 3s 311ms
/swarms/feature/swarm union/union clause/union 7 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and replicated_cluster cluster OK 3s 146ms
/swarms/feature/swarm union/union clause/union 8 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_three_nodes cluster OK 3s 222ms
/swarms/feature/swarm union/union clause/union 9 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 3s 381ms
/swarms/feature/swarm union/union clause/union 10 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 59ms
/swarms/feature/swarm union/union clause/union 11 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 932ms
/swarms/feature/swarm union/union clause/union 12 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 25ms
/swarms/feature/swarm union/union clause/union 13 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 185ms
/swarms/feature/swarm union/union clause/union 14 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 817ms
/swarms/feature/swarm union/union clause/union 15 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 875ms
/swarms/feature/swarm union/union clause/union 16 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 65ms
/swarms/feature/swarm union/union clause/union 17 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 874ms
/swarms/feature/swarm union/union clause/union 18 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 64ms
/swarms/feature/swarm union/union clause/union 19 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 813ms
/swarms/feature/swarm union/union clause/union 20 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 19ms
/swarms/feature/swarm union/union clause/union 21 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 143ms
/swarms/feature/swarm union/union clause/union 22 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 874ms
/swarms/feature/swarm union/union clause/union 23 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 66ms
/swarms/feature/swarm union/union clause/union 24 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 897ms
/swarms/feature/swarm union/union clause/union 25 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 885ms
/swarms/feature/swarm union/union clause/union 26 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 25ms
/swarms/feature/swarm union/union clause/union 27 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 950ms
/swarms/feature/swarm union/union clause/union 28 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 116ms
/swarms/feature/swarm union/union clause/union 29 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 63ms
/swarms/feature/swarm union/union clause/union 30 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 4ms
/swarms/feature/swarm union/union clause/union 31 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 994ms
/swarms/feature/swarm union/union clause/union 32 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 843ms
/swarms/feature/swarm union/union clause/union 33 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 9ms
/swarms/feature/swarm union/union clause/union 34 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 1s 57ms
/swarms/feature/swarm union/union clause/union 35 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 69ms
/swarms/feature/swarm union/union clause/union 36 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 37ms
/swarms/feature/swarm union/union clause/union 37 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 76ms
/swarms/feature/swarm union/union clause/union 38 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 1s 78ms
/swarms/feature/swarm union/union clause/union 39 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 886ms
/swarms/feature/swarm union/union clause/union 40 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 27ms
/swarms/feature/swarm union/union clause/union 41 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 37ms
/swarms/feature/swarm union/union clause/union 42 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 761ms
/swarms/feature/swarm union/union clause/union 43 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 146ms
/swarms/feature/swarm union/union clause/union 44 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 999ms
/swarms/feature/swarm union/union clause/union 45 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 90ms
/swarms/feature/swarm union/union clause/union 46 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 276ms
/swarms/feature/swarm union/union clause/union 47 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 974ms
/swarms/feature/swarm union/union clause/union 48 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 209ms
/swarms/feature/swarm union/union clause/union 49 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 201ms
/swarms/feature/swarm union/union clause/union 50 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 938ms
/swarms/feature/swarm union/union clause/union 51 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 180ms
/swarms/feature/swarm union/union clause/union 52 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 120ms
/swarms/feature/swarm union/union clause/union 53 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 72ms
/swarms/feature/swarm union/union clause/union 54 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 1s 181ms
/swarms/feature/swarm union/union clause/union 55 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 268ms
/swarms/feature/swarm union/union clause/union 56 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 77ms
/swarms/feature/swarm union/union clause/union 57 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 918ms
/swarms/feature/swarm union/union clause/union 58 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 48ms
/swarms/feature/swarm union/union clause/union 59 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 131ms
/swarms/feature/swarm union/union clause/union 60 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 810ms
/swarms/feature/swarm union/union clause/union 61 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 147ms
/swarms/feature/swarm union/union clause/union 62 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 32ms
/swarms/feature/swarm union/union clause/union 63 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 940ms
/swarms/feature/swarm union/union clause/union 64 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 988ms
/swarms/feature/swarm union/union clause/union 65 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 923ms
/swarms/feature/swarm union/union clause/union 66 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 226ms
/swarms/feature/swarm union/union clause/union 67 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 125ms
/swarms/feature/swarm union/union clause/union 68 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 929ms
/swarms/feature/swarm union/union clause/union 69 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 963ms
/swarms/feature/swarm union/union clause/union 70 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 71ms
/swarms/feature/swarm union/union clause/union 71 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 957ms
/swarms/feature/swarm union/union clause/union 72 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 185ms
/swarms/feature/swarm union/union clause/union 73 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 184ms
/swarms/feature/swarm union/union clause/union 74 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 865ms
/swarms/feature/swarm union/union clause/union 75 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster cluster OK 1s 83ms
/swarms/feature/swarm union/union clause/union 76 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 898ms
/swarms/feature/swarm union/union clause/union 77 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 947ms
/swarms/feature/swarm union/union clause/union 78 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 951ms
/swarms/feature/swarm union/union clause/union 79 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 169ms
/swarms/feature/swarm union/union clause/union 80 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 81ms
/swarms/feature/swarm union/union clause/union 81 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 100ms
/swarms/feature/swarm union/union clause/union 82 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 0ms
/swarms/feature/swarm union/union clause/union 83 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 982ms
/swarms/feature/swarm union/union clause/union 84 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 743ms
/swarms/feature/swarm union/union clause/union 85 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 116ms
/swarms/feature/swarm union/union clause/union 86 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 776ms
/swarms/feature/swarm union/union clause/union 87 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 29ms
/swarms/feature/swarm union/union clause/union 88 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 120ms
/swarms/feature/swarm union/union clause/union 89 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 1s 26ms
/swarms/feature/swarm union/union clause/union 90 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 847ms
/swarms/feature/swarm union/union clause/union 91 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 850ms
/swarms/feature/swarm union/union clause/union 92 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 143ms
/swarms/feature/swarm union/union clause/union 93 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 30ms
/swarms/feature/swarm union/union clause/union 94 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 84ms
/swarms/feature/swarm union/union clause/union 95 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 963ms
/swarms/feature/swarm union/union clause/union 96 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 113ms
/swarms/feature/swarm union/union clause/union 97 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 1s 84ms
/swarms/feature/swarm union/union clause/union 98 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 981ms
/swarms/feature/swarm union/union clause/union 99 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 192ms
/swarms/feature/swarm union/union clause/union 100 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 30ms
/swarms/feature/swarm union/union clause/union 101 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 166ms
/swarms/feature/swarm union/union clause/union 102 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 304ms
/swarms/feature/swarm union/union clause/union 103 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 128ms
/swarms/feature/swarm union/union clause/union 104 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 927ms
/swarms/feature/swarm union/union clause/union 105 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 29ms
/swarms/feature/swarm union/union clause/union 106 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 905ms
/swarms/feature/swarm union/union clause/union 107 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 80ms
/swarms/feature/swarm union/union clause/union 108 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 988ms
/swarms/feature/swarm union/union clause/union 109 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 5ms
/swarms/feature/swarm union/union clause/union 110 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 53ms
/swarms/feature/swarm union/union clause/union 111 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 794ms
/swarms/feature/swarm union/union clause/union 112 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 804ms
/swarms/feature/swarm union/union clause/union 113 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 150ms
/swarms/feature/swarm union/union clause/union 114 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 15ms
/swarms/feature/swarm union/union clause/union 115 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 105ms
/swarms/feature/swarm union/union clause/union 116 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 908ms
/swarms/feature/swarm union/union clause/union 117 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 826ms
/swarms/feature/swarm union/union clause/union 118 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 66ms
/swarms/feature/swarm union/union clause/union 119 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 130ms
/swarms/feature/swarm union/union clause/union 120 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 969ms
/swarms/feature/swarm union/union clause/union 121 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 94ms
/swarms/feature/swarm union/union clause/union 122 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 5ms
/swarms/feature/swarm union/union clause/union 123 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 159ms
/swarms/feature/swarm union/union clause/union 124 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 43ms
/swarms/feature/swarm union/union clause/union 125 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 871ms
/swarms/feature/swarm union/union clause/union 126 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 979ms
/swarms/feature/swarm union/union clause/union 127 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 23ms
/swarms/feature/swarm union/union clause/union 128 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 128ms
/swarms/feature/swarm union/union clause/union 129 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 955ms
/swarms/feature/swarm union/union clause/union 130 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 4ms
/swarms/feature/swarm union/union clause/union 131 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 943ms
/swarms/feature/swarm union/union clause/union 132 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 59ms
/swarms/feature/swarm union/union clause/union 133 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 19ms
/swarms/feature/swarm union/union clause/union 134 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 82ms
/swarms/feature/swarm union/union clause/union 135 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 766ms
/swarms/feature/swarm union/union clause/union 136 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 983ms
/swarms/feature/swarm union/union clause/union 137 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 98ms
/swarms/feature/swarm union/union clause/union 138 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 69ms
/swarms/feature/swarm union/union clause/union 139 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 931ms
/swarms/feature/swarm union/union clause/union 140 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 979ms
/swarms/feature/swarm union/union clause/union 141 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster cluster OK 1s 131ms
/swarms/feature/swarm union/union clause/union 142 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 780ms
/swarms/feature/swarm union/union clause/union 143 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster cluster OK 1s 20ms
/swarms/feature/swarm union/union clause/union 144 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 242ms
/swarms/feature/swarm union/union clause/union 145 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 134ms
/swarms/feature/swarm union/union clause/union 146 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 226ms
/swarms/feature/swarm union/union clause/union 147 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 143ms
/swarms/feature/swarm union/union clause/union 148 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 42ms
/swarms/feature/swarm union/union clause/union 149 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 168ms
/swarms/feature/swarm union/union clause/union 150 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 97ms
/swarms/feature/swarm union/union clause/union 151 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 164ms
/swarms/feature/swarm union/union clause/union 152 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 178ms
/swarms/feature/swarm union/union clause/union 153 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 966ms
/swarms/feature/swarm union/union clause/union 154 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 160ms
/swarms/feature/swarm union/union clause/union 155 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 155ms
/swarms/feature/swarm union/union clause/union 156 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 91ms
/swarms/feature/swarm union/union clause/union 157 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 848ms
/swarms/feature/swarm union/union clause/union 158 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 86ms
/swarms/feature/swarm union/union clause/union 159 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 914ms
/swarms/feature/swarm union/union clause/union 160 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 933ms
/swarms/feature/swarm union/union clause/union 161 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 191ms
/swarms/feature/swarm union/union clause/union 162 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 76ms
/swarms/feature/swarm union/union clause/union 163 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 876ms
/swarms/feature/swarm union/union clause/union 164 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 209ms
/swarms/feature/swarm union/union clause/union 165 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 898ms
/swarms/feature/swarm union/union clause/union 166 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 907ms
/swarms/feature/swarm union/union clause/union 167 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 237ms
/swarms/feature/swarm union/union clause/union 168 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 139ms
/swarms/feature/swarm union/union clause/union 169 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 114ms
/swarms/feature/swarm union/union clause/union 170 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 11ms
/swarms/feature/swarm union/union clause/union 171 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 15ms
/swarms/feature/swarm union/union clause/union 172 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 37ms
/swarms/feature/swarm union/union clause/union 173 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 820ms
/swarms/feature/swarm union/union clause/union 174 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 928ms
/swarms/feature/swarm union/union clause/union 175 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 872ms
/swarms/feature/swarm union/union clause/union 176 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 234ms
/swarms/feature/swarm union/union clause/union 177 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 1s 115ms
/swarms/feature/swarm union/union clause/union 178 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 59ms
/swarms/feature/swarm union/union clause/union 179 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 48ms
/swarms/feature/swarm union/union clause/union 180 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 60ms
/swarms/feature/swarm union/union clause/union 181 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 1s 183ms
/swarms/feature/swarm union/union clause/union 182 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 128ms
/swarms/feature/swarm union/union clause/union 183 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 48ms
/swarms/feature/swarm union/union clause/union 184 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 56ms
/swarms/feature/swarm union/union clause/union 185 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 70ms
/swarms/feature/swarm union/union clause/union 186 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 305ms
/swarms/feature/swarm union/union clause/union 187 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 78ms
/swarms/feature/swarm union/union clause/union 188 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 335ms
/swarms/feature/swarm union/union clause/union 189 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 850ms
/swarms/feature/swarm union/union clause/union 190 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 186ms
/swarms/feature/swarm union/union clause/union 191 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 139ms
/swarms/feature/swarm union/union clause/union 192 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 931ms
/swarms/feature/swarm union/union clause/union 193 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 58ms
/swarms/feature/swarm union/union clause/union 194 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 1s 223ms
/swarms/feature/swarm union/union clause/union 195 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 785ms
/swarms/feature/swarm union/union clause/union 196 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 303ms
/swarms/feature/swarm union/union clause/union 197 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 287ms
/swarms/feature/swarm union/union clause/union 198 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 216ms
/swarms/feature/swarm union/union clause/union 199 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 122ms
/swarms/feature/swarm union/union clause/union 200 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 1s 61ms
/swarms/feature/swarm union/union clause/union 201 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 204ms
/swarms/feature/swarm union/union clause/union 202 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 177ms
/swarms/feature/swarm union/union clause/union 203 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 115ms
/swarms/feature/swarm union/union clause/union 204 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 10ms
/swarms/feature/swarm union/union clause/union 205 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 799ms
/swarms/feature/swarm union/union clause/union 206 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 34ms
/swarms/feature/swarm union/union clause/union 207 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 47ms
/swarms/feature/swarm union/union clause/union 208 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 86ms
/swarms/feature/swarm union/union clause/union 209 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 880ms
/swarms/feature/swarm union/union clause/union 210 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 72ms
/swarms/feature/swarm union/union clause/union 211 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 914ms
/swarms/feature/swarm union/union clause/union 212 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 111ms
/swarms/feature/swarm union/union clause/union 213 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 907ms
/swarms/feature/swarm union/union clause/union 214 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 931ms
/swarms/feature/swarm union/union clause/union 215 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 980ms
/swarms/feature/swarm union/union clause/union 216 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 831ms
/swarms/feature/swarm union/union clause/union 217 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 959ms
/swarms/feature/swarm union/union clause/union 218 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 57ms
/swarms/feature/swarm union/union clause/union 219 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 240ms
/swarms/feature/swarm union/union clause/union 220 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 992ms
/swarms/feature/swarm union/union clause/union 221 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 21ms
/swarms/feature/swarm union/union clause/union 222 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 124ms
/swarms/feature/swarm union/union clause/union 223 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 947ms
/swarms/feature/swarm union/union clause/union 224 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 211ms
/swarms/feature/swarm union/union clause/union 225 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 905ms
/swarms/feature/swarm union/union clause/union 226 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 876ms
/swarms/feature/swarm union/union clause/union 227 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 723ms
/swarms/feature/swarm union/union clause/union 228 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 902ms
/swarms/feature/swarm union/union clause/union 229 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 73ms
/swarms/feature/swarm union/union clause/union 230 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 948ms
/swarms/feature/swarm union/union clause/union 231 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 83ms
/swarms/feature/swarm union/union clause/union 232 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 913ms
/swarms/feature/swarm union/union clause/union 233 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 31ms
/swarms/feature/swarm union/union clause/union 234 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 170ms
/swarms/feature/swarm union/union clause/union 235 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 122ms
/swarms/feature/swarm union/union clause/union 236 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 71ms
/swarms/feature/swarm union/union clause/union 237 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 817ms
/swarms/feature/swarm union/union clause/union 238 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 146ms
/swarms/feature/swarm union/union clause/union 239 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 989ms
/swarms/feature/swarm union/union clause/union 240 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 119ms
/swarms/feature/swarm union/union clause/union 241 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 37ms
/swarms/feature/swarm union/union clause/union 242 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 869ms
/swarms/feature/swarm union/union clause/union 243 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 365ms
/swarms/feature/swarm union/union clause/union 244 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 253ms
/swarms/feature/swarm union/union clause/union 245 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 100ms
/swarms/feature/swarm union/union clause/union 246 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 114ms
/swarms/feature/swarm union/union clause/union 247 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 911ms
/swarms/feature/swarm union/union clause/union 248 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 62ms
/swarms/feature/swarm union/union clause/union 249 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 174ms
/swarms/feature/swarm union/union clause/union 250 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 283ms
/swarms/feature/swarm union/union clause/union 251 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 259ms
/swarms/feature/swarm union/union clause/union 252 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 241ms
/swarms/feature/swarm union/union clause/union 253 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 941ms
/swarms/feature/swarm union/union clause/union 254 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 232ms
/swarms/feature/swarm union/union clause/union 255 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 42ms
/swarms/feature/swarm union/union clause/union 256 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 148ms
/swarms/feature/swarm union/union clause/union 257 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 797ms
/swarms/feature/swarm union/union clause/union 258 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 5ms
/swarms/feature/swarm union/union clause/union 259 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_three_nodes cluster OK 976ms
/swarms/feature/swarm union/union clause/union 260 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 116ms
/swarms/feature/swarm union/union clause/union 261 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 251ms
/swarms/feature/swarm union/union clause/union 262 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 894ms
/swarms/feature/swarm union/union clause/union 263 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 703ms
/swarms/feature/swarm union/union clause/union 264 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 716ms
/swarms/feature/swarm union/union clause/union 265 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 53ms
/swarms/feature/swarm union/union clause/union 266 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 935ms
/swarms/feature/swarm union/union clause/union 267 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 116ms
/swarms/feature/swarm union/union clause/union 268 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 871ms
/swarms/feature/swarm union/union clause/union 269 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 930ms
/swarms/feature/swarm union/union clause/union 270 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 1s 179ms
/swarms/feature/swarm union/union clause/union 271 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 59ms
/swarms/feature/swarm union/union clause/union 272 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 810ms
/swarms/feature/swarm union/union clause/union 273 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 100ms
/swarms/feature/swarm union/union clause/union 274 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 180ms
/swarms/feature/swarm union/union clause/union 275 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 29ms
/swarms/feature/swarm union/union clause/union 276 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 113ms
/swarms/feature/swarm union/union clause/union 277 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 66ms
/swarms/feature/swarm union/union clause/union 278 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 878ms
/swarms/feature/swarm union/union clause/union 279 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 22ms
/swarms/feature/swarm union/union clause/union 280 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 892ms
/swarms/feature/swarm union/union clause/union 281 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 366ms
/swarms/feature/swarm union/union clause/union 282 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 165ms
/swarms/feature/swarm union/union clause/union 283 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 852ms
/swarms/feature/swarm union/union clause/union 284 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 161ms
/swarms/feature/swarm union/union clause/union 285 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 103ms
/swarms/feature/swarm union/union clause/union 286 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 64ms
/swarms/feature/swarm union/union clause/union 287 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 252ms
/swarms/feature/swarm union/union clause/union 288 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 941ms
/swarms/feature/swarm union/union clause/union 289 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 1s 144ms
/swarms/feature/swarm union/union clause/union 290 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 831ms
/swarms/feature/swarm union/union clause/union 291 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 391ms
/swarms/feature/swarm union/union clause/union 292 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 87ms
/swarms/feature/swarm union/union clause/union 293 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 1ms
/swarms/feature/swarm union/union clause/union 294 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 245ms
/swarms/feature/swarm union/union clause/union 295 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 274ms
/swarms/feature/swarm union/union clause/union 296 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 358ms
/swarms/feature/swarm union/union clause/union 297 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 230ms
/swarms/feature/swarm union/union clause/union 298 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 133ms
/swarms/feature/swarm union/union clause/union 299 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 244ms
/swarms/feature/swarm union/union clause/union 300 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 7ms
/swarms/feature/swarm union/union clause/union 301 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 235ms
/swarms/feature/swarm union/union clause/union 302 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 892ms
/swarms/feature/swarm union/union clause/union 303 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 75ms
/swarms/feature/swarm union/union clause/union 304 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 46ms
/swarms/feature/swarm union/union clause/union 305 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 112ms
/swarms/feature/swarm union/union clause/union 306 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 132ms
/swarms/feature/swarm union/union clause/union 307 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 143ms
/swarms/feature/swarm union/union clause/union 308 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 121ms
/swarms/feature/swarm union/union clause/union 309 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 950ms
/swarms/feature/swarm union/union clause/union 310 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 959ms
/swarms/feature/swarm union/union clause/union 311 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 937ms
/swarms/feature/swarm union/union clause/union 312 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 49ms
/swarms/feature/swarm union/union clause/union 313 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 875ms
/swarms/feature/swarm union/union clause/union 314 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 842ms
/swarms/feature/swarm union/union clause/union 315 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 87ms
/swarms/feature/swarm union/union clause/union 316 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 284ms
/swarms/feature/swarm union/union clause/union 317 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 235ms
/swarms/feature/swarm union/union clause/union 318 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 253ms
/swarms/feature/swarm union/union clause/union 319 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 980ms
/swarms/feature/swarm union/union clause/union 320 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 218ms
/swarms/feature/swarm union/union clause/union 321 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 871ms
/swarms/feature/swarm union/union clause/union 322 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 896ms
/swarms/feature/swarm union/union clause/union 323 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 85ms
/swarms/feature/swarm union/union clause/union 324 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 943ms
/swarms/feature/swarm union/union clause/union 325 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 38ms
/swarms/feature/swarm union/union clause/union 326 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 31ms
/swarms/feature/swarm union/union clause/union 327 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 198ms
/swarms/feature/swarm union/union clause/union 328 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 100ms
/swarms/feature/swarm union/union clause/union 329 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 917ms
/swarms/feature/swarm union/union clause/union 330 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 163ms
/swarms/feature/swarm union/union clause/union 331 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 956ms
/swarms/feature/swarm union/union clause/union 332 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 23ms
/swarms/feature/swarm union/union clause/union 333 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 923ms
/swarms/feature/swarm union/union clause/union 334 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster cluster and replicated_cluster cluster OK 885ms
/swarms/feature/swarm union/union clause/union 335 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 27ms
/swarms/feature/swarm union/union clause/union 336 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 913ms
/swarms/feature/swarm union/union clause/union 337 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 794ms
/swarms/feature/swarm union/union clause/union 338 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 35ms
/swarms/feature/swarm union/union clause/union 339 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 314ms
/swarms/feature/swarm union/union clause/union 340 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 966ms
/swarms/feature/swarm union/union clause/union 341 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 210ms
/swarms/feature/swarm union/union clause/union 342 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 825ms
/swarms/feature/swarm union/union clause/union 343 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 80ms
/swarms/feature/swarm union/union clause/union 344 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 1s 95ms
/swarms/feature/swarm union/union clause/union 345 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 216ms
/swarms/feature/swarm union/union clause/union 346 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 124ms
/swarms/feature/swarm union/union clause/union 347 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 106ms
/swarms/feature/swarm union/union clause/union 348 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 83ms
/swarms/feature/swarm union/union clause/union 349 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 230ms
/swarms/feature/swarm union/union clause/union 350 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 935ms
/swarms/feature/swarm union/union clause/union 351 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 122ms
/swarms/feature/swarm union/union clause/union 352 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 978ms
/swarms/feature/swarm union/union clause/union 353 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 162ms
/swarms/feature/swarm union/union clause/union 354 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 977ms
/swarms/feature/swarm union/union clause/union 355 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 24ms
/swarms/feature/swarm union/union clause/union 356 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 940ms
/swarms/feature/swarm union/union clause/union 357 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_three_nodes cluster OK 1s 217ms
/swarms/feature/swarm union/union clause/union 358 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 1s 38ms
/swarms/feature/swarm union/union clause/union 359 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 142ms
/swarms/feature/swarm union/union clause/union 360 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 90ms
/swarms/feature/swarm union/union clause/union 361 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 5ms
/swarms/feature/swarm union/union clause/union 362 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 791ms
/swarms/feature/swarm union/union clause/union 363 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 125ms
/swarms/feature/swarm union/union clause/union 364 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 806ms
/swarms/feature/swarm union/union clause/union 365 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 67ms
/swarms/feature/swarm union/union clause/union 366 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 68ms
/swarms/feature/swarm union/union clause/union 367 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 77ms
/swarms/feature/swarm union/union clause/union 368 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 17ms
/swarms/feature/swarm union/union clause/union 369 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 52ms
/swarms/feature/swarm union/union clause/union 370 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 244ms
/swarms/feature/swarm union/union clause/union 371 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 98ms
/swarms/feature/swarm union/union clause/union 372 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 224ms
/swarms/feature/swarm union/union clause/union 373 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 137ms
/swarms/feature/swarm union/union clause/union 374 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 178ms
/swarms/feature/swarm union/union clause/union 375 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 164ms
/swarms/feature/swarm union/union clause/union 376 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 163ms
/swarms/feature/swarm union/union clause/union 377 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 121ms
/swarms/feature/swarm union/union clause/union 378 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 986ms
/swarms/feature/swarm union/union clause/union 379 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 825ms
/swarms/feature/swarm union/union clause/union 380 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 1s 1ms
/swarms/feature/swarm union/union clause/union 381 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 70ms
/swarms/feature/swarm union/union clause/union 382 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 66ms
/swarms/feature/swarm union/union clause/union 383 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and cluster_one_observer_two_swarm cluster OK 779ms
/swarms/feature/swarm union/union clause/union 384 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 42ms
/swarms/feature/swarm union/union clause/union 385 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 188ms
/swarms/feature/swarm union/union clause/union 386 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 32ms
/swarms/feature/swarm union/union clause/union 387 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 911ms
/swarms/feature/swarm union/union clause/union 388 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 235ms
/swarms/feature/swarm union/union clause/union 389 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 1s 157ms
/swarms/feature/swarm union/union clause/union 390 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 232ms
/swarms/feature/swarm union/union clause/union 391 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 288ms
/swarms/feature/swarm union/union clause/union 392 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 168ms
/swarms/feature/swarm union/union clause/union 393 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 235ms
/swarms/feature/swarm union/union clause/union 394 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 272ms
/swarms/feature/swarm union/union clause/union 395 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 265ms
/swarms/feature/swarm union/union clause/union 396 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 89ms
/swarms/feature/swarm union/union clause/union 397 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 273ms
/swarms/feature/swarm union/union clause/union 398 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 371ms
/swarms/feature/swarm union/union clause/union 399 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 187ms
/swarms/feature/swarm union/union clause/union 400 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 1s 80ms
/swarms/feature/swarm union/union clause/union 401 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 30ms
/swarms/feature/swarm union/union clause/union 402 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 773ms
/swarms/feature/swarm union/union clause/union 403 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 131ms
/swarms/feature/swarm union/union clause/union 404 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 757ms
/swarms/feature/swarm union/union clause/union 405 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 152ms
/swarms/feature/swarm union/union clause/union 406 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 973ms
/swarms/feature/swarm union/union clause/union 407 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 955ms
/swarms/feature/swarm union/union clause/union 408 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 0ms
/swarms/feature/swarm union/union clause/union 409 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 121ms
/swarms/feature/swarm union/union clause/union 410 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 106ms
/swarms/feature/swarm union/union clause/union 411 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 13ms
/swarms/feature/swarm union/union clause/union 412 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 820ms
/swarms/feature/swarm union/union clause/union 413 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 66ms
/swarms/feature/swarm union/union clause/union 414 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 829ms
/swarms/feature/swarm union/union clause/union 415 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 814ms
/swarms/feature/swarm union/union clause/union 416 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 53ms
/swarms/feature/swarm union/union clause/union 417 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 79ms
/swarms/feature/swarm union/union clause/union 418 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 44ms
/swarms/feature/swarm union/union clause/union 419 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 29ms
/swarms/feature/swarm union/union clause/union 420 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 38ms
/swarms/feature/swarm union/union clause/union 421 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 72ms
/swarms/feature/swarm union/union clause/union 422 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 1s 38ms
/swarms/feature/swarm union/union clause/union 423 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 960ms
/swarms/feature/swarm union/union clause/union 424 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 935ms
/swarms/feature/swarm union/union clause/union 425 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 1s 11ms
/swarms/feature/swarm union/union clause/union 426 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster_three_nodes cluster OK 978ms
/swarms/feature/swarm union/union clause/union 427 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 173ms
/swarms/feature/swarm union/union clause/union 428 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 4ms
/swarms/feature/swarm union/union clause/union 429 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 986ms
/swarms/feature/swarm union/union clause/union 430 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 905ms
/swarms/feature/swarm union/union clause/union 431 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 1s 67ms
/swarms/feature/swarm union/union clause/union 432 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 74ms
/swarms/feature/swarm union/union clause/union 433 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 179ms
/swarms/feature/swarm union/union clause/union 434 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 967ms
/swarms/feature/swarm union/union clause/union 435 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 907ms
/swarms/feature/swarm union/union clause/union 436 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_three_nodes cluster and cluster_one_observer_one_swarm cluster OK 911ms
/swarms/feature/swarm union/union clause/union 437 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 893ms
/swarms/feature/swarm union/union clause/union 438 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_three_nodes cluster OK 1s 275ms
/swarms/feature/swarm union/union clause/union 439 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 1s 125ms
/swarms/feature/swarm union/union clause/union 440 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 212ms
/swarms/feature/swarm union/union clause/union 441 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 141ms
/swarms/feature/swarm union/union clause/union 442 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 1s 135ms
/swarms/feature/swarm union/union clause/union 443 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 49ms
/swarms/feature/swarm union/union clause/union 444 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 229ms
/swarms/feature/swarm union/union clause/union 445 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in replicated_cluster cluster and replicated_cluster cluster OK 1s 117ms
/swarms/feature/swarm union/union clause/union 446 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 70ms
/swarms/feature/swarm union/union clause/union 447 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 238ms
/swarms/feature/swarm union/union clause/union 448 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster cluster OK 975ms
/swarms/feature/swarm union/union clause/union 449 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 117ms
/swarms/feature/swarm union/union clause/union 450 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_three_nodes cluster OK 911ms
/swarms/feature/swarm union/union clause/union 451 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_two_swarm cluster OK 1s 5ms
/swarms/feature/swarm union/union clause/union 452 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 137ms
/swarms/feature/swarm union/union clause/union 453 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 865ms
/swarms/feature/swarm union/union clause/union 454 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes cluster and cluster_one_observer_two_swarm cluster OK 966ms
/swarms/feature/swarm union/union clause/union 455 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 22ms
/swarms/feature/swarm union/union clause/union 456 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster cluster and replicated_cluster cluster OK 891ms
/swarms/feature/swarm union/union clause/union 457 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and cluster_one_observer_one_swarm cluster OK 872ms
/swarms/feature/swarm union/union clause/union 458 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster cluster OK 1s 133ms
/swarms/feature/swarm union/union clause/union 459 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_three_nodes cluster OK 913ms
/swarms/feature/swarm union/union clause/union 460 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 891ms
/swarms/feature/swarm union/union clause/union 461 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes cluster OK 1s 130ms
/swarms/feature/swarm union/union clause/union 462 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 138ms
/swarms/feature/swarm union/union clause/union 463 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster cluster and cluster_one_observer_two_swarm cluster OK 1s 79ms
/swarms/feature/swarm union/union clause/union 464 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 86ms
/swarms/feature/swarm union/union clause/union 465 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 916ms
/swarms/feature/swarm union/union clause/union 466 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 863ms
/swarms/feature/swarm union/union clause/union 467 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 908ms
/swarms/feature/swarm union/union clause/union 468 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 887ms
/swarms/feature/swarm union/union clause/union 469 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 895ms
/swarms/feature/swarm union/union clause/union 470 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_two_swarm cluster OK 1s 18ms
/swarms/feature/swarm union/union clause/union 471 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster_three_nodes cluster OK 978ms
/swarms/feature/swarm union/union clause/union 472 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and cluster_one_observer_one_swarm cluster OK 996ms
/swarms/feature/swarm union/union clause/union 473 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 29ms
/swarms/feature/swarm union/union clause/union 474 of 500﹕ merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes cluster and cluster_one_observer_one_swarm cluster OK 863ms
/swarms/feature/swarm union/union clause/union 475 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 161ms
/swarms/feature/swarm union/union clause/union 476 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_three_nodes cluster OK 1s 137ms
/swarms/feature/swarm union/union clause/union 477 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_2104eeda_fd4c_11f0_923d_9200071779f7․table_2104ef2b_fd4c_11f0_8a18_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster cluster and replicated_cluster_two_nodes_version_2 cluster OK 902ms
/swarms/feature/swarm union/union clause/union 478 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes cluster and replicated_cluster cluster OK 1s 224ms
/swarms/feature/swarm union/union clause/union 479 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 853ms
/swarms/feature/swarm union/union clause/union 480 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster cluster and cluster_one_observer_one_swarm cluster OK 966ms
/swarms/feature/swarm union/union clause/union 481 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes cluster OK 993ms
/swarms/feature/swarm union/union clause/union 482 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 1s 72ms
/swarms/feature/swarm union/union clause/union 483 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 46ms
/swarms/feature/swarm union/union clause/union 484 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 8ms
/swarms/feature/swarm union/union clause/union 485 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 910ms
/swarms/feature/swarm union/union clause/union 486 of 500﹕ s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 915ms
/swarms/feature/swarm union/union clause/union 487 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster cluster OK 919ms
/swarms/feature/swarm union/union clause/union 488 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_two_swarm cluster and replicated_cluster cluster OK 931ms
/swarms/feature/swarm union/union clause/union 489 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3', 'admin', 'password') in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 243ms
/swarms/feature/swarm union/union clause/union 490 of 500﹕ icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') with database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21a4767e_fd4c_11f0_90ed_9200071779f7․table_21a47817_fd4c_11f0_8763_9200071779f7﹨ in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes cluster OK 1s 229ms
/swarms/feature/swarm union/union clause/union 491 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') with s3('http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_one_swarm cluster and cluster_one_observer_one_swarm cluster OK 1s 146ms
/swarms/feature/swarm union/union clause/union 492 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in cluster_one_observer_one_swarm cluster and replicated_cluster_two_nodes cluster OK 1s 21ms
/swarms/feature/swarm union/union clause/union 493 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with icebergS3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster cluster and replicated_cluster cluster OK 1s 276ms
/swarms/feature/swarm union/union clause/union 494 of 500﹕ merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 with merge_tree_table_220d449e_fd4c_11f0_85e8_9200071779f7 in replicated_cluster_two_nodes_version_2 cluster and cluster_one_observer_one_swarm cluster OK 934ms
/swarms/feature/swarm union/union clause/union 495 of 500﹕ merge_tree_table_2228804f_fd4c_11f0_a8c6_9200071779f7 with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 167ms
/swarms/feature/swarm union/union clause/union 496 of 500﹕ database_20f7b1b1_fd4c_11f0_84b0_9200071779f7․﹨namespace_21578561_fd4c_11f0_a1da_9200071779f7․table_21578720_fd4c_11f0_8080_9200071779f7﹨ with s3('http﹕∕∕minio﹕9000∕warehouse∕data1∕data∕**․parquet', 'admin', 'password') in replicated_cluster_two_nodes_version_2 cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 97ms
/swarms/feature/swarm union/union clause/union 497 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with merge_tree_table_21eecb76_fd4c_11f0_a897_9200071779f7 in replicated_cluster_three_nodes cluster and replicated_cluster_two_nodes cluster OK 968ms
/swarms/feature/swarm union/union clause/union 498 of 500﹕ iceberg('http﹕∕∕minio﹕9000∕warehouse∕data1', 'admin', 'password') with s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data2∕data∕**․parquet', 'admin', 'password') in cluster_one_observer_two_swarm cluster and replicated_cluster_two_nodes_version_2 cluster OK 1s 55ms
/swarms/feature/swarm union/union clause/union 499 of 500﹕ s3Cluster(replicated_cluster, 'http﹕∕∕minio﹕9000∕warehouse∕data3∕data∕**․parquet', 'admin', 'password') with iceberg('http﹕∕∕minio﹕9000∕warehouse∕data2', 'admin', 'password') in replicated_cluster_three_nodes cluster and cluster_one_observer_two_swarm cluster OK 923ms
/swarms/feature/feature OK 21s 437ms
/swarms/feature/feature/object storage cluster profile events with overloaded node OK 21s 434ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922