You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/08/24 23:07:50 UTC

[beam] branch master updated: Remove trailing whitespace

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b65b3c  Remove trailing whitespace
     new c439abf  Merge pull request #15383 from ibzib/whitespace
6b65b3c is described below

commit 6b65b3c7ed478d98455e65c280fd6724de6d81e7
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Aug 24 14:54:08 2021 -0700

    Remove trailing whitespace
---
 sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py b/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py
index 279c884..43bc7c9 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py
@@ -397,7 +397,7 @@ class BigQueryWriteIntegrationTests(unittest.TestCase):
         on_success_matcher=BigqueryFullResultMatcher(
             project=self.project,
             query="""
-            SELECT bytes, date, time, int64, bool, fruit 
+            SELECT bytes, date, time, int64, bool, fruit
             FROM %s,
             UNNEST(nested_field) as nested_field
             ORDER BY int64