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 2019/10/05 03:51:00 UTC

[jira] [Work logged] (BEAM-2879) Implement and use an Avro coder rather than the JSON one for intermediary files to be loaded in BigQuery

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

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

                Author: ASF GitHub Bot
            Created on: 05/Oct/19 03:50
            Start Date: 05/Oct/19 03:50
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on pull request #9665: [BEAM-2879] Support writing data to BigQuery via avro
URL: https://github.com/apache/beam/pull/9665#discussion_r331727151
 
 

 ##########
 File path: sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryAvroUtilsTest.java
 ##########
 @@ -243,8 +243,8 @@ public void testConvertBigQuerySchemaToAvroSchema() {
                 Schema.create(Type.NULL),
                 Schema.createRecord(
                     "scion",
-                    "org.apache.beam.sdk.io.gcp.bigquery",
                     "Translated Avro Schema for scion",
+                    "org.apache.beam.sdk.io.gcp.bigquery",
 
 Review comment:
   superfluous change? : )
 
----------------------------------------------------------------
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: 323863)
    Time Spent: 20m  (was: 10m)

> Implement and use an Avro coder rather than the JSON one for intermediary files to be loaded in BigQuery
> --------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-2879
>                 URL: https://issues.apache.org/jira/browse/BEAM-2879
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Black Phoenix
>            Assignee: Steve Niemitz
>            Priority: Minor
>              Labels: starter
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Before being loaded in BigQuery, temporary files are created and encoded in JSON. Which is a costly solution compared to an Avro alternative 



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