bolkedebruin commented on PR #27540: URL: https://github.com/apache/airflow/pull/27540#issuecomment-1308697500
> Need to think about how this might affect loading from xcom existing values? Have you already considered that? Yes I did. In general the function is backwards compatible. However, if previously something was serialized with `__classname` as part of the resulting json, it would be affected. I estimated the chance of that happening being close to zero. I chose not to return the dict in case of failure to deserialize in case of `__classname` being present as it would result in unpredicatable behavior. -- 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]
