Strikerrx01 commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979604095
##########
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:
@sjvanrossum Here are my platform specs:
- OS: macOS Sonoma 14.2.1
- Python: 3.9.18
- pip: 25.0.1
- Architecture: arm64 (Apple M1)
--
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]