wolvery commented on PR #69762: URL: https://github.com/apache/airflow/pull/69762#issuecomment-5342354281
Thanks for the thorough re-review, @potiuk. Good catch on the redundant ternary. Collapsed it to just ti_id = ti_id_python_type(str(workload_ti.id)) — when the type already is str, str(str(...)) is a no-op, so the branch carried no weight. Pushed in 810954d3. -- 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]
