malthe commented on PR #25426: URL: https://github.com/apache/airflow/pull/25426#issuecomment-1342705839
This change broke the [wasb log task handler](https://github.com/apache/airflow/blob/main/airflow/providers/microsoft/azure/log/wasb_task_handler.py). The `download` method now requires `offset` and `length` arguments, but these are not provided from the task handler code. Also, how would it provide anything else than "read the whole file". -- 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]
