[
https://issues.apache.org/jira/browse/BEAM-10652?focusedWorklogId=712604&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-712604
]
ASF GitHub Bot logged work on BEAM-10652:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jan/22 04:15
Start Date: 21/Jan/22 04:15
Worklog Time Spent: 10m
Work Description: brucearctor commented on pull request #16578:
URL: https://github.com/apache/beam/pull/16578#issuecomment-1018159446
@TheNeuralBit -- can you have a look to ensure I'm not way off base with
what I'm doing here? I made a new PR here. I think this addresses the current
issue as written. Clustering does not appear to work by itself (without
TimePartitioning) in all cases, but this does work for the cases that were
added. Overall an improvement, but I should I probably add some docs/writeup
somewhere for these cases that do work ( to acknowledge is just a subset ).
Naturally, will squash all these commits :-)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 712604)
Time Spent: 18h 50m (was: 18h 40m)
> 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
> Assignee: Bruce Arctor
> Priority: P3
> Time Spent: 18h 50m
> Remaining Estimate: 0h
>
> [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.20.1#820001)