neilconway commented on issue #18181: URL: https://github.com/apache/datafusion/issues/18181#issuecomment-3909312448
Here's the modified repro script that uses an inlined array rather than a subquery. BTW I also looked at the behavior if you remove the CTE and just write the `array_agg` subquery inline -- no change. So it's not an issue with CTE inlining. [repro_inline.sql](https://github.com/user-attachments/files/25345398/repro_inline.sql) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
