Skip to content

Commit

Permalink
stage all changes so far
Browse files Browse the repository at this point in the history
  • Loading branch information
puchengy committed Oct 15, 2023
1 parent 53eccda commit 28a41c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_integration_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from pyiceberg.catalog import Catalog, load_catalog
from pyiceberg.io.pyarrow import PyArrowFileIO
from pyiceberg.manifest import DataFile, ManifestEntry, _inherit_from_manifest, write_manifest
from pyiceberg.manifest import DataFile, ManifestEntry, write_manifest
from pyiceberg.table import Table
from pyiceberg.utils.lazydict import LazyDict

Expand Down Expand Up @@ -101,7 +101,6 @@ def test_write_sample_manifest(table_test_all_types: Table) -> None:
)
wrapped_entry_v2 = ManifestEntry(*entry.record_fields())
wrapped_entry_v2.data_file = wrapped_data_file_v2_debug
wrapped_entry_v2.snapshot_id = test_manifest_file.added_snapshot_id
with TemporaryDirectory() as tmpdir:
tmp_avro_file = tmpdir + "/test_write_manifest.avro"
output = PyArrowFileIO().new_output(tmp_avro_file)
Expand Down

0 comments on commit 28a41c4

Please sign in to comment.