guptaakashdeep commented on issue #1882: URL: https://github.com/apache/iceberg-python/issues/1882#issuecomment-2816694978
@Fokko I have made changes to support this and has also added a test to test this for one of the transform passed as string name. I had to re-position the parse_transform method to change the return type of the method from `Any` to `Transform[Any, Any]` because `mypy` wasn't happy after we made Transform type as Union[str, Transform] Can you please review the changes once whenever you get chance? -- 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]
