rworley-monster commented on pull request #12389:
URL: https://github.com/apache/beam/pull/12389#issuecomment-708359843


   Based on feedback from the dev list, I have added a 
`SchemaConversionOptions` class with the option to infer maps when converting a 
BigQuery `TableSchema` to a Beam `Schema`.  The existing and default behaviour 
is unchanged, users will continue to get an array of rows.  If they enable this 
new option, they will get a map when the TableSchema contains a field with the 
expected `array<struct{key, value}>` schema.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to