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 d2518a1 commit d0284b5Copy full SHA for d0284b5
pyiceberg/expressions/__init__.py
@@ -249,7 +249,7 @@ def as_bound(self) -> Type[BoundReference[L]]:
249
return BoundReference[L]
250
251
252
-class And(BooleanExpression, IcebergBaseModel):
+class And(IcebergBaseModel, BooleanExpression):
253
"""AND operation expression - logical conjunction."""
254
255
type: str = Field(default="and", alias="type")
0 commit comments