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
Is your feature request related to a problem? Please describe.
Currently, under group_by::sort_aggregate context, collect aggregations (collect_list and collect_set) can only be used with null-included policy. But the collect aggregations are null-excluded`in Spark SQL. So, we need to support null-excluded policy for collect aggregations.
The text was updated successfully, but these errors were encountered:
jrhemstad
changed the title
[FEA] support null-excluded policy for collect aggregations
[FEA] support null-excluded policy for collect aggregations in groupby
Mar 31, 2021
Is your feature request related to a problem? Please describe.
Currently, under
group_by::sort_aggregate
context, collect aggregations (collect_list
andcollect_set
) can only be used with null-included policy. But the collect aggregations are null-excluded`in Spark SQL. So, we need to support null-excluded policy for collect aggregations.The text was updated successfully, but these errors were encountered: