We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260b3c3 commit af75959Copy full SHA for af75959
tests/integration/test_storage_iceberg/test.py
@@ -650,7 +650,8 @@ def add_df(mode):
650
)
651
assert len(cluster_secondary_queries) == 1
652
653
- assert int(instance.query(f"SELECT count() FROM {table_function_expr_cluster}")) == 100
+ # write 3 times
654
+ assert int(instance.query(f"SELECT count() FROM {table_function_expr_cluster}")) == 100 * 3
655
656
@pytest.mark.parametrize("format_version", ["1", "2"])
657
@pytest.mark.parametrize("storage_type", ["s3", "azure", "local"])
0 commit comments