tshauck commented on PR #11229: URL: https://github.com/apache/datafusion/pull/11229#issuecomment-2219530289
The test is from here: https://github.com/apache/datafusion/blob/16a3148354e81e1ae4e2aebdd83c07799164ac14/datafusion/core/tests/dataframe/mod.rs#L208-L237, and while funky, the important part is `select(col("count(*)"))` which again seems to go directly to the logical planner builder and thus isn't an expression to be planned. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org