You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/31 08:51:52 UTC

[GitHub] [airflow] uranusjr commented on pull request #27389: Replace urlparse with urlsplit in s3 files

uranusjr commented on PR #27389:
URL: https://github.com/apache/airflow/pull/27389#issuecomment-1296780919

   I don’t think there’s any perceptible performance difference between `urlsplit` and `urlparse`, but the former is indeed better; literally nobody uses RFC 2396 now.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org