detvdl commented on PR #42199: URL: https://github.com/apache/airflow/pull/42199#issuecomment-2348243693
> ``` > if (xcom.value ?? Number.isNaN(xcom.value)) > ``` > > In that case if we have a value we will enter the loop. Ah you're right, I hadn't stopped to think about that, good call! I don't know about the NaN either, let me spend a little more time checking if it can happen and I will come back to this -- 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]
