Skip to content

Commit c439abf

Browse files
authored
Merge pull request apache#15383 from ibzib/whitespace
Remove trailing whitespace
2 parents 76d0dcb + 6b65b3c commit c439abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def test_big_query_write_temp_table_append_schema_update(self):
397397
on_success_matcher=BigqueryFullResultMatcher(
398398
project=self.project,
399399
query="""
400-
SELECT bytes, date, time, int64, bool, fruit
400+
SELECT bytes, date, time, int64, bool, fruit
401401
FROM %s,
402402
UNNEST(nested_field) as nested_field
403403
ORDER BY int64

0 commit comments

Comments
 (0)