Skip to content

Commit 4047bf8

Browse files
author
Tom McCormick
committed
linter
1 parent 35f4cdc commit 4047bf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/io/test_pyarrow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,6 +2734,7 @@ def test_retry_strategy_not_found() -> None:
27342734
with pytest.warns(UserWarning, match="Could not initialize S3 retry strategy: pyiceberg.DoesNotExist"):
27352735
io.new_input("s3://bucket/path/to/file")
27362736

2737+
27372738
@pytest.mark.parametrize("format_version", [1, 2, 3])
27382739
def test_task_to_record_batches_nanos(format_version: TableVersion, tmpdir: str) -> None:
27392740
arrow_table = pa.table(
@@ -2785,6 +2786,7 @@ def _expected_batch(unit: str) -> pa.RecordBatch:
27852786

27862787
assert _expected_batch("ns" if format_version > 2 else "us").equals(actual_result)
27872788

2789+
27882790
def test_parse_location_defaults() -> None:
27892791
"""Test that parse_location uses defaults."""
27902792

0 commit comments

Comments
 (0)