Skip to content

Commit 94e8056

Browse files
rambleraptorsungwy
andauthored
Update pyiceberg/view/metadata.py
Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>
1 parent 3fe46ce commit 94e8056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/view/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ViewVersion(IcebergBaseModel):
5555
"""Namespace to use when a reference in the SELECT is a single identifier"""
5656

5757

58-
class ViewVersionLogEntry(IcebergBaseModel):
58+
class ViewHistoryEntry(IcebergBaseModel):
5959
"""A log entry of a view version change."""
6060

6161
timestamp_ms: int = Field(alias="timestamp-ms")

0 commit comments

Comments
 (0)