prabhnoor0212 opened a new pull request, #38040: URL: https://github.com/apache/beam/pull/38040
Fixes #38035 ## What does this PR do? Fixes a bug in batch mode where requests sharing the same enrichment key overwrite each other during request bookkeeping. Previously, batched requests were stored as a single request per key: This caused earlier requests with the same key to be lost. This PR updates the batch path to store all requests for a given key and fan out one matching BigQuery response row to every request with that key. It also updates unmatched handling so all duplicate requests receive empty rows when . ## Testing Ran locally: -- 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]
