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

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

                Author: ASF GitHub Bot
            Created on: 14/Jan/20 18:44
            Start Date: 14/Jan/20 18:44
    Worklog Time Spent: 10m 
      Work Description: 11moon11 commented on pull request #10369: [BEAM-8933] 
BigQueryIO Arrow for read
URL: https://github.com/apache/beam/pull/10369#discussion_r366043834
 
 

 ##########
 File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
 ##########
 @@ -713,6 +722,16 @@ public Read withTemplateCompatibility() {
       DIRECT_READ,
     }
 
+    /** Determines the data format used when reading/writing in {@link 
Method#DIRECT_READ} mode. */
+    @Experimental(Experimental.Kind.SOURCE_SINK)
+    public enum DataFormat {
+      /** Utilize Avro data format. */
 
 Review comment:
   Makes sense, having a default option will make it consistent with previous 
work (`Method`).
 
----------------------------------------------------------------
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: 371778)
    Time Spent: 7h  (was: 6h 50m)

> BigQuery IO should support read/write in Arrow format
> -----------------------------------------------------
>
>                 Key: BEAM-8933
>                 URL: https://issues.apache.org/jira/browse/BEAM-8933
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Kirill Kozlov
>            Assignee: Kirill Kozlov
>            Priority: Major
>          Time Spent: 7h
>  Remaining Estimate: 0h
>
> As of right now BigQuery uses Avro format for reading and writing.
> We should add a config to BigQueryIO to specify which format to use: Arrow or 
> Avro (with Avro as default).



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

Reply via email to