[
https://issues.apache.org/jira/browse/BEAM-6841?focusedWorklogId=219823&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-219823
]
ASF GitHub Bot logged work on BEAM-6841:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Mar/19 05:46
Start Date: 28/Mar/19 05:46
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_r269863988
##########
File path:
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOReadTest.java
##########
@@ -617,22 +614,17 @@ public void testEstimatedSizeWithStreamingBuffer()
throws Exception {
@Test
public void testBigQueryQuerySourceEstimatedSize() throws Exception {
- List<TableRow> data =
- ImmutableList.of(
- new TableRow().set("name", "A").set("number", 10L),
- new TableRow().set("name", "B").set("number", 11L),
Review comment:
https://github.com/apache/beam/pull/8061/commits/8493e349bede471e9af6198afce2cbcadd7a305f
contains only the test refactoring, and explains the rationale for why the
changes are needed. I can certainly refactor this into a separate PR if you
think that's required.
----------------------------------------------------------------
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: 219823)
Time Spent: 3h (was: 2h 50m)
> 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: 3h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)