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

   ## Description
   
   During static analysis, I noticed that `print("Killing the Hive job")` is 
being used rather than the standard Airflow structured logging in 
`HiveCliHook.kill()`.
   
   This PR replaces `print` with `self.log.info` so the message surfaces 
correctly in Airflow logs (e.g. Elasticsearch, CloudWatch, or local task logs) 
rather than bypassing it, making debugging job interruptions easier.
   
   ## Tests
   Tested manually with existing tests via CI.
   
   - [x] The code is tested
   - [ ] - [ ] My PR has system tests (Not strictly required for this)
   - [ ] - [ ] The code is documented


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