adienes commented on issue #486:
URL: https://github.com/apache/arrow-julia/issues/486#issuecomment-1718500254

   update: I believe this is (mostly) caused by `StaticArrays.jl` having a bug 
in its implementation of `similar`, which did not return a mutable container 
when `eltype` is not `isbitstype`, which is true of `Union{Int, Missing}`
   
   however, I am still confused about why the above MWE works when `idxs = 
@SVector [1,2,3]` (aka, without the `UInt`)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to