fn concat_arrays(iter: impl Iterator<Item = ArrayRef>) -> Result<ArrayRef>
Helper function to concat arrays from iter.
iter