wenbinye opened a new pull request, #66522:
URL: https://github.com/apache/airflow/pull/66522

   ## Summary
   
   OSSTaskHandler._read() calls self.oss_log_exists() and self.oss_read(), but 
these methods are only defined in OSSRemoteLogIO, not in OSSTaskHandler itself. 
This causes AttributeError when the Airflow UI reads task logs from OSS after 
task completion.
   
   Fix: change the calls in _read() to use self.io.oss_log_exists() and 
self.io.oss_read() directly.
   
   🤖 Generated with [Claude Code](https://claude.ai/code)


-- 
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]

Reply via email to