You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/09 17:17:28 UTC

[GitHub] [beam] riteshghorse opened a new issue, #24065: [Go SDK][Bug]: Dataframe wrapper fails because of output typehints

riteshghorse opened a new issue, #24065:
URL: https://github.com/apache/beam/issues/24065

   ### What happened?
   
   The dataframe wrapper in Go SDK doesn't need to specify the output coder field in expansion request otherwise it throws:
   ```
   apache_beam.typehints.decorators.TypeCheckError: Output type hint violation at External: expected <class 'apache_beam.typehints.schemas.BeamSchema_f67c024d_df2d_4d07_8c6b_029de01b95e8'>, got Row(a=<class 'numpy.int64'>, b=<class 'numpy.int32'>)
   ``` 
    To unblock the 2.43.0-RC1, I recommend to skip this field and handle this issue separately with RunInference wrapper. 
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: sdk-go


-- 
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-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] lostluck closed issue #24065: [Go SDK][Bug]: Dataframe wrapper fails because of output typehints

Posted by GitBox <gi...@apache.org>.
lostluck closed issue #24065: [Go SDK][Bug]: Dataframe wrapper fails because of output typehints
URL: https://github.com/apache/beam/issues/24065


-- 
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-unsubscribe@beam.apache.org

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


[GitHub] [beam] riteshghorse commented on issue #24065: [Go SDK][Bug]: Dataframe wrapper fails because of output typehints

Posted by GitBox <gi...@apache.org>.
riteshghorse commented on issue #24065:
URL: https://github.com/apache/beam/issues/24065#issuecomment-1309083654

   .take-issue


-- 
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-unsubscribe@beam.apache.org

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