harshadkhetpal opened a new pull request, #38087: URL: https://github.com/apache/beam/pull/38087
## Summary Fix typo "occured" → "occurred" in `sdks/python/apache_beam/runners/worker/data_sampler.py` (2 occurrences in comments). **Changes:** ```python # Before # The transform where the exception occured. # The instruction when the exception occured. # After # The transform where the exception occurred. # The instruction when the exception occurred. ``` ## Testing No behavior change — typo fix in comments only. -- 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]
