bujjibabukatta commented on PR #71064: URL: https://github.com/apache/airflow/pull/71064#issuecomment-5211064021
Hi @bmanan7 — good catch. Went with your second option: _write_append_blob now returns bytes committed, and upload() trims the local file to just the uncommitted part on a partial failure, so a retry doesn't resend what already landed. Also caught that chunk boundaries could split a multi-byte character, so fixed that too. Added tests for both. -- 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]
