[ 
https://issues.apache.org/jira/browse/BEAM-7362?focusedWorklogId=246026&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246026
 ]

ASF GitHub Bot logged work on BEAM-7362:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/May/19 13:07
            Start Date: 21/May/19 13:07
    Worklog Time Spent: 10m 
      Work Description: kkucharc commented on pull request #8626: [BEAM-7362] 
BigQuery IO performance tests
URL: https://github.com/apache/beam/pull/8626#discussion_r286010880
 
 

 ##########
 File path: sdks/python/apache_beam/io/gcp/tests/bigquery_io_write_pipeline.py
 ##########
 @@ -0,0 +1,71 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+"""
+A pipeline that writes data from a SyntheticSource to a BigQuery table.
+
+Pipeline options are described in the ParDoTest file.
 
 Review comment:
   Can you change documentation and describe how to run the test? Also 
`ParDoTest` is quite different test  and some pipeline options here would 
require more specific description e.g. `output` here is a BigQuery table id.
 
----------------------------------------------------------------
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: 246026)
    Time Spent: 1.5h  (was: 1h 20m)

> 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: 1.5h
>  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)

Reply via email to