Skip to content

Commit 51583b2

Browse files
authored
Merge branch 'antalya-25.3' into backports/25.3/81451_iceberg_support_compressed_metadata
2 parents 0e3eb43 + 0e032cc commit 51583b2

File tree

1 file changed

+2
-0
lines changed
  • tests/integration/test_storage_iceberg

1 file changed

+2
-0
lines changed

tests/integration/test_storage_iceberg/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,8 @@ def make_query_from_table(alt_syntax=False):
850850
count_secondary_subqueries(started_cluster, query_id_pure_table_engine_with_type_in_nc, 0, "table engine with storage type in named collection")
851851
count_secondary_subqueries(started_cluster, query_id_pure_table_engine_cluster_with_type_in_nc, 1, "table engine with cluster setting with storage type in named collection")
852852

853+
# write 3 times
854+
assert int(instance.query(f"SELECT count() FROM {table_function_expr_cluster}")) == 100 * 3
853855

854856
@pytest.mark.parametrize("format_version", ["1", "2"])
855857
@pytest.mark.parametrize("storage_type", ["s3", "azure", "local"])

0 commit comments

Comments
 (0)