ashb commented on code in PR #73005:
URL: https://github.com/apache/airflow/pull/73005#discussion_r3993161591
##########
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:
I'm not sure that's the correct behavior though, if the Xcom value is
changed, this is a manual post-hoc thing and the existing value of the
mapped_length is probably not right anymore.
And I'm not sure I want to add mapped_length to the general purpose API.
🤔
--
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]