[ https://issues.apache.org/jira/browse/BEAM-8933?focusedWorklogId=368482&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-368482 ]
ASF GitHub Bot logged work on BEAM-8933: ---------------------------------------- Author: ASF GitHub Bot Created on: 08/Jan/20 23:27 Start Date: 08/Jan/20 23:27 Worklog Time Spent: 10m Work Description: kennknowles commented on pull request #10369: [BEAM-8933] BigQueryIO Arrow for read URL: https://github.com/apache/beam/pull/10369#discussion_r364494539 ########## File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryStorageQuerySource.java ########## @@ -57,6 +59,32 @@ priority, location, kmsKey, + format, + parseFn, + outputCoder, + bqServices); + } + + public static <T> BigQueryStorageQuerySource<T> create( Review comment: Good catch. The whole class is still experimental, so changes should be OK to make. On the other hand, I wonder if the sources should be marked `@Internal` or even made non-public with only the transform being public. ---------------------------------------------------------------- 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: 368482) Time Spent: 4h 50m (was: 4h 40m) > 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: 4h 50m > 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)