[
https://issues.apache.org/jira/browse/BEAM-6841?focusedWorklogId=220670&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-220670
]
ASF GitHub Bot logged work on BEAM-6841:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Mar/19 19:07
Start Date: 29/Mar/19 19:07
Worklog Time Spent: 10m
Work Description: chamikaramj 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_r270537891
##########
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:
Changes here does not look that significant. So it should be fine.
----------------------------------------------------------------
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: 220670)
Time Spent: 5h 50m (was: 5h 40m)
> 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: 5h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)