Aryankn29 commented on issue #39101: URL: https://github.com/apache/beam/issues/39101#issuecomment-4799751134
Hi, I’m getting back into open-source contribution and looking for a focused Java issue where I can be useful. This looks like a strong fit. I understand the goal is to adjust cases where context.output(...) is called inside a try block, since that can accidentally catch errors from downstream transforms instead of only catching the intended parsing/fetching/conversion error. My plan would be to follow the pattern in the issue, move outputs outside the relevant try blocks where appropriate, preserve the existing dead-letter/error handling behavior, and run the targeted Java tests for the touched areas. If this is still available, could I take it on? -- 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]
