arrow-julia icon indicating copy to clipboard operation
arrow-julia copied to clipboard

`fromarrow` dispatch for `::Type{Union{Missing, T}}` is broken when `T` is parametric

Open palday opened this issue 2 years ago • 0 comments

xref: https://github.com/JuliaCloud/AWSS3.jl/issues/263

The fix seems to be change ::Type{Union{Missing, T}} to ::Type{<:Union{Missing, T}}.

palday avatar Jul 19 '22 16:07 palday