mydimension commented on issue #35493:
URL: https://github.com/apache/beam/issues/35493#issuecomment-3092441685

   @liferoad:
   
   1. i got the the effective result of this by using `PCollection[Any]` 
instead of `PCollection[Row]` in the python type hint
   2. this wouldn't work as it's a runtime conversion but the error is 
pre-runtime during pipeline validation
   
   using the relaxed type constraint got the pipeline to "validate" but it's 
not an ideal solution IMO.


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to