Strikerrx01 commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979515721
##########
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've addressed all the review comments except for the
formatting. When trying to run the formatter:
bash
./gradlew :sdks:python:test-suites:tox:pycommon:formatter
I'm getting this error:
py3-yapf-check: commands_pre[2]> pip check
grpcio 1.65.5 is not supported on this platform
py3-yapf-check: exit 1
I tried:
1. Uninstalling and reinstalling grpcio with a compatible version
2. Creating a fresh virtual environment
3. Installing all dependencies from build-requirements.txt
Could you help me understand:
1. What's the correct way to run the formatter in Beam?
2. Are there specific versions of dependencies I should 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]