rdblue commented on pull request #3952: URL: https://github.com/apache/iceberg/pull/3952#issuecomment-1019540788
> usage feels very close to how the python standard library works Can you give examples? The only thing I can think of is that `str` can be used as a type or can be used to cast a value. We could do the same by implementing `__call__` on type objects to produce literals. But there is no need to make the type and the literal share a class. -- 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]
