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/08/04 14:01:02 UTC

[GitHub] [beam] johnjcasey commented on issue #22543: [Bug]: ClassCastException when using custom DynamicDestination in BigQueryIO.Write

johnjcasey commented on issue #22543:
URL: https://github.com/apache/beam/issues/22543#issuecomment-1205300264

   I am not able to replicate this exception with the code you provided.
   
   I suspect the issue is that your dynamicDestinations expects a String argument to the getTable method, but a TableDestination is being passed instead, causing the casting exception


-- 
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