arrow-julia
arrow-julia copied to clipboard
`fromarrow` dispatch for `::Type{Union{Missing, T}}` is broken when `T` is parametric
xref: https://github.com/JuliaCloud/AWSS3.jl/issues/263
The fix seems to be change ::Type{Union{Missing, T}}
to ::Type{<:Union{Missing, T}}
.