kiran2706 commented on PR #46929:
URL: https://github.com/apache/airflow/pull/46929#issuecomment-2671342679

   ## What Changed
   - Added validation to ensure `key` in `XCom.set()` is not an empty string.
   - Raises `ValueError` if `key` is empty, preventing invalid XCom entries.
   
   ## Why This Change?
   - Empty `key` can lead to difficult-to-debug issues when reading XComs.
   - Improves input validation for more robust XCom behavior.
   
   ## Related Issue
   Fixes #46925
   
   ## Notes
   - This is a non-breaking change; it only validates input to improve 
reliability.


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