Skip to content

Commit acae301

Browse files
committed
accidentally pushed up my test class
1 parent cc90fa2 commit acae301

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

pyiceberg/table/snapshots.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,6 @@ def __eq__(self, other: Any) -> bool:
237237

238238

239239
class Snapshot(IcebergBaseModel):
240-
"""Represents a snapshot of an Iceberg table at a specific point in time.
241-
242-
A snapshot tracks the state of a table, including all data and delete files,
243-
at the time the snapshot was created.
244-
"""
245-
246240
snapshot_id: int = Field(alias="snapshot-id")
247241
parent_snapshot_id: Optional[int] = Field(alias="parent-snapshot-id", default=None)
248242
sequence_number: Optional[int] = Field(alias="sequence-number", default=INITIAL_SEQUENCE_NUMBER)

tests/catalog/test_drew.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)