Aggarwal-Raghav commented on PR #5242: URL: https://github.com/apache/hive/pull/5242#issuecomment-2098930529
There can be 2 approaches: 1. Replace exisiting regex: `tez\\.task\\..*` -> `tez\\.task.* ` 2. Add a new regex: `tez\\.task\\-.*` PR contains approach 2. -- 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]
