Skip to content

Commit d0284b5

Browse files
AniketsyFokko
andauthored
Update pyiceberg/expressions/__init__.py
Co-authored-by: Fokko Driesprong <[email protected]>
1 parent d2518a1 commit d0284b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def as_bound(self) -> Type[BoundReference[L]]:
249249
return BoundReference[L]
250250

251251

252-
class And(BooleanExpression, IcebergBaseModel):
252+
class And(IcebergBaseModel, BooleanExpression):
253253
"""AND operation expression - logical conjunction."""
254254

255255
type: str = Field(default="and", alias="type")

0 commit comments

Comments
 (0)