You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/01 16:18:00 UTC

[jira] [Work logged] (BEAM-8933) BigQuery IO should support reading Arrow format over Storage API

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

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

                Author: ASF GitHub Bot
            Created on: 01/May/21 16:17
            Start Date: 01/May/21 16:17
    Worklog Time Spent: 10m 
      Work Description: MiguelAnzoWizeline commented on a change in pull request #14586:
URL: https://github.com/apache/beam/pull/14586#discussion_r624531168



##########
File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryStorageQuerySource.java
##########
@@ -37,7 +38,7 @@
 @SuppressWarnings({
   "nullness" // TODO(https://issues.apache.org/jira/browse/BEAM-10402)
 })
-public class BigQueryStorageQuerySource<T> extends BigQueryStorageSourceBase<T> {
+class BigQueryStorageQuerySource<T> extends BigQueryStorageSourceBase<T> {

Review comment:
       That change was on PR [10369](https://github.com/apache/beam/pull/10369) and I think is about this [discussion](https://github.com/apache/beam/pull/10369#discussion_r364012529), although that specific class is not mentioned in the comments.




-- 
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:
users@infra.apache.org


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

    Worklog Id:     (was: 591890)
    Time Spent: 26h  (was: 25h 50m)

> BigQuery IO should support reading Arrow format over Storage API
> ----------------------------------------------------------------
>
>                 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: Miguel Anzo
>            Priority: P3
>          Time Spent: 26h
>  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)