Eliaaazzz commented on issue #37289: URL: https://github.com/apache/beam/issues/37289#issuecomment-3744441584
Hi, I'd like to take a look at this issue. Based on the traceback, it seems ExternalTransform is attempting to access the private _type_hints attribute directly in expand(), but the object hasn't been initialized with it in this context. I plan to investigate if replacing the direct access with get_type_hints() resolves the issue, or if there's a missing initialization step. Please assign this to me. -- 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]
