You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[branch-49] fix: string_agg not respecting ORDER BY (apache#17058) (#41)
* fix: string_agg not respecting ORDER BY
* Fix equality of parametrizable ArrayAgg function (apache#17065)
The `ArrayAgg` struct is stateful, therefore it must implement
`AggregateUDFImpl::equals` and `hash_value` functions.
* Implement AggregateUDFImpl::equals and AggregateUDFImpl::hash_value for ArrayAgg
* Implement alternative fix
* Remove 'use std::any::Any'
* Add sqllogictest for string_agg plan
* Revert as_any to their original implementations
---------
(cherry picked from commit f05b128)
Co-authored-by: Nuno Faria <nunofpfaria@gmail.com>
Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
0 commit comments