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.
We have a customer that really would like to be able to concatenate lists row by row, but the data types gets rather complicated. It includes lists and structs multiple levels deep.
Describe the solution you'd like
I would love it if lists::concatenate_rows would work for me instead of throwing an exception saying that this is not going to work.
Describe alternatives you've considered
If it was just structs I might be able to hack something together myself, but I don't think this is really possible for me to do without some help.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have a customer that really would like to be able to concatenate lists row by row, but the data types gets rather complicated. It includes lists and structs multiple levels deep.
Describe the solution you'd like
I would love it if
lists::concatenate_rows
would work for me instead of throwing an exception saying that this is not going to work.Describe alternatives you've considered
If it was just structs I might be able to hack something together myself, but I don't think this is really possible for me to do without some help.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered: