pepijnve commented on PR #21739: URL: https://github.com/apache/datafusion/pull/21739#issuecomment-4281320165
I think I might have found it in your second commit. Where this change was reverted. <img width="1815" height="388" alt="image" src="https://github.com/user-attachments/assets/8b31d5b9-2455-4cbe-91c0-68c27aef80e3" /> Wouldn't we want the left version though? The physical plan is actually executing `count(1)`, but you don't see that at all in the physical plan even though the logical plan does show it. -- 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]
