Skip to content

Commit 3146904

Browse files
AniketsyFokko
andauthored
Update pyiceberg/expressions/__init__.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent f196a72 commit 3146904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,8 @@ def as_bound(self) -> Type[BoundNotNaN[L]]:
562562

563563

564564
class SetPredicate(UnboundPredicate[L], IcebergBaseModel, ABC):
565+
model_config = ConfigDict(arbitrary_types_allowed=True)
566+
565567
type: TypingLiteral["in", "not-in"] = Field(default="in", alias="type")
566568
literals: Set[Literal[L]] = Field(alias="items")
567569

0 commit comments

Comments
 (0)