[
https://issues.apache.org/jira/browse/BEAM-11408?focusedWorklogId=533166&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-533166
]
ASF GitHub Bot logged work on BEAM-11408:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jan/21 18:39
Start Date: 08/Jan/21 18:39
Worklog Time Spent: 10m
Work Description: nehsyc commented on a change in pull request #13496:
URL: https://github.com/apache/beam/pull/13496#discussion_r554123442
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java
##########
@@ -78,4 +79,11 @@
Integer getLatencyLoggingFrequency();
void setLatencyLoggingFrequency(Integer value);
+
+ @Experimental
+ @Description("Whether dynamic sharding is enabled for writing to BigQuery in
streaming.")
+ @Default.Boolean(false)
+ Boolean getEnableStreamingAutoSharding();
Review comment:
I was thinking that adding the option to BigQueryOptions might be easier
for the users to switch on/off the feature. If it is an option of BigQueryIO
users would need to update their code (vs. adding a flag) right? It might not
be a concern...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 533166)
Time Spent: 1.5h (was: 1h 20m)
> GCP BigQuery sink uses runner determined sharding
> -------------------------------------------------
>
> Key: BEAM-11408
> URL: https://issues.apache.org/jira/browse/BEAM-11408
> Project: Beam
> Issue Type: Improvement
> Components: io-java-gcp
> Reporter: Siyuan Chen
> Assignee: Siyuan Chen
> Priority: P1
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Integrate BigQuery sink with shardable `GroupIntoBatches` (BEAM-10475) to
> allow runner determined dynamic sharding.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)