CircArgs commented on pull request #4016: URL: https://github.com/apache/iceberg/pull/4016#issuecomment-1043527521
Hey @rdblue the `__init__` will be called every time we request an instance of the type. First `__new__` will give us the instance (which the custom `__new__` on the class or inherited from `Singleton` will give) and then `__init__` will be called. It's true for both the parameterized typed and the non-parameterized ones. -- 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]
