robertwb commented on issue #25749: URL: https://github.com/apache/beam/issues/25749#issuecomment-1458946082
In order to infer that `lambda el: beam.Row(**el)` is of a concrete type, would have to know that `el` has type Dict with the given keys and value types (which is feasible, but not done yet). What we do support is `Row(num=int(...), ...)`. Or one can use `with_output_types`. -- 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]
