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
The docs seem to claim that agg_concat works on strings, when in fact it only works on List and Python types. A workaround is doing agg_list() then .list.join(), but we should really add support for agg_concat directly on strings.
The docs seem to claim that
agg_concat
works on strings, when in fact it only works on List and Python types. A workaround is doingagg_list()
then.list.join()
, but we should really add support foragg_concat
directly on strings.The text was updated successfully, but these errors were encountered: