Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Mar 6, 2024
1 parent 22e8a21 commit cd5dc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd5dc3f

Please sign in to comment.