[
https://issues.apache.org/jira/browse/BEAM-7862?focusedWorklogId=290012&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-290012
]
ASF GitHub Bot logged work on BEAM-7862:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/19 21:38
Start Date: 06/Aug/19 21:38
Worklog Time Spent: 10m
Work Description: amaliujia commented on pull request #9206: [BEAM-7862]
Moving FakeBigQueryServices to published artifacts
URL: https://github.com/apache/beam/pull/9206#discussion_r311286618
##########
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:
Why adding an extra call?
----------------------------------------------------------------
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: 290012)
Time Spent: 1h (was: 50m)
> 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
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)