shunping commented on issue #35198: URL: https://github.com/apache/beam/issues/35198#issuecomment-3573609677
Looking at one of a latest failed test: https://github.com/apache/beam/actions/runs/19624460698/job/56190629499, I ran the same query from the error message ``` E ValueError: no matching row found for query: SELECT * FROM apache-beam-testing.yaml_bq_it__36a65a6243ed435c87b30354a53ac5b2.tmp_table WHERE label = '37a' [while running 'Enriched/Enrichment/Enrichment-RRIO/_Call/ParDo(_CallDoFn)'] ``` and I can get the row: <img width="2833" height="638" alt="Image" src="https://github.com/user-attachments/assets/3264c8ce-fcab-4ade-954f-c8720120e8bb" /> Could this be a race condition on the write and read pipelines? @derrickaw -- 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]
