itstalmeez commented on PR #33531:
URL: https://github.com/apache/airflow/pull/33531#issuecomment-1843643505

   Resolves issue #33442 by addressing an inconsistency in urlsplit, which 
fails to correctly parse URLs with colons in the protocol. This PR introduces a 
workaround by replacing the colon character in the protocol with a special 
string and restoring it when needed to use the original value.
   
   Kindly review and provide feedback on this fix. Ensure adherence to the Pull 
Request Guidelines. Note that, for fundamental code changes, consider 
submitting an Airflow Improvement Proposal (AIP). Also, check for compliance 
with the ASF 3rd Party License Policy if there are any new dependencies.
   
   In the case of potential backwards incompatible changes, please leave a note 
in a newsfragment file, following the naming convention 
{pr_number}.significant.rst or {issue_number}.significant.rst, within the 
newsfragments directory. Your attention to these considerations is appreciated.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to