You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Luke Cwik (Jira)" <ji...@apache.org> on 2019/09/13 20:23:00 UTC

[jira] [Resolved] (BEAM-4685) Allow writing to time partitioned tables when CreateDisposition==CREATE_NEVER

     [ https://issues.apache.org/jira/browse/BEAM-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luke Cwik resolved BEAM-4685.
-----------------------------
    Fix Version/s: Not applicable
       Resolution: Duplicate

> Allow writing to time partitioned tables when CreateDisposition==CREATE_NEVER
> -----------------------------------------------------------------------------
>
>                 Key: BEAM-4685
>                 URL: https://issues.apache.org/jira/browse/BEAM-4685
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Chamikara Jayalath
>            Priority: Major
>             Fix For: Not applicable
>
>
> Writing to time partitioned table fails when CreateDisposition==CREATE_NEVER with error "Table with field based partitioning must have a schema".
> This seems to be due to BigQuery not setting schema for this case.
> [https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/WriteTables.java#L114]
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)