You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2020/08/06 18:36:00 UTC

[jira] [Created] (BEAM-10652) Allow Clustering without TimePartitioning in BigQueryIO

Brian Hulette created BEAM-10652:
------------------------------------

             Summary: Allow Clustering without TimePartitioning in BigQueryIO
                 Key: BEAM-10652
                 URL: https://issues.apache.org/jira/browse/BEAM-10652
             Project: Beam
          Issue Type: Improvement
          Components: io-java-gcp
    Affects Versions: 2.23.0
            Reporter: Brian Hulette


[Clustering|https://cloud.google.com/bigquery/docs/clustered-tables] without time partitioning is allowed in BigQuery, but we specifically reject it:

https://github.com/apache/beam/blob/5e0e798ddd827fd212ac89b8c6f6f2cf9e4b29a5/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L2511-L2515

We should remove this check and add tests for clustering without time partitioning.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)