Concating dictionary array leads to duplicated dict values. #3837
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
Describe the bug
I was trying to concatenate a few DictionaryArrays using
arrow_select::concat::concat
. While the each Dictionary Array shares the same value strings. The resulted array however have all values from each DictionaryArray copied (duplicated) in the final output.To Reproduce
Output
Expected behavior
I'd expect the output will be
Additional context
N/A
The text was updated successfully, but these errors were encountered: