[
https://issues.apache.org/jira/browse/BEAM-7362?focusedWorklogId=251101&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-251101
]
ASF GitHub Bot logged work on BEAM-7362:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/May/19 16:49
Start Date: 30/May/19 16:49
Worklog Time Spent: 10m
Work Description: tvalentyn commented on issue #8626: [BEAM-7362]
BigQuery IO write performance test
URL: https://github.com/apache/beam/pull/8626#issuecomment-497399672
`bigquery_file_loads_test.py` was created earlier, when pabloem@ added
support for Bigquery data ingestion method called FILE_LOADS, it also matches
bigquery_file_loads.py. I think using `_load_test` for load tests is fine, I
wouldn't worry about file_loads_test, as long as we don't start naming load
tests `loads_tests` :-).
We also noticed the gap in integration test coverage in BQ and so we had to
add these tests to have confidence correctness of our changes to BQ IO for Py3
compatibility. Our main focus remains Python 3 and load tests are not in scope
of that work.
----------------------------------------------------------------
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: 251101)
Time Spent: 2h 20m (was: 2h 10m)
> Add a performance test for BigQueryIO write
> -------------------------------------------
>
> Key: BEAM-7362
> URL: https://issues.apache.org/jira/browse/BEAM-7362
> Project: Beam
> Issue Type: Test
> Components: testing
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: Major
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> There is already one test which covers BigQueryIO read in Python SDK, but
> there are no tests for BigQueryIO write.
> My plan is:
> 1) Use SyntheticSource to generate input data. Data size can be configure by
> command line arguments.
> 2) Write data to BQ dataset and measure throughput.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)