riteshghorse opened a new issue, #30095: URL: https://github.com/apache/beam/issues/30095
### What happened? PostCommits are continuously failing with failures in `apache_beam/io/gcp/bigquery_read_it_test.py` Recent run - https://github.com/apache/beam/actions/runs/7635974244/job/20802248794 ``` FAILED apache_beam/io/gcp/bigquery_read_it_test.py::ReadTests::test_native_source - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Traceback (most recent call last): File "apache_beam/runners/common.py", line 1435, in apache_beam.runners.common.DoFnRunner.process File "apache_beam/runners/common.py", line 851, in apache_beam.runners.common.PerWindowInvoker.invoke_process File "apache_beam/runners/common.py", line 997, in apache_beam.runners.common.PerWindowInvoker._invoke_process_per_window File "/runner/_work/beam/beam/sdks/python/apache_beam/transforms/core.py", line 1961, in <lambda> wrapper = lambda x, *args, **kwargs: [fn(x, *args, **kwargs)] File "/runner/_work/beam/beam/sdks/python/apache_beam/testing/util.py", line 192, in _equal raise BeamAssertException(msg) apache_beam.testing.util.BeamAssertException: Failed assert: [{'number': 1, 'str': 'abc'}, {'number': 2, 'str': 'def'}, {'number': 3, 'str': '??????'}, {'number': 4, 'str': '????????????'}] == [{'number': 1, 'str': 'abc'}, {'number': 1, 'str': 'abc'}, {'number': 2, 'str': 'def'}, {'number': 2, 'str': 'def'}, {'number': 4, 'str': '????????????'}, {'number': 4, 'str': '????????????'}, {'number': 3, 'str': '??????'}, {'number': 3, 'str': '??????'}], unexpected elements [{'number': 1, 'str': 'abc'}, {'number': 2, 'str': 'def'}, {'number': 4, 'str': '????????????'}, {'number': 3, 'str': '??????'}] ``` ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [X] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [X] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
