[
https://issues.apache.org/jira/browse/BEAM-7721?focusedWorklogId=293698&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293698
]
ASF GitHub Bot logged work on BEAM-7721:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Aug/19 07:55
Start Date: 13/Aug/19 07:55
Worklog Time Spent: 10m
Work Description: mwalenia commented on pull request #9295: [BEAM-7721]
Add write test to BigQueryIOIT
URL: https://github.com/apache/beam/pull/9295#discussion_r313262498
##########
File path:
sdks/java/io/bigquery-io-tests/src/test/java/org/apache/beam/sdk/bigqueryiotests/BigQueryIOIT.java
##########
@@ -94,15 +96,20 @@
void setSourceOptions(String value);
- @Description("BQ dataset with source data")
- String getBigQuerySourceDataset();
+ @Description("BQ dataset for the test data")
+ String getBigQueryTestDataset();
- void setBigQuerySourceDataset(String dataset);
+ void setBigQueryTestDataset(String dataset);
- @Description("BQ table with source data")
- String getBigQuerySourceTable();
+ @Description("BQ table for test data")
+ String getBigQueryTestTable();
- void setBigQuerySourceTable(String table);
+ void setBigQueryTestTable(String table);
+
+ @Description("Should test use streaming writes or batch loads to BQ")
+ Boolean getUseStreamingWrites();
+
+ void setUseStreamingWrites(Boolean value);
Review comment:
I didn't think of it, I changed it to use a String for the option, taking an
enum value
----------------------------------------------------------------
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: 293698)
Time Spent: 7h 50m (was: 7h 40m)
> Measure throughput in BigQueryIO read in Java
> ---------------------------------------------
>
> Key: BEAM-7721
> URL: https://issues.apache.org/jira/browse/BEAM-7721
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Major
> Time Spent: 7h 50m
> Remaining Estimate: 0h
>
> Collect bytes/time metric in BQ read tests in Java SDK
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)