Swarms Test Run Report

DateSep 10, 2026 13:59
Duration32m 18s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v26.6.4.20001.altinityantalya/2073b1f88dec885444fac97edb8179ad1753c1ad/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
user.namestrtgbb
version26.6.4.20001.altinityantalya
packagehttps://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.6.4.20001.altinityantalya/2073b1f88dec885444fac97edb8179ad1753c1ad/build_arm_binary/clickhouse
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash1b338607c602ca7076d7c73349bd199fe451bc60
job.nameswarms
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/34481990917
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.6.4.20001.altinityantalya/2073b1f88dec885444fac97edb8179ad1753c1ad/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.8%OK
1.2%Fail

Statistics

Units OK Fail Retried
Modules
1
1
Features
13
10
3
Scenarios
1535
1520
15
Steps
33780
33750
28
2

Fails

Test NameResultMessage
/swarmsFail 32m 18s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 919, in feature
    Scenario(test=s3_fallback_on_observer_only_swarm)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 158, in s3_fallback_on_observer_only_swarm
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/featureFail 28m 40s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 919, in feature
    Scenario(test=s3_fallback_on_observer_only_swarm)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 158, in s3_fallback_on_observer_only_swarm
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if emptyFail 3m 39s
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 919, in feature
    Scenario(test=s3_fallback_on_observer_only_swarm)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 158, in s3_fallback_on_observer_only_swarm
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/s3 fallback on observer only swarmFail 14s 202ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 919, in feature
    Scenario(test=s3_fallback_on_observer_only_swarm)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 158, in s3_fallback_on_observer_only_swarm
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/s3Cluster does not fallbackFail 13s 916ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 923, in feature
    Scenario(test=s3Cluster_does_not_fallback)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 195, in s3Cluster_does_not_fallback
    s3_steps.read_data_with_s3Cluster_table_function(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 141, in read_data_with_s3Cluster_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1273, 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
  Code: 552. DB::Exception: Unrecognized option '--object_storage_cluster_fallback_to_local_if_empty'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 40
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 189
  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 1273 in 'query'

1265\|                      **kwargs,
1266\|                  )
1267\|  
1268\|          if no_checks:
1269\|              return r
1270\|  
1271\|          if exitcode is not None:
1272\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1273\|>                 assert r.exitcode == exitcode, error(r.output)
1274\|  
1275\|          if message is not None:
1276\|              with (
/swarms/feature/fallback to local if empty/iceberg fallback on observer only swarmFail 13s 806ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 927, in feature
    Scenario(test=iceberg_fallback_on_observer_only_swarm)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 237, in iceberg_fallback_on_observer_only_swarm
    result = read_data_with_icebergS3_table_function(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../iceberg/tests/steps/icebergS3.py", line 133, in read_data_with_icebergS3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/write does not fallbackFail 17s 548ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 931, in feature
    Scenario(test=write_does_not_fallback)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 323, in write_does_not_fallback
    "CLUSTER_DOESNT_EXIST" in result.output
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  @TestScenario
  def write_does_not_fallback(self, minio_root_user, minio_root_[masked]:Secret(name='minio_root_password'), node=None):
      """Writes must stay fail-closed when the swarm is empty, even with fallback.

      Applying fallback to INSERT would make the write succeed on an empty swarm
      and fail once workers join.
      """
      if node is None:
          node = self.context.node

      cluster_name = "swarm_cluster" + getuid()
      path = f"/clickhouse/discovery/{cluster_name}"

      with Given("create observer-only swarm"):
          swarm_steps.add_node_to_swarm(
              node=node,
              observer=True,
              cluster_name=cluster_name,
              path=path,
          )

      file_name = f"fallback_write_{getuid()}.tsv"
      url = f"http://minio:9000/warehouse/{file_name}"

      try:
          with Then("INSERT into s3() with empty OSC and fallback still fails"):
              result = node.query(
                  f"""
                  INSERT INTO FUNCTION s3(
                      '{url}',
                      '{minio_root_user}',
                      '{minio_root_[masked]:Secret(name='minio_root_password')}',
                      'TSV',
                      'x UInt32'
                  )
                  SELECT number FROM numbers(5)
                  SETTINGS
                      object_storage_cluster = '{cluster_name}',
                      object_storage_cluster_fallback_to_local_if_empty = 1
                  """,
                  no_checks=True,
              )
              assert result.exitcode != 0, error(
                  "INSERT with empty object_storage_cluster must not succeed "
                  f"when fallback is enabled, got: {result.output}"
              )
              assert (
                  "CLUSTER_DOESNT_EXIST" in result.output
                  or "not found" in result.output
                  or "NOT_IMPLEMENTED" in result.output
                  or "write is not supported" in result.output
              ), error(

Description
  Expected CLUSTER_DOESNT_EXIST or write-not-supported, got: Received exception from server (version 26.6.4):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster_fallback_to_local_if_empty'. (UNKNOWN_SETTING)
(query: INSERT INTO FUNCTION s3(
                    'http://minio:9000/warehouse/fallback_write_c15f744e_ad20_11f1_a775_920009ae1d7f.tsv',
                    '[masked]:Secret(name='minio_root_user')',
                    '[masked]:Secret(name='minio_root_password')',
                    'TSV',
                    'x UInt32'
                )
                SELECT number FROM numbers(5)
                SETTINGS
                    object_storage_cluster = 'swarm_clusterbdbab869_ad20_11f1_985c_920009ae1d7f',
                    object_storage_cluster_fallback_to_local_if_empty = 1

)

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py', line 327 in 'write_does_not_fallback'

319\|                  "INSERT with empty object_storage_cluster must not succeed "
320\|                  f"when fallback is enabled, got: {result.output}"
321\|              )
322\|              assert (
323\|                  "CLUSTER_DOESNT_EXIST" in result.output
324\|                  or "not found" in result.output
325\|                  or "NOT_IMPLEMENTED" in result.output
326\|                  or "write is not supported" in result.output
327\|>             ), error(
328\|                  "expected CLUSTER_DOESNT_EXIST or write-not-supported, "
329\|                  f"got: {result.output}"
330\|              )
/swarms/feature/fallback to local if empty/s3 engine fallbackFail 17s 701ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 935, in feature
    Scenario(test=s3_engine_fallback)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 398, in s3_engine_fallback
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 26.6.4):
Code: 115. DB::Exception: Received from localhost:9000. DB::Exception: Unknown setting 'object_storage_cluster_fallback_to_local_if_empty'. (UNKNOWN_SETTING)
(query: SELECT hostName(), count(), sum(x)
                FROM engine_osc_fallback_c830e413_ad20_11f1_a444_920009ae1d7f
                GROUP BY hostName()
                SETTINGS object_storage_cluster_fallback_to_local_if_empty = 1

)

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/iceberg engine table fallbackFail 13s 824ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 939, in feature
    Scenario(test=iceberg_engine_table_fallback)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 461, in iceberg_engine_table_fallback
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1273, 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
  14

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 0
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 189
  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 1273 in 'query'

1265\|                      **kwargs,
1266\|                  )
1267\|  
1268\|          if no_checks:
1269\|              return r
1270\|  
1271\|          if exitcode is not None:
1272\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1273\|>                 assert r.exitcode == exitcode, error(r.output)
1274\|  
1275\|          if message is not None:
1276\|              with (
/swarms/feature/fallback to local if empty/fallback does not change healthy swarmFail 25s 797ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 943, in feature
    Scenario(test=fallback_does_not_change_healthy_swarm)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 529, in fallback_does_not_change_healthy_swarm
    assert_hosts(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 69, in assert_hosts
    assert host in result.output, error(
           ^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  @TestStep(Then)
  def assert_hosts(self, result, must_include=None, must_exclude=None):
      """Assert hostName() output contains / does not contain the given hosts."""
      if must_include:
          for host in must_include:
              assert host in result.output, error(

Description
  Expected clickhouse2 in query result, got: clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1
clickhouse1

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py', line 69 in 'assert_hosts'

61\|      return cluster_name, path
62\|  
63\|  
64\|  @TestStep(Then)
65\|  def assert_hosts(self, result, must_include=None, must_exclude=None):
66\|      """Assert hostName() output contains / does not contain the given hosts."""
67\|      if must_include:
68\|          for host in must_include:
69\|>             assert host in result.output, error(
70\|                  f"expected {host} in query result, got: {result.output}"
71\|              )
72\|      if must_exclude:
/swarms/feature/fallback to local if empty/fallback after last worker removedFail 32s 6ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 947, in feature
    Scenario(test=fallback_after_last_worker_removed)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 610, in fallback_after_last_worker_removed
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/unknown cluster name fallbackFail 1s 558ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 951, in feature
    Scenario(test=unknown_cluster_name_fallback)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 653, in unknown_cluster_name_fallback
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/remote initiator falls back when swarm emptyFail 13s 611ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 955, in feature
    Scenario(test=remote_initiator_falls_back_when_swarm_empty)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 693, in remote_initiator_falls_back_when_swarm_empty
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/remote initiator missing cluster not maskedFail 13s 735ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 959, in feature
    Scenario(test=remote_initiator_missing_cluster_not_masked)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 764, in remote_initiator_missing_cluster_not_masked
    read_s3_by_host(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1273, 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
  Code: 552. DB::Exception: Unrecognized option '--object_storage_cluster_fallback_to_local_if_empty'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 40
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 189
  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 1273 in 'query'

1265\|                      **kwargs,
1266\|                  )
1267\|  
1268\|          if no_checks:
1269\|              return r
1270\|  
1271\|          if exitcode is not None:
1272\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1273\|>                 assert r.exitcode == exitcode, error(r.output)
1274\|  
1275\|          if message is not None:
1276\|              with (
/swarms/feature/fallback to local if empty/remote initiator without ri cluster falls back locallyFail 13s 793ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 963, in feature
    Scenario(test=remote_initiator_without_ri_cluster_falls_back_locally)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 797, in remote_initiator_without_ri_cluster_falls_back_locally
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/fallback to local if empty/empty osc plus remote initiator still bad argumentsFail 1s 548ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 967, in feature
    Scenario(test=empty_osc_plus_remote_initiator_still_bad_arguments)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 828, in empty_osc_plus_remote_initiator_still_bad_arguments
    s3_steps.read_data_with_s3_table_function(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1273, 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
  Code: 552. DB::Exception: Unrecognized option '--object_storage_cluster_fallback_to_local_if_empty'. (UNRECOGNIZED_ARGUMENTS)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 40
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 36
  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 1273 in 'query'

1265\|                      **kwargs,
1266\|                  )
1267\|  
1268\|          if no_checks:
1269\|              return r
1270\|  
1271\|          if exitcode is not None:
1272\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1273\|>                 assert r.exitcode == exitcode, error(r.output)
1274\|  
1275\|          if message is not None:
1276\|              with (
/swarms/feature/fallback to local if empty/asymmetric osc local fallbackFail 26s 14ms
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 145, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 180, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/argparser.py", line 451, in capture_minio_args
    return func(self, minio_args=minio_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/regression.py", line 138, in regression
    Feature(test=load("swarms.tests.feature", "feature"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/feature.py", line 11, in feature
    Feature(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 971, in feature
    Scenario(test=asymmetric_osc_local_fallback)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 891, in asymmetric_osc_local_fallback
    result = read_s3_by_host(
             ^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/fallback_to_local_if_empty.py", line 91, in read_s3_by_host
    return s3_steps.read_data_with_s3_table_function(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/steps/s3_steps.py", line 79, in read_data_with_s3_table_function
    result = node.query(
             ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../helpers/cluster.py", line 1289, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

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

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

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

1281\|                  assert message in r.output, error(r.output)
1282\|  
1283\|          if not ignore_exception:
1284\|              if message is None or "Exception:" not in message:
1285\|                  with Then("check if output has exception") if steps else NullStep():
1286\|                      if "Exception:" in r.output:
1287\|                          if raise_on_exception:
1288\|                              raise QueryRuntimeException(r.output)
1289\|>                         assert False, error(r.output)
1290\|  
1291\|          return r
1292\|
/swarms/feature/node failureFail 11m 26s
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 108, in run_long_query
    assert result.exitcode in expected_exitcodes, error(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  @TestStep(Given)
  def run_long_query(
      self,
      node,
      clickhouse_iceberg_table_name,
      cluster_name="static_swarm_cluster",
      sleep_each_row=1,
      exitcode=None,
      message=None,
      expected_exitcodes=None,
      expected_messages=None,
      delay_before_execution=None,
      expected_result=None,
      max_threads=1,
      lock_object_storage_task_distribution_ms=None,
  ):
      """Run a long select from an iceberg table.

      When ``expected_exitcodes`` is provided the query is run without the single
      exit code / message assertions and the result is instead checked against an
      allow-list of acceptable outcomes. This is used when the failure is
      inherently racy: stopping a swarm node mid-query can surface either a
      graceful cancellation or an abrupt connection drop, and both are valid.
      """
      if delay_before_execution:
          time.sleep(delay_before_execution)

      use_allow_list = expected_exitcodes is not None

      result = node.query(
          f"""
              SELECT count(), hostName() 
              FROM {clickhouse_iceberg_table_name} 
              WHERE NOT ignore(sleepEachRow({sleep_each_row})) 
              GROUP BY hostName()
              SETTINGS 
                  object_storage_cluster='{cluster_name}', 
                  max_threads={max_threads}
                  {f", lock_object_storage_task_distribution_ms={lock_object_storage_task_distribution_ms}" if lock_object_storage_task_distribution_ms is not None else ""}
          """,
          exitcode=None if use_allow_list else exitcode,
          message=None if use_allow_list else message,
          no_checks=use_allow_list,
      )
      note(f"RESULT: \n{result.output}\n")

      if use_allow_list:
          assert result.exitcode in expected_exitcodes, error(

Description
  Expected exit code in [138], but got: 0

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py', line 108 in 'run_long_query'

100\|          """,
101\|          exitcode=None if use_allow_list else exitcode,
102\|          message=None if use_allow_list else message,
103\|          no_checks=use_allow_list,
104\|      )
105\|      note(f"RESULT: \n{result.output}\n")
106\|  
107\|      if use_allow_list:
108\|>         assert result.exitcode in expected_exitcodes, error(
109\|              f"Expected exit code in {expected_exitcodes}, but got: {result.exitcode}"
110\|          )
111\|          if expected_messages:
/swarms/feature/node failure/check restart swarm nodeFail 1m 49s
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 108, in run_long_query
    assert result.exitcode in expected_exitcodes, error(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  @TestStep(Given)
  def run_long_query(
      self,
      node,
      clickhouse_iceberg_table_name,
      cluster_name="static_swarm_cluster",
      sleep_each_row=1,
      exitcode=None,
      message=None,
      expected_exitcodes=None,
      expected_messages=None,
      delay_before_execution=None,
      expected_result=None,
      max_threads=1,
      lock_object_storage_task_distribution_ms=None,
  ):
      """Run a long select from an iceberg table.

      When ``expected_exitcodes`` is provided the query is run without the single
      exit code / message assertions and the result is instead checked against an
      allow-list of acceptable outcomes. This is used when the failure is
      inherently racy: stopping a swarm node mid-query can surface either a
      graceful cancellation or an abrupt connection drop, and both are valid.
      """
      if delay_before_execution:
          time.sleep(delay_before_execution)

      use_allow_list = expected_exitcodes is not None

      result = node.query(
          f"""
              SELECT count(), hostName() 
              FROM {clickhouse_iceberg_table_name} 
              WHERE NOT ignore(sleepEachRow({sleep_each_row})) 
              GROUP BY hostName()
              SETTINGS 
                  object_storage_cluster='{cluster_name}', 
                  max_threads={max_threads}
                  {f", lock_object_storage_task_distribution_ms={lock_object_storage_task_distribution_ms}" if lock_object_storage_task_distribution_ms is not None else ""}
          """,
          exitcode=None if use_allow_list else exitcode,
          message=None if use_allow_list else message,
          no_checks=use_allow_list,
      )
      note(f"RESULT: \n{result.output}\n")

      if use_allow_list:
          assert result.exitcode in expected_exitcodes, error(

Description
  Expected exit code in [138], but got: 0

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/swarms/../swarms/tests/node_failure.py', line 108 in 'run_long_query'

100\|          """,
101\|          exitcode=None if use_allow_list else exitcode,
102\|          message=None if use_allow_list else message,
103\|          no_checks=use_allow_list,
104\|      )
105\|      note(f"RESULT: \n{result.output}\n")
106\|  
107\|      if use_allow_list:
108\|>         assert result.exitcode in expected_exitcodes, error(
109\|              f"Expected exit code in {expected_exitcodes}, but got: {result.exitcode}"
110\|          )
111\|          if expected_messages:

Results

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

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922