rdblue opened a new pull request #4436: URL: https://github.com/apache/iceberg/pull/4436
This includes a few updates to Python literals: * Move imports to the top, import UUID * Move constants to the top * Use `Literal[...]` return types rather than specific classes * Remove unnecessary `IntegerLiteral` * Fix conversions (FloatLiteral and DoubleLiteral require float) * Fix decimal conversions * Extend test to validate None cannot be used as a literal value -- 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]
