dstandish commented on code in PR #38570:
URL: https://github.com/apache/airflow/pull/38570#discussion_r1557750374


##########
airflow/serialization/serialized_objects.py:
##########
@@ -538,9 +538,9 @@ def serialize(
         elif isinstance(var, Resources):
             return var.to_dict()
         elif isinstance(var, MappedOperator):
-            return SerializedBaseOperator.serialize_mapped_operator(var)
+            return 
cls._encode(SerializedBaseOperator.serialize_mapped_operator(var), type_=DAT.OP)

Review Comment:
   I don't know what's at stake here? What's the alternative way?  If that' 
better, why not do it?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to