Skip to content

Commit 6144557

Browse files
committed
Rebase from main
1 parent 4856bfa commit 6144557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/utils/test_manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
ManifestFile,
3838
PartitionFieldSummary,
3939
_inherit_from_manifest,
40-
_manifest_cache,
41-
_get_manifest_cache,
4240
_manifests,
4341
clear_manifest_cache,
4442
read_manifest_list,
@@ -980,6 +978,8 @@ def test_inherit_from_manifest_snapshot_id() -> None:
980978
assert result.snapshot_id == 3051729675574597004
981979
assert result.sequence_number == 1
982980
assert result.file_sequence_number == 1
981+
982+
983983
def _create_test_manifest_list(module: Any, io: PyArrowFileIO, tmp_dir: str, name: str, snapshot_id: int) -> str:
984984
schema = Schema(NestedField(field_id=1, name="id", field_type=IntegerType(), required=True))
985985
spec = UNPARTITIONED_PARTITION_SPEC

0 commit comments

Comments
 (0)