UBarney commented on issue #15676: URL: https://github.com/apache/datafusion/issues/15676#issuecomment-2795568566
I implemented it according to the behavior defined in this document > Returns the last element in an aggregation group according to the requested ordering. **If no ordering is given, returns an arbitrary** element from the group. https://datafusion.apache.org/user-guide/sql/aggregate_functions.html#last-value -- 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]
