uranusjr commented on code in PR #29019:
URL: https://github.com/apache/airflow/pull/29019#discussion_r1141931559
##########
airflow/serialization/serde.py:
##########
@@ -207,19 +216,22 @@ def deserialize(o: T | None, full=True, type_hint: Any =
None) -> object:
if CLASSNAME in o and VERSION in o:
Review Comment:
Should this be an `elif`? It seems weird we try to decode `o` twice when
`type_hint == True`
--
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]