We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2638c8d commit 4197536Copy full SHA for 4197536
pyiceberg/expressions/__init__.py
@@ -307,7 +307,7 @@ class Or(IcebergBaseModel, BooleanExpression):
307
308
model_config = ConfigDict(arbitrary_types_allowed=True)
309
310
- type: TypingLiteral["str"] = Field(default="or", alias="type")
+ type: TypingLiteral["or"] = Field(default="or", alias="type")
311
left: BooleanExpression
312
right: BooleanExpression
313
0 commit comments