bolkedebruin commented on code in PR #32303: URL: https://github.com/apache/airflow/pull/32303#discussion_r1249539477
########## airflow/cli/commands/provider_command.py: ########## @@ -17,7 +17,7 @@ """Providers sub-commands.""" from __future__ import annotations -import re +import re2 as re Review Comment: I think the solution is vague then in this case and a (innocuous looking) functional commit message to show that it addresses the core of the problem is required. What does re2 solve that re doesn't and we cannot do otherwise and why? Additionally re2 is not just a drop-in replacement as you have shown yourself. -- 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]
