You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ericphanson (via GitHub)" <gi...@apache.org> on 2023/06/11 12:23:45 UTC

[GitHub] [arrow-julia] ericphanson commented on issue #461: Issue with `Union{Missing, VersionNumber}`

ericphanson commented on issue #461:
URL: https://github.com/apache/arrow-julia/issues/461#issuecomment-1586144301

   I'm not sure if that's the issue, as `VersionNumber`'s alone work:
   ```julia
   julia> struct C
          v::VersionNumber
          end
   
   julia> table = [C(v"1")]
   1-element Vector{C}:
    C(v"1.0.0")
   
   julia> Arrow.tobuffer(table)
   IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=1144, maxsize=Inf, ptr=1, mark=-1)
   ```
   and e.g. `fieldcount(VersionNumber)` works fine.


-- 
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