You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/03/06 21:00:23 UTC

[GitHub] [beam] Abacn commented on issue #25704: [Bug]: beam.io.WriteToBigQuery failed when given schema with space

Abacn commented on issue #25704:
URL: https://github.com/apache/beam/issues/25704#issuecomment-1456989142

   Thanks for reporting this issue. It looks like indeed a bug that space is not considered here:
   
   https://github.com/apache/beam/blob/6452dc7982240819a763aaf9ff3efc4a01fc1d2b/sdks/python/apache_beam/io/gcp/bigquery_tools.py#L1536
   
   Use (s.strip() for s  in field_and_type.split(':')) as L1534 should fix the problem
   
   Would you interested in getting a fix?


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