Skip to content

Commit 1de4b13

Browse files
authored
Merge branch 'antalya-25.3' into backports/25.3/80583_iceberg_enable_part_pruning_by_default
2 parents a92dcb8 + 0e032cc commit 1de4b13

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
@@ -849,6 +849,8 @@ def make_query_from_table(alt_syntax=False):
849849
count_secondary_subqueries(started_cluster, query_id_pure_table_engine_with_type_in_nc, 0, "table engine with storage type in named collection")
850850
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")
851851

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

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

0 commit comments

Comments
 (0)