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: [email protected]

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

Reply via email to