stankiewicz commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979314443


##########
sdks/python/apache_beam/io/gcp/bigquery_tools.py:
##########
@@ -1868,10 +1917,11 @@ def check_schema_equal(
       right_fields = right.fields
 
     for left_field, right_field in zip(left_fields, right_fields):
-      if not check_schema_equal(left_field,

Review Comment:
   I think you are using slightly different formatter - can you run 
spotlessApply with gradle?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to