From cd5dc3f0e32b5dced5e833f1680a2ce0c397f7de Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Wed, 6 Mar 2024 15:58:49 -0800 Subject: [PATCH] rename --- tests/integration/test_writes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_writes.py b/tests/integration/test_writes.py index 95b75a9322..5786ab38c1 100644 --- a/tests/integration/test_writes.py +++ b/tests/integration/test_writes.py @@ -356,8 +356,8 @@ def test_data_files(spark: SparkSession, session_catalog: Catalog, arrow_table_w @pytest.mark.integration -def test_multiple_spark_sql_queries(spark: SparkSession, session_catalog: Catalog, arrow_table_with_null: pa.Table) -> None: - identifier = "default.multiple_spark_sql_queries" +def test_python_writes_with_spark_snapshot_reads(spark: SparkSession, session_catalog: Catalog, arrow_table_with_null: pa.Table) -> None: + identifier = "default.python_writes_with_spark_snapshot_reads" tbl = _create_table(session_catalog, identifier, {"format-version": "1"}, []) def get_current_snapshot_id(identifier: str) -> int: