tvalentyn commented on PR #38833:
URL: https://github.com/apache/beam/pull/38833#issuecomment-5120719061
@PRADDZY please also fix the linter errors:
```
Running isort...
ERROR:
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py
Imports are incorrectly sorted and/or formatted.
Command exited with non-zero status 1
6.25user 0.94system 0:07.17elapsed 100%CPU (0avgtext+0avgdata
22008maxresident)k
288inputs+24outputs (1major+21930minor)pagefaults 0swaps
---
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py:before
2026-07-18 10:10:40.947888
+++
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py:after
2026-07-18 10:15:46.607902
@@ -42,8 +42,8 @@
from apache_beam.io.gcp.bigquery_tools import BigQueryWrapper
from apache_beam.io.gcp.bigquery_tools import FileFormat
from apache_beam.io.gcp.internal.clients import bigquery
+from apache_beam.io.gcp.tests.bigquery_matcher import
BigqueryFullResultMatcher
from apache_beam.io.gcp.tests.bigquery_matcher import BigQueryTableMatcher
-from apache_beam.io.gcp.tests.bigquery_matcher import
BigqueryFullResultMatcher
from apache_beam.testing.test_pipeline import TestPipeline
from apache_beam.testing.util import assert_that
from apache_beam.testing.util import equal_to
Skipped 460 files
lint: exit 1 (7.18 seconds)
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python>
time
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/scripts/run_lint.sh
pid=1662
lint: commands_post[0]> bash
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/scripts/run_tox_cleanup.sh
lint: FAIL code 1
(309.42=setup[301.04]+cmd[0.00,0.24,0.90,0.03,0.00,7.18,0.02] seconds)
evaluation failed :( (309.61 seconds)
```
--
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]