pierrejeambrun commented on PR #42199: URL: https://github.com/apache/airflow/pull/42199#issuecomment-2346521254
Well funny enough I just left a comment [here](https://github.com/apache/airflow/pull/42152#discussion_r1756905594) on a very related null/undefined check. This is a mistake that is common in our codebase when we do `!` and `!!` on falsy values unfortunately. We need to pay extra attention to that. Also `NaN` is yet another case to handle (nullish coallescing will not handle that, we might need a common utility function) -- 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]
