Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Jan 26, 2024
1 parent 1b6ac26 commit a06e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ def map(self, map_type: MapType, map_partner_id: Optional[int], key_missing: boo
return False

def primitive(self, primitive: PrimitiveType, primitive_partner_id: Optional[int]) -> bool:
return primitive_partner is None
return primitive_partner_id is None


class PartnerIdByNameAccessor(PartnerAccessor[int]):
Expand Down

0 comments on commit a06e378

Please sign in to comment.