You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/31 20:46:42 UTC

[GitHub] [iceberg] CircArgs commented on pull request #3965: implement __eq__ for iceberg type classes.

CircArgs commented on pull request #3965:
URL: https://github.com/apache/iceberg/pull/3965#issuecomment-1026193882


   Not sure if this behavior may be undesirable
   
   ```python
   >>> FixedType(length=8) is FixedType(length=8)
   False
   
   >>> FixedType(length=8) == FixedType(length=8)
   True
   ```
   
   is that the desired behavior?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org