kaxil commented on code in PR #55836:
URL: https://github.com/apache/airflow/pull/55836#discussion_r2359510705


##########
airflow-core/src/airflow/serialization/serialized_objects.py:
##########
@@ -2646,7 +2646,7 @@ def to_dict(cls, var: Any) -> dict:
         return json_dict
 
     @staticmethod
-    def conversion_v1_to_v2(ser_obj: dict):
+    def conversion_v1_to_v3(ser_obj: dict):

Review Comment:
   That would be unnecessary effort during deserialization! Why modify the dict 
when we can understand the format.



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