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

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

                Author: ASF GitHub Bot
            Created on: 27/Sep/19 18:21
            Start Date: 27/Sep/19 18:21
    Worklog Time Spent: 10m 
      Work Description: 11moon11 commented on pull request #9625: [BEAM-8275] 
Beam SQL should support BigQuery in DIRECT_READ mode
URL: https://github.com/apache/beam/pull/9625#discussion_r329195834
 
 

 ##########
 File path: 
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/bigquery/BigQueryReadWriteIT.java
 ##########
 @@ -154,6 +156,78 @@ public void testSQLRead() {
     assertEquals(state, State.DONE);
   }
 
+  @Test
+  public void testSQLRead_withDirectRead() {
 
 Review comment:
   Added an integration test for BigQuery read in EXPORT mode, fixed.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 319722)
    Time Spent: 1h 50m  (was: 1h 40m)

> Beam SQL should support BigQuery in DIRECT_READ mode
> ----------------------------------------------------
>
>                 Key: BEAM-8275
>                 URL: https://issues.apache.org/jira/browse/BEAM-8275
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Andrew Pilloud
>            Assignee: Kirill Kozlov
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> SQL currently only supports reading from BigQuery in DEFAULT (EXPORT) mode. 
> We also need to support DIRECT_READ mode. The method should be configurable 
> by TBLPROPERTIES through the SQL CLI. This will enable us to take advantage 
> of the DIRECT_READ features for filter and project push down.
> References:
> [https://beam.apache.org/documentation/io/built-in/google-bigquery/#storage-api]
> [https://beam.apache.org/blog/2019/06/04/adding-data-sources-to-sql.html]
> [https://github.com/apache/beam/blob/c2f0d282337f3ae0196a7717712396a5a41fdde1/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/bigquery/BigQueryTable.java]



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

Reply via email to