You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> x = @SVector [1,2,3,missing];
julia> y = similar(x)
4-element MVector{4, Union{Missing, Int64}} with indices SOneTo(4):
#undef
#undef
#undef
#undef
julia> y[1] = -1
ERROR: setindex!() with non-isbitstype eltype is not supported by StaticArrays. Consider using SizedArray.
I believe this is the cause of apache/arrow-julia#486
The text was updated successfully, but these errors were encountered: