rustyconover commented on code in PR #8082:
URL: https://github.com/apache/iceberg/pull/8082#discussion_r1268834287


##########
python/pyiceberg/types.py:
##########
@@ -314,6 +316,10 @@ def __getnewargs__(self) -> Tuple[NestedField, ...]:
         """A magic function for pickling the StructType class."""
         return self.fields
 
+    def __hash__(self) -> int:

Review Comment:
   Not that I've determined, as python presumes the hash value can change as 
the instance is mutated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to