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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
