[
https://issues.apache.org/jira/browse/BEAM-6841?focusedWorklogId=220128&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-220128
]
ASF GitHub Bot logged work on BEAM-6841:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Mar/19 16:44
Start Date: 28/Mar/19 16:44
Worklog Time Spent: 10m
Work Description: kmjung commented on pull request #8061: [BEAM-6841] Add
support for reading query results using the BigQuery storage API.
URL: https://github.com/apache/beam/pull/8061#discussion_r270097050
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryQuerySource.java
##########
@@ -76,11 +69,12 @@
private final ValueProvider<String> query;
private final Boolean flattenResults;
private final Boolean useLegacySql;
- private transient AtomicReference<JobStatistics> dryRunJobStats;
private final QueryPriority priority;
private final String location;
private final String kmsKey;
+ private transient AtomicReference<BigQueryQueryHelper> queryHelperReference;
Review comment:
I've refactored this so that BigQueryQueryHelper is just a collection of
static helper methods, and all the state -- including the transient state for
the results of the query dry run -- are members of the source object, as before.
----------------------------------------------------------------
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: 220128)
Time Spent: 4.5h (was: 4h 20m)
> Support reading query results with the BigQuery storage API
> -----------------------------------------------------------
>
> Key: BEAM-6841
> URL: https://issues.apache.org/jira/browse/BEAM-6841
> Project: Beam
> Issue Type: New Feature
> Components: io-java-gcp
> Reporter: Kenneth Jung
> Assignee: Kenneth Jung
> Priority: Minor
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)