ahmedabu98 commented on issue #26343: URL: https://github.com/apache/beam/issues/26343#issuecomment-1516690439
This is a weird one. the test essentially creates three read requests from three different BQ tables then checks the results. These failures are seen in 3.9 ([#1718](https://ci-beam.apache.org/job/beam_PostCommit_Python39/1718/testReport/junit/apache_beam.io.gcp.bigquery_read_it_test/ReadAllBQTests/test_read_queries/)) and 3.10 ([#728](https://ci-beam.apache.org/job/beam_PostCommit_Python310/728/testReport/apache_beam.io.gcp.bigquery_read_it_test/ReadAllBQTests/test_read_queries/), [#729](https://ci-beam.apache.org/job/beam_PostCommit_Python310/729/testReport/apache_beam.io.gcp.bigquery_read_it_test/ReadAllBQTests/test_read_queries/)). The expected data is the aggregate of data in the three tables. In the failing tests mentioned above the pipeline still performs three reads. The hiccup is it repeats one of the read requests twice and ignores one of the read requests. -- 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]
