You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/15 20:58:04 UTC

[GitHub] [arrow-julia] jrevels edited a comment on issue #214: Can't roundtrip `NamedTuple`s of `Nanosecond`s twice

jrevels edited a comment on issue #214:
URL: https://github.com/apache/arrow-julia/issues/214#issuecomment-1068351622


   slightly more minimal MWE (note this also triggers the MethodError if you use `t1 = (; x = [[Nanosecond(1)]])`:
   
   ```jl
   julia> t1 = (; x = [(Nanosecond(1),)])
   (x = [(Nanosecond(1),)],)
   
   julia> t2 = Arrow.Table(Arrow.tobuffer(t1))
   Arrow.Table with 1 rows, 1 columns, and schema:
    :x  Tuple{Nanosecond}
   
   julia> Arrow.tobuffer(t2)
   ERROR: MethodError: no method matching arrowtype(::Arrow.FlatBuffers.Builder, ::Type{Nanosecond})
   ```


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