Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We have observed excessive memory usage because StructArray concatenation falls back to concat_fallback which results in not merging nested dictionaries.
Describe the solution you'd like
Adding a concat_structs function to `concat.rs
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We have observed excessive memory usage because StructArray concatenation falls back to
concat_fallbackwhich results in not merging nested dictionaries.Describe the solution you'd like
Adding a
concat_structsfunction to `concat.rsDescribe alternatives you've considered
Additional context