You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "adienes (via GitHub)" <gi...@apache.org> on 2023/09/14 00:57:49 UTC

[GitHub] [arrow-julia] adienes commented on issue #486: `getindex` broken with `SVector{3, UInt}` in the presence of missing data

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org