ashb commented on code in PR #73005:
URL: https://github.com/apache/airflow/pull/73005#discussion_r4015318595
##########
airflow-core/src/airflow/models/xcom.py:
##########
@@ -245,6 +253,7 @@ def set(
dag_id=dag_id,
map_index=map_index,
dag_result=dag_result,
+ mapped_length=mapped_length,
Review Comment:
> you've already got the loaded row and patch_body.value
That doesn't hold when using an xcom backend and all we store in the
metadata is a reference to S3 etc.
--
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]