[
https://issues.apache.org/jira/browse/BEAM-13944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephanie Wang updated BEAM-13944:
----------------------------------
Description:
Please add schema update support similar to what we have in the BigQueryStorage
Java client: [https://github.com/googleapis/java-bigquerystorage/pull/1447]
When schema is updated, we should:
1) close the existing StreamWriter
2) update TableSchema and Descriptor
3) create a new StreamWriter with the updated TableSchema and Descriptor
Related customer impact: Case #29451211 (salesforce)
was:
Please add schema update support similar to what we have in the BigQueryStorage
Java client: [https://github.com/googleapis/java-bigquerystorage/pull/1447]
When schema is updated, we should:
1) close the existing StreamWriter
2) update TableSchema and Descriptor
3) create a new StreamWriter with the updated TableSchema and Descriptor
Related customer impact: Case #29451211 (salesforace)
> feat: add schema update support for bigquerystorage Write API
> -------------------------------------------------------------
>
> Key: BEAM-13944
> URL: https://issues.apache.org/jira/browse/BEAM-13944
> Project: Beam
> Issue Type: New Feature
> Components: io-java-gcp
> Reporter: Stephanie Wang
> Priority: P2
>
> Please add schema update support similar to what we have in the
> BigQueryStorage Java client:
> [https://github.com/googleapis/java-bigquerystorage/pull/1447]
>
> When schema is updated, we should:
> 1) close the existing StreamWriter
> 2) update TableSchema and Descriptor
> 3) create a new StreamWriter with the updated TableSchema and Descriptor
>
> Related customer impact: Case #29451211 (salesforce)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)