AdMub opened a new pull request, #1348: URL: https://github.com/apache/datafusion-python/pull/1348
I investigated Issue #1300 and confirmed that the crash occurs because first_value (an aggregate function) is used inside .select(), which is not supported by the physical planner. This PR updates the docstring to explicitly warn users that first_value should be used with .aggregate() and not .select(). Closes #1300. -- 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]
