[
https://issues.apache.org/jira/browse/BEAM-10652?focusedWorklogId=731237&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-731237
]
ASF GitHub Bot logged work on BEAM-10652:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Feb/22 22:37
Start Date: 22/Feb/22 22:37
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #16578:
URL: https://github.com/apache/beam/pull/16578#issuecomment-1048278423
If it's hard to run the Jenkins integration test for all write methods (I
don't have a command to do so unfortunately) you can just try running a simple
pipeline that write to BQ (for example [1]) to make sure the feature works for
various write methods.
If it makes easier you can just operate on top of a Maven project created
using the archetype given at [2].
If you want to push code from the Beam Gradle repo to local Maven repo you
can use the command at [3].
[1]
https://github.com/apache/beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/cookbook/BigQueryTornadoes.java
[2] https://beam.apache.org/get-started/quickstart-java/
[3]
https://cwiki.apache.org/confluence/display/BEAM/Gradle+Tips#GradleTips-PublishamodulesnapshotreleasetomavenLocal
--
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: 731237)
Time Spent: 39h 10m (was: 39h)
> 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: 39h 10m
> 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)