Strikerrx01 commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979369595
##########
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 I tried running `./gradlew :sdks:python:spotlessApply` but
encountered an error:
Cannot locate tasks that match ':sdks:python:spotlessApply' as task
'spotlessApply' not found in project ':sdks:python'.
It seems the spotlessApply task is not available for Python files. Could you
please suggest an alternative way to ensure consistent formatting? Should I use
`yapf` directly instead?
Let me know what formatting approach you'd prefer to use.
--
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]