shahar1 commented on issue #48005:
URL: https://github.com/apache/airflow/issues/48005#issuecomment-4841045420

   > > > Closing as resolved - the literal example in this issue works properly 
as the `.expand(...)` now covers it. However, 
[#69036](https://github.com/apache/airflow/issues/69036) is indeed a new issue 
caused by migration to the task sdk, which has a similar root cause. Created a 
PR to solve it [#69075](https://github.com/apache/airflow/pull/69075).
   > > 
   > > 
   > > [@shahar1](https://github.com/shahar1) Are you sure that this issue here 
is resolved? I can reproduce it with an 3.2.2 installation, copy pasting the 
example dag above.
   > > `display_results` prints `None` instead of an empty list for me.
   > > Thanks for looking into it and the PR 🫶
   > 
   > Please let me double check on it, reopening.
   
   @Desdroid
   When running on main, I got the following output:
   ```
   [2026-06-30T07:40:47.208203Z] INFO - LazyXComSequence(<unevaluated length>)
   [2026-06-30T07:40:47.208477Z] INFO - Done. Returned value was: None
   ```
    `display_results` returns `None` because it just logs 
(`logger.info(results)`) and doesn't actually return anything.
   
   Reclosing :)


-- 
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]

Reply via email to