We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68089c2 commit aee072cCopy full SHA for aee072c
1 file changed
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