arrow-julia
arrow-julia copied to clipboard
Alternative fix for #295.
We already have a utility defined (OrderedChannel
) that we use when
writing record batches to ensure batches get written in the same order
they are provided; it makes sense to use the same utility when reading
to ensure incoming record batches are read in the appropriate order.