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/06/04 17:17:14 UTC

[GitHub] [beam] damccorm opened a new issue, #20415: Determine Spanner schema at pipeline construction in cross-language SpannerIO

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

   For now Spanner's cross-language transform requires to get Beam Schema. It should be possible to determine the schema otherwise.
   
   One solution would be to execute query with spanner client and then translate spanner schema to beam schema. But this is very poor solution as the query would be executed twice.
   
   Look for it at SpannerTransformRegistrar.ReadBuilder
   
   Imported from Jira [BEAM-10851](https://issues.apache.org/jira/browse/BEAM-10851). Original Jira may contain additional context.
   Reported by: piotr-szuberski.


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