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


##########
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:
   @stankiewicz You're right about the formatting. I'll run `./gradlew 
:sdks:python:spotlessApply` to ensure consistent formatting across the 
codebase. 



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