Skip to content

Commit 011f647

Browse files
ndrluisFokko
andcommitted
Update pyiceberg/table/statistics.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent b6d7509 commit 011f647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class BlobMetadata(IcebergBaseModel):
29-
type: str
29+
type: Literal['apache-datasketches-theta-v1', 'deletion-vector-v1']
3030
snapshot_id: int = Field(alias="snapshot-id")
3131
sequence_number: int = Field(alias="sequence-number")
3232
fields: List[int]

0 commit comments

Comments
 (0)