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

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

                Author: ASF GitHub Bot
            Created on: 06/Aug/19 21:43
            Start Date: 06/Aug/19 21:43
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on pull request #9206: [BEAM-7862] 
Moving FakeBigQueryServices to published artifacts
URL: https://github.com/apache/beam/pull/9206#discussion_r311288496
 
 

 ##########
 File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryUtils.java
 ##########
 @@ -269,6 +269,12 @@ public static Schema fromTableSchema(TableSchema 
tableSchema) {
     return fromTableFieldSchema(tableSchema.getFields());
   }
 
+  /** Convert a list of BigQuery {@link TableFieldSchema} to Avro {@link 
org.apache.avro.Schema}. */
+  public static org.apache.avro.Schema toGenericAvroSchema(
 
 Review comment:
   This call works as proxy to `BigQueryAvroUtils`, which is not a public 
class, so it's not accessible from other packages. I did not want to make the 
whole class public, so instead I added this call to `BigQueryUtils`, which is a 
public class with similar calls for schema conversions. 
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 290016)
    Time Spent: 1h 10m  (was: 1h)

> Local testing utilities for BigQuery pipelines in releases
> ----------------------------------------------------------
>
>                 Key: BEAM-7862
>                 URL: https://issues.apache.org/jira/browse/BEAM-7862
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-gcp
>            Reporter: Pablo Estrada
>            Assignee: Pablo Estrada
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to