[ 
https://issues.apache.org/jira/browse/BEAM-3774?focusedWorklogId=87335&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-87335
 ]

ASF GitHub Bot logged work on BEAM-3774:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Apr/18 23:26
            Start Date: 03/Apr/18 23:26
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#5001: [BEAM-3774] Adds support for reading from/writing to more BQ 
geographical locations
URL: https://github.com/apache/beam/pull/5001#discussion_r178990101
 
 

 ##########
 File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
 ##########
 @@ -170,6 +170,11 @@
  *     .fromQuery("SELECT year, mean_temp FROM [samples.weather_stations]"));
  * }</pre>
  *
+ * <p>Users can optionally specify a query priority using {@link 
TypedRead#withQueryPriority(
+ * TypedRead.QueryPriority)} and a geographic location where the query will be 
executed using
+ * {@link TypedRead#withQueryLocation(String)}. Query location must be 
specified for jobs that are
+ * not executed in US or EU.</p>
 
 Review comment:
   Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 87335)
    Time Spent: 40m  (was: 0.5h)

> Update BigQuery jobs to explicitly specify the region
> -----------------------------------------------------
>
>                 Key: BEAM-3774
>                 URL: https://issues.apache.org/jira/browse/BEAM-3774
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Chamikara Jayalath
>            Assignee: Chamikara Jayalath
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This is needed to support BQ regions other than US and EU. Region can be 
> obtained by a Dataset.get() request so no need to update the user API.
> Both Python and Java SDKs have to be updated.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to