mridulm commented on PR #45942: URL: https://github.com/apache/spark/pull/45942#issuecomment-2044203113
`Pattern.compile` is operating on a new instance of `Pattern` object - and so inherits the thread safety of `Pattern`. It is not clear to me what the issue being observed is, and how this PR will help towards it. If there is a reasonably reproducible test case to validate why we need this change, that would help clarify better. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
