[
https://issues.apache.org/jira/browse/BEAM-7721?focusedWorklogId=293179&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293179
]
ASF GitHub Bot logged work on BEAM-7721:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Aug/19 14:45
Start Date: 12/Aug/19 14:45
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #9295: [BEAM-7721]
Add write test to BigQueryIOIT
URL: https://github.com/apache/beam/pull/9295#discussion_r312932390
##########
File path:
sdks/java/io/bigquery-io-tests/src/test/java/org/apache/beam/sdk/bigqueryiotests/BigQueryIOIT.java
##########
@@ -62,29 +60,33 @@
*
* <pre>
* ./gradlew integrationTest -p sdks/java/io/gcp/bigquery
-DintegrationTestPipelineOptions='[
- * "--bigQuerySourceDataset=source-dataset",
- * "--bigQuerySourceTable=source-table",
+ * "--bigQueryTestDataset=source-dataset",
+ * "--bigQueryTestTable=source-table",
* "--bigQueryDataset=metrics-dataset",
* "--bigQueryTable=metrics-table",
+ * "--useStreamingWrites=false",
* "--sourceOptions={"numRecords":"1000", "keySize":1, valueSize:"1024"}
* }"]'
- * --tests org.apache.beam.sdk.io.gcp.bigQuery.BigQueryIOReadPerformanceIT
+ * --tests org.apache.beam.sdk.io.gcp.bigQuery.BigQueryIOIT
* -DintegrationTestRunner=direct
* </pre>
*/
@RunWith(JUnit4.class)
-public class BigQueryIOReadPerformanceIT {
- private static final String NAMESPACE =
BigQueryIOReadPerformanceIT.class.getName();
+public class BigQueryIOIT {
+ private static final String NAMESPACE = BigQueryIOIT.class.getName();
private static String bigQueryMetricsTable;
private static String bigQueryMetricsDataset;
- private static String bigQuerySourceDataset;
- private static String bigQuerySourceTable;
+ private static String bigQueryTestDataset;
Review comment:
ditto + ditto in all similar places
----------------------------------------------------------------
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: 293179)
Time Spent: 7h (was: 6h 50m)
> 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
> 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)