[
https://issues.apache.org/jira/browse/BEAM-10587?focusedWorklogId=500602&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-500602
]
ASF GitHub Bot logged work on BEAM-10587:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/20 12:11
Start Date: 14/Oct/20 12:11
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 500602)
Time Spent: 4h 50m (was: 4h 40m)
> Support Maps in BigQuery
> ------------------------
>
> Key: BEAM-10587
> URL: https://issues.apache.org/jira/browse/BEAM-10587
> Project: Beam
> Issue Type: Improvement
> Components: io-java-gcp
> Reporter: Ryan Worley
> Assignee: Ryan Worley
> Priority: P2
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
> Maps are currently not supported when converting a Beam Schema to a BigQuery
> TableFieldSchema. This improvement will convert Maps to repeated records
> with 'key' and 'value' fields.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)